/*Desire2Learn Inc.*/
/*Ordinary Blue Template*/
/*November 2010*/

/* Layout elements */

html {
	background: #f3f3f3;
	padding: 40px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#container {
	background: #fff;
	border: 2px solid #0057B8;
	margin-bottom: 0px;
	padding: 13px 32px;
}

#header{
	margin: 0;
	padding: 0;
}

#body{
	margin: 0;
	padding: 0 0 100px 0;
}

.img{
	margin: 6px 0 16px 0;
	padding: 0;
}

.imgRight{
	margin: 6px 0 16px 0;
	padding: 0;
	float: right;
	padding-left: 27px;
}

.imgLeft{
	margin: 6px 0 16px 0;
	padding: 0;
	float: left;
	padding-right: 27px;
}

#footer{
	clear: both;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	text-align: center;
	font-size: 0.95em;
}

#footnotes{
	border-top: dashed 1px #444;
	border-bottom: dashed 1px #444;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 0.92em;
}

.footnote{
	padding: 0 0 1px 19px;
	font-size: 0.92em;
}

/* Text elements */

body {
	max-width: 1200px;
	font-family: 'Roboto', sans-serif;
	background-color: #fff;
	opacity: 0.9;
	font-size: 0.8em;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

h1 {
	/*padding: 13px 0 3px 32px;*/
	text-align: left;
	text-indent: 0;
	word-spacing: 0.125em;
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	color: #313131;
	letter-spacing: 0;
	text-decoration: none;
}

h2 {
	margin-top: 32px;
	margin-bottom: 16px;
	text-align: left;
	text-indent: 0;
	word-spacing: 0.125em;
	font-style: normal;
	font-weight: normal;
	font-size: 1.85em;
	color: #000;
	letter-spacing: 0;
	text-decoration: none;
	clear: both;
}

h3 {
	margin-top: 32px;
	margin-bottom: 8px;
	text-align: left;
	word-spacing: 0.125em;
	font-style: normal;
	font-weight: bold;
	font-size: 1.25em;
	color: #000;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: uppercase;
	clear: both;
}

h4 {
	margin-top: 24px;
	margin-bottom: 8px;
	text-align: left;
	word-spacing: 0.250em;
	font-style: bold;
	font-weight: bold;
	font-size: 1em;
	color: #000;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: uppercase;
	clear: both;
}

code{
	font-size: 9pt;
}

strong {
	word-spacing: 0;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

em {
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, serif;
}

a:link {
	text-decoration: none;
	font-size: 17px;
	margin-left: 10px;
}

a:visited {
	color: #000000;
	border-bottom: 1px solid #0057B8;
	background: #fff;
	text-decoration: none;
}

a:hover {
	color: #000000;
	background: #fff;
	text-decoration: none;
}

a:active {
	color: #000000;
	background-color: #fff;
	border-bottom: 1px solid #888;
	text-decoration: none;
}

blockquote {
	margin: 22px 40px;
	padding: 3px;
	color: #000;
	font-style: italic;
	padding: 5px 50px;
	background: transparent url("blockquote.png") no-repeat 0 0;
}

p {
	text-indent: 0;
	margin: 8px 0 16px 0;
	font-size: 16px;
	line-height: 22px;
	font-style: normal;
	text-decoration: none;
}

p.emphasis{
	background-color: #FFFFCC;
}

p.caption {
	margin: 0;
	padding: 0;
	font-size: 0.95em;
	clear: both;
}

p.note {
	text-align: left;
	text-indent: 0;
	padding: 8px;
	background-color: #EEEEE8;
	font-size: 1em;
	text-decoration: none;
	line-height: 19px;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
}

img {
	border: none;
}

/* Lists */

ul {
	text-align: left;
	font-size: 1em;
	list-style-type: circle;
	list-style-position: outside;
    padding-bottom: 5px;
}

ol {
	text-align: left;
	font-size: 1em;
	list-style-position: outside;
	padding-bottom: 5px;
}

li {
	margin: 6px 0;
	font-size: 16px;
}

dl {
	text-align: left;
	font-size: 1em;
	padding: 1px 0 13px 26px;
}

dt {

	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: bold;
}

dd {

	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

/* Spans */

span.new {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.85em;
	color: #a81400;
	letter-spacing: 0;
	font-style: bold;
	font-weight: bold;
	text-decoration: none;
}

span.note {
	word-spacing: 0.250em;
    font-family: Verdana, sans-serif;
	font-style: bold;
	font-weight: bold;
	font-size: 1em;
	color: #a81400;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: uppercase;
}

/* Tables */

table {
	margin: 6px 0 12px 0;
	width: 100%;
	border-collapse: collapse;
	border-bottom: 2px solid #666;
}

th {
	background-color: #CED3DE;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #888888;
	padding: 5px;
	font-size: 1em;
	font-color: #000;
}


td {
	border-collapse: collapse;
	padding: 5px;
	vertical-align: top;
	border: 1px solid #888888;
	font-size: 1em;
	color: #30302f;
	width: auto;
}

tr {
	border-collapse: collapse;
	padding: 5px;
	margin: 0;
	vertical-align: top;
}
.my-btns{
	margin-bottom: 25px;
	padding-top: 25px;
}

form input{
	padding: 10px 5px;
  border: 1px solid #000;
  margin-bottom: 5px;
	width: 30%;
}

form select{
	margin-top: -15px;
    height: 30px;
    margin-bottom: 5px;
    width: 31%;
}
form input[type="submit"]{
	margin-top: 5px;
	width: 31%;
}
form input[type="submit"]:hover{
	cursor: pointer;
	background-color: #000;
	color: #fff;
}
form input:focus{
	outline: none;
}
form select:focus{
	outline: none;
}

@media (max-width: 767px){
    .my-resp-col p{
        display: block !important;
        width: 100% !important;
    }
    .my-resp-col img{
        display: block !important;
        width: 100% !important;
    }
    .no-pad{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    form input[type="submit"]{
        width:99% !important;
    }
    form input{
        width: 96% !important;
    }
}

.resp-video{
	display: inline-block;
}
.resp-video-mob{
	display: none;
}
@media (max-width: 767px){
	.resp-video{
		display: none;
	}
	.resp-video-mob{
		display: block;
	}
}

@media (max-width: 660px){
    .resp-img img{
        width: 100% !important;
        padding-bottom: 5px;
    }
    a.back-btn{
        margin-top: 15px !important;
        float:left !important;
    }
    a.switcher{
        float:none !important;
    }
}


.main-menu {
	margin-top: 80px;
}

.main-menu h1 {
	color: #313131;
	font-size: 30px;
	font-weight: normal;
	line-height: 41px;
	margin-bottom: 70px;
}

.main-menu h3, .main-menu h3 a {
	margin: 20px 0;
	font-size: 22px;
	font-weight: normal;
	text-transform: none;
	color: #2D4775;
}
.main-menu h2, .main-menu h2 a {
	margin: 20px 0;
	font-size: 22px;
	font-weight: normal;
	text-transform: none;
	color: #0057B8;
	transition: all ease .5s;
}

.main-menu h2 a:hover {
	color: #0057B8;
	text-decoration: underline;
}

.main-menu h2:last-child {
	margin-top: 10px;
}

.main-menu ul {
	list-style: none;
	padding-left: 15px;
	margin-bottom: 0;
}

.main-menu ul li a {
	color: #2D4775;
	font-size: 16px;
	line-height: 30px;
	text-decoration: underline;
}

.main-menu ul li a:hover {
	text-decoration: none;
	color: #EF4137;
}

.content h1 {
    font-size: 30px;
    font-weight: normal;
    color: #2D4775;
    line-height: 41px;
    margin-top: 80px;
}
.content h2 {
    font-size: 30px;
    font-weight: normal;
    color: #313131;
    line-height: 41px;
    margin-top: 80px;
}

.content hr {
	width: 130px;
	margin: 0;
	border-color: #0057B8;
	margin-top: -10px;
	margin-bottom: 25px;
}

.content p {
	color: #313131;
	line-height: 22px !important;
	margin-bottom: 0;
}

.content h3 {
	color: #313131;
	font-size: 16px;
	text-transform: none;
	margin: 20px 0;
}

.content .return-btn {
	margin-top: 60px;
}

.content .return-btn a {
	margin: 0;
	padding: 20px 70px;
	background-color: #0057B8;
	color: #ffffff;
	font-weight: 700;
	border: 2px solid #0057B8;
}

.content .return-btn a:hover {
	background-color: #0057B8;
	color: #ffffff;
	border: 2px solid #0057B8;
	opacity: .7;
}

.content .return-btn a img {
	vertical-align: middle;
	padding-left: 5px;
}

.content ul {
	margin-top: 20px;
}

.content ul.list-number {
	list-style: none;
	margin-bottom: 10px;
	padding-left: 0;
}

.content ul.list-number li {
	line-height: 22px;
}

.content ul.list-number li strong {
	color: #2E368F;
}

.content ul.list-number li:not(:last-child) {
	margin-bottom: 10px;
}

.content ul.list-checkmarks {
	list-style-image: url('//myoffice.gr/wp-content/uploads/2018/12/checkmark.png');
	margin-bottom: 10px;
	padding-left: 25px;
}

.content ul.list-checkmarks li {
	padding-left: 10px;
}

.hours{
	padding-left: 158px;
	display:block;
}
.hours.eng{
	padding-left: 217px;
	display:block;
}