/* main.css */
/* Master page */
body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-family: Arial;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    height: 100%;
}
html, body {
    height: 100%;
}
.wrapperContainer {
    min-height: 100%;
}
* html .wrapperContainer {
    height: 100%;
}
.wrapperContainer .wrapperContent {
    padding-bottom: 155px;
}

/* Elements */
h1 {
    margin: 0px;
    margin-bottom: 30px;
    padding: 0px;
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: normal;
    line-height: 30px;
    border-bottom: 1px solid #e3e4e8;
}
h2 {
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    font-weight: normal;
    font-size: 22px;
    line-height: 22px;
    text-transform: none;
}
h3 {
    margin: 0px;
    margin-top: -5px;
    padding: 0px;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    text-transform: none;
}
table {
    border: 0px;
    border-spacing: 0px;
}
input, textarea, select {
    width: 230px;
    font-size: 12px;
    color: #000000;
    padding: 4px;
    border: 1px solid #e3e3e3;
    margin-bottom: 2px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -html-border-radius: 0px;
    -webkit-border-radius: 0px;
}
a {
    color: #000000;
    border: 0px;
    text-decoration: none;
}
a:hover {
    color: #0077ff;
}
a.readMore {
    display: inline-block;
    padding: 8px;
    width: 200px;
    text-align: center;
    background: #0077ff;
    color: #ffffff;
}
a.readMore:hover {
    background: #274b8a;
}
a img {
    border: 0px;
}

.menuContainer {
    position: fixed;
    width: 100%;
    height: 70px;
    top: 0px;
    z-index: 100;
    padding-top: 10px;
    background: #ffffff;
    border-bottom: 1px solid #ebebeb;
}
.menuContent {
    width: 1100px;
}

.topContent {
    float: right;
    margin-right: 10px;
    padding-top: 3px;
    text-align: right;
}

.logo {
    float: left;
}

.mobileMenu {
    display: none;
    float: right;
    width: 32px;
    font-family: FontAwesome;
    font-size: 32px;
    text-rendering: auto;
    font-weight: normal;
    text-align: right;
    color: #000000;
    line-height: 60px;
    cursor: pointer;
    margin-right: 5%;
}
.mobileMenu.drop:before {
    content: "\f107";
}
.mobileMenu.drop.visible:before {
    content: "\f106";
}
.mobileMenu.menu:before {
    content: "\f0c9";
}
.mobileMenu.menu.visible:before {
    content: "\f00d";
}

.pageContainer {
    width: 1080px;
    padding: 10px;
    text-align: left;
}

.narrowContent {
    width: 800px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
}
.narrowContent.small {
    width: 400px;
}
.narrowContent.noTop {
    padding-top: 0px;
}

.responsiveContent img {
    max-width: 100%;
    height: auto;
}
.responsiveContent iframe {
    max-width: 100% !important;
}

.footerContainer {
    height: 155px;
    margin-top: -155px;
    min-width: 1100px;
    background: #5a5a5a;
}
.footerContent {
    width: 1100px;
    text-align: left;
}
.footerColumn {
    width: 250px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    float: left;
}
.footerColumn.double {
    width: 520px;
}
.footerInfo {
	background: #404040;
	margin-top: 20px;
    padding-top: 10px;
	font-size: 13px;
	color: #f1f1e3;
}
.footerInfo a {
	color: #ffffff;
}
.footerInfo span {
    color: #888888;
    padding-left: 20px;
    padding-right: 20px;
}
.footerInfo div img {
    display: inline-block;
    margin: 5px;
}

.sectionButtons {
    text-align: left;
}
.sectionButtons .sectionButton {
    display: inline-block;
    padding: 12px;
    margin: 14px;
    background: #0077ff;
    color: #ffffff;
    font-size: 15px;
}
.sectionButtons .sectionButton:hover {
    background: #274b8a;
}
.sectionButtons .sectionButton span {
    width: 160px;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.searchDiv {
    display: inline-block;
    height: 24px;
    width: 190px;
}
.searchDiv .button {
    background: url("../images/buttons/search.png") no-repeat top left;
    height: 24px;
    width: 24px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    float: left;
}
.searchDiv input {
    width: 160px;
    text-transform: none;
    height: 22px;
    padding: 0px;
    padding-left: 2px;
    padding-right: 2px;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    color: #939393;
    float: left;
}
.langDiv {
    display: inline-block;
}
.langDiv a {
    display: block;
    line-height: 35px;
    text-align: center;
    margin-left: 10px;
    float: right;
    text-decoration: none;
}

/* Default elements */
.mandatoryStar {
    color: #ff6565;
    margin-left: 3px;
}
.errorDiv {
    font-size: 12px;
    color: #ff6565;
    line-height: 18px;
}
.checkBox {
    width: 12px !important;
    height: 12px !important;
    border: 0px;
}
.errorInput {
    background: #ffdfdf;
}
.formRow {
    clear: both;
    position: relative;
}
.formText {
    width: 140px;
    float: left;
    vertical-align: top;
    padding-right: 10px;
    line-height: 20px;
}
.formInput {
    float: left;
    padding-bottom: 5px;
}
.buttonDiv {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
}
.buttonDiv.form {
    margin-left: 150px;
}
.buttonDiv.center {
    text-align: center;
}
.buttonDiv.right {
    text-align: right;
}
.noticeContainer {
	height: 25px;
}
.listTable {
    border: 0px;
}
.listTable th {
    text-align: left;
    background-color: #0077ff;
    color: #ffffff;
    padding: 5px;
    padding-left: 15px;
    font-weight: normal;
}
.listTable th a {
    color: #ffffff;
    text-decoration: none;
}
.listTable td {
    font-size: 13px;
    padding: 5px;
    padding-left: 15px;
}
.listTable .darkRow {
    background: #f6f6f6;
}
.listTable td a {
    color: #0077ff;
}
.listTable td img {
    vertical-align: middle;
}
.noElements {
    text-align: center;
}

/* fonts.css */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome.eot?v=4.7.0');
    src: url('../fonts/fontawesome.eot?#iefix&v=4.7.0') format('embedded-opentype'),
         url('../fonts/fontawesome.woff2?v=4.7.0') format('woff2'),
         url('../fonts/fontawesome.woff?v=4.7.0') format('woff'),
         url('../fonts/fontawesome.ttf?v=4.7.0') format('truetype'),
         url('../fonts/fontawesome.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* buttons.css */
/* General */
.button {
    width: 125px;
    border: 0px;
    cursor: pointer;
    color: #ffffff;
    background: #0077ff;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -html-border-radius: 0px;
    -webkit-border-radius: 0px;
    appearance: none;
    -moz-appearance: none;
    -html-appearance: none;
    -webkit-appearance: none;
}

/* Sorting carets */
.caretDown:before {
    font-family: FontAwesome;
    content: "\f0d7";
}
.caretUp:before {
    font-family: FontAwesome;
    content: "\f0d8";
}

/* notice.css */
.noticeOK {
    font-size: 16px;
    text-align: center;
    color: #2ea41b;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: -10px;
}
.noticeError {
    font-size: 16px;
    text-align: center;
    color: #ff6565;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: -10px;
}

/* pager.css */
.pager {
    height: 40px;
}
.pager a, 
.pager span {
    background: #f6f6f6;
    font-size: 14px;
    text-align: center;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    float: left;
    margin-left: 10px;
}
.pager a:hover, 
.pager span {
    color: #ffffff;
    background: #3498db;
    text-decoration: none;
}
.pager .pagerTitle {
    float: left;
    font-size: 15px;
    line-height: 40px;
}

/* blocks.css */
/* MENU BLOCK */
.menuBlock {
    height: 25px;
    text-align: left;
    position: relative;
    float: right;
    z-index: 100;
    margin-top: 8px;
}
.menuBlock ul {
    padding: 0px;
    margin: 0px;
    cursor: default;
    list-style: none;
    text-align: left;
}
.menuBlock ul li {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    position: relative;
}
.menuBlock ul li a {
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    color: #000000;
    line-height: 25px;
    text-decoration: none;
    border-right: 1px solid #e1e1e1;
    white-space: nowrap;
    display: block;
}
.menuBlock ul li:last-child a {
    border: 0px;
}
.menuBlock ul li:hover a,
.menuBlock ul li.selected a {
    color: #0077ff;
}
.menuBlock ul li:hover > ul {
    overflow: visible;
    width: auto;
    margin-left: 10px;
    border: 1px solid #e1e1e1;
    border-top: 2px solid #0077ff;
    border-bottom: 0px;
}
.menuBlock ul li ul {
    position: absolute;
    background: #ffffff;
    list-style: none;
    padding: 0px;
    overflow: hidden;
    top: 100%;
    left: 0px;
    width: 0px;
}
.menuBlock ul li ul li {
    display: block;
    float: none;
    border-bottom: 1px solid #e1e1e1;
}
.menuBlock ul li ul li a {
    line-height: 32px;
    font-size: 13px;
    border: 0px;
    color: #000000 !important;
}
.menuBlock ul li ul li:hover,
.menuBlock ul li ul li.selected {
    background: #0077ff;
    cursor: pointer;
}
.menuBlock ul li ul li:hover a,
.menuBlock ul li ul li.selected a {
    color: #ffffff !important;
}

/* HOME BLOCK */
.homeBlock .homeMenu {
    width: 265px;
    background: #fcfcfc;
    border: 1px solid #ebebeb;
    border-bottom: 0px;
    float: left;
}
.homeBlock .homeMenu ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
    cursor: default;
    list-style: none;
    text-align: left;
}
.homeBlock .homeMenu ul li {
    margin: 0px;
    padding: 0px;
    position: relative;
    border-bottom: 1px solid #ebebeb;
}
.homeBlock .homeMenu ul li a {
    display: block;
    padding-left: 20px;
    line-height: 41px;
}
.homeBlock .homeMenu ul li a:hover {
    background: #eeeeee;
    color: #000000;
    cursor: pointer;
}
.homeBlock .homeButtons {
    float: left;
}
.homeBlock .homeButtons .homeButton {
    float: left;
    width: 205px;
    padding: 20px;
    padding-bottom: 10px;
    margin-top: 68px;
    margin-left: 24px;
    border: 1px solid #ebebeb;
    text-align: center;
}
.homeBlock .homeButtons .homeButton:hover {
    background: #eeeeee;
}
.homeBlock .homeButtons .homeButton:hover .homeImage {
    transform: scale(1.1);
}
.homeBlock .homeButtons .homeButton b {
    text-transform: uppercase;
    font-size: 18px;
    color: #000000;
}
.homeBlock .homeButtons .homeButton .homeImage {
    display: inline-block;
    height: 64px;
    width: 64px;
    padding: 18px;
    text-align: center;
    background: #22468c;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -html-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-top: -70px;
    margin-bottom: 30px;
    transition: all .3s;
}
.homeBlock .homeButtons .homeButton .homeDetails {
    display: inline-block;
    color: #828282;
    font-size: 13px;
    line-height: 16px;
    min-height: 30px;
}

/* STRIP BLOCK */
.stripBlock {
    padding-bottom: 20px;
    padding-top: 80px;
}
.stripBlock div {
    height: 200px;
    background-color: #f4f4f4;
    background-position: top center;
    background-repeat: no-repeat;
    min-width: 1100px;
}

/* COURSE BLOCK */
.courseBlock {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
}
.courseBlock h2 {
    color: #000000;
    text-align: center;
    font-size: 28px;
    padding: 10px;
}
.courseBlock a {
    color: #333333;
}
.courseBlock a:hover {
    color: #0077ff;
}
.courseBlock .button {
    width: auto;
    padding: 15px;
    display: inline-block;
    background: none;
    border: 2px solid #22468c;
    font-size: 16px;
    line-height: 20px;
    color: #22468c;
}
.courseBlock .button:hover {
    background: #22468c;
    color: #ffffff;
}

/* STATS BLOCK */
.statsBlock {
    background: #22468c;
    font-size: 16px;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.statsBlock .statsContainer {
    width: 1100px;
}
.statsBlock .statsContainer .statsColumn {
    width: 245px;
    padding: 15px;
    float: left;
}
.statsBlock .count {
    font-size: 40px;
    line-height: 40px;
}
.statsBlock .spacer {
    border-top: 2px solid #10b765;
    width: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* TESTIMONIAL BLOCK */
.testimonialBlock {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #22468c;
    color: #ffffff;
}
.testimonialBlock h2 {
    text-align: center;
    font-size: 28px;
    padding: 10px;
}
.testimonialBlock .testimonialName {
    display: block;
    font-size: 20px;
}
.testimonialBlock .testimonialStatus {
    display: block;
    color: #c4c4c4;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 30px;
}
.testimonialBlock .testimonialContainer {
    width: 1080px;
    padding-left: 10px;
    padding-right: 10px;
}
.testimonialBlock .testimonialContainer .testimonialBullets {
    padding-top: 20px;
}
.testimonialBlock .testimonialContainer .testimonialBullets a {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 3px;
    margin-right: 3px;
    background: #0ebeff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -html-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.testimonialBlock .testimonialContainer .testimonialBullets a:hover,
.testimonialBlock .testimonialContainer .testimonialBullets a.selected {
    background: #e3e3e3;
}
.testimonialBlock .testimonialContainer .testimonialContent {
    min-height: 120px;
    width: 800px;
    color: #ffffff;
}
.testimonialBlock .testimonialContainer .testimonialContent div {
    display: none;
}

/* CLIENT BLOCK */
.clientBlock {
    width: 1080px;
    height: 100px;
    padding-top: 13px;
    margin-top: 70px;
}
.clientBlock h2 {
    float: left;
    font-size: 18px;
    margin: 0px;
    line-height: 87px;
    color: #000000;
    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
}
.clientBlock #clientContainer {
    float: right;
    width: 950px;
    height: 87px;
    padding: 0px;
    overflow: hidden;
    border-left: 3px solid #0077ff;
    border-right: 3px solid #0077ff;
}
.clientBlock ul {
    height: 87px;
    margin: 0px;
    padding: 0px;
}
.clientBlock ul li {
    list-style: none;
    float: left;
    width: 185px;
    text-align: center;
}
.clientBlock ul li img {
    border: 1px solid #efefef;
}

/* CONTACT BLOCK */
.contactBlock {
    color: #f1f1f1;
    font-size: 13px;
}
.contactBlock a {
    color: #ffffff;
}
.contactBlock .contactColumn {
    float: left;
    width: 220px;
}
.contactBlock .contactColumn:first-child {
    margin-right: 50px;
}
.contactBlock .contactColumn .contactLine {
    border-top: 1px solid #4a4c52;
    margin-top: 5px;
    margin-bottom: 5px;
}
.contactBlock .contactLine:first-child {
    border: 0px;
    padding-top: 0px;
}

/* SOCIAL BLOCK */
.socialBlock {
    color: #f1f1f1;
    font-size: 13px;
}
.socialBlock a {
    color: #ffffff;
}
.socialBlock .icon {
    font-family: FontAwesome;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    margin-top: 10px;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -html-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.socialBlock .icon.facebook {
    background: #3b5998;
}
.socialBlock .icon.facebook:before {
    content: "\f09a";
}
.socialBlock .icon.linkedin {
    background: #007bb5;
}
.socialBlock .icon.linkedin:before {
    content: "\f0e1";
}
.socialBlock .icon.youtube {
    background: #ff0000;
}
.socialBlock .icon.youtube:before {
    content: "\f167";
}
.socialBlock .icon.rss {
    background: #f26522;
}
.socialBlock .icon.rss:before {
    content: "\f09e";
}

/* NEWSLETTER BLOCK */
.newsletterBlock {
    color: #f1f1f1;
    font-size: 13px;
}
.newsletterBlock .button {
    float: left;
    background: #67c9e0;
    height: 30px;
    width: 40px;
    padding: 0px;
    margin: 0px;
    font-size: 11px;
    border: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -html-border-radius: 0px;
    -webkit-border-radius: 0px;
    appearance: none;
    -moz-appearance: none;
    -html-appearance: none;
    -webkit-appearance: none;
}
.newsletterBlock input {
    width: 180px;
    font-size: 11px;
    text-transform: none;
    height: 30px;
    padding: 0px;
    padding-left: 8px;
    padding-right: 8px;
    background: #515359;
    border: 0px;
    color: #e7e7e7;
    float: left;
}
.newsletterBlock a img {
    border: 0px;
    margin-right: 10px;
}

/* LINKEDIN BLOCK */
.linkedinBlock {
    color: #f1f1f1;
    font-size: 13px;
}
.linkedinBlock a {
    color: #ffffff;
}
.linkedinBlock .icon {
    font-family: FontAwesome;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    margin-top: 10px;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -html-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.linkedinBlock .icon.linkedin {
    background: #86888a;
}
.linkedinBlock .icon.linkedin:before {
    content: "\f08c";
}

/* COOKIE BLOCK */
.cookieBlock {
    width: 100%;
    background: #2a2a2a;
    color: #ffffff;
    min-height: 30px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    margin-bottom: -100px;
    z-index: 1000;
    line-height: 20px;
    text-align: center;
}
.cookieBlock .blockContent {
    display: inline-block;
    width: 960px;
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.cookieBlock .blockContent a {
    font-size: 12px;
    color: #ffffff;
    text-decoration: underline;
}

/* user.css */
.recoveryDiv {
    margin-left: 150px;
    margin-bottom: 5px;
    text-align: left;
}
.recoveryDiv a {
    font-size: 11px;
}

/* home.css */
.homeContent {
    text-align: center;
    font-size: 18px;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* article.css */
.articleContainer .articleContent {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}
.articleContainer .articleContent:last-child {
    border: 0px;
    margin-bottom: 0px;
}
.articleContainer .articleContent .articleImage {
    width: 230px;
    float: right;
    padding-left: 20px;
}

/* study.css */
.studyContainer .studyContent {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}
.studyContainer .studyContent:last-child {
    border: 0px;
    margin-bottom: 0px;
}

/* course.css */
.courseSearch {
    background: #f6f6f6;
    margin-bottom: 30px;
    font-size: 13px;
}
.courseSearch .searchColumn {
    width: 330px;
    padding: 15px;
    float: left;
}
.courseSearch select {
    margin-top: 5px;
    width: 320px;
}

.courseTable td {
    color: #707070;
    font-size: 15px;
    padding: 15px;
    vertical-align: middle;
}
.courseTable .button {
    width: 100%;
    padding: 0px;
    display: inline-block;
    background: none;
    border: 1px solid #0077ff;
    font-size: 15px;
    line-height: 25px;
    color: #0077ff;
}
.courseTable .button:hover {
    background: #0077ff;
    color: #ffffff;
}
.courseTable .darkRow {
    background: #f8f8f8;
}
.courseTable .mobile {
    display: none !important;
}
.courseTable .mobile td {
    padding-top: 0px;
}

/* news.css */
.newsContainer .newsContent {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}
.newsContainer .newsContent:last-child {
    border: 0px;
    margin-bottom: 0px;
}
.newsContainer .newsContent .newsImage {
    width: 230px;
    float: right;
    padding-left: 20px;
}
.newsContainer .newsContent h3 {
    font-size: 14px;
}

/* team.css */
.teamContainer .teamContent {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}
.teamContainer .teamContent:last-child {
    border: 0px;
    margin-bottom: 0px;
}
.teamContainer .teamContent.left .teamImage {
    width: 230px;
    float: left;
    padding-right: 20px;
}
.teamContainer .teamContent.right .teamImage {
    width: 230px;
    float: right;
    padding-left: 20px;
}
.teamContainer .teamContent .teamText {
    padding-top: 20px;
    text-align: justify;
    width: 100%;
}

/* client.css */
.clientContainer {
    text-align: left;
}
.clientContainer .clientImage {
    margin: 13px;
    margin-bottom: 25px;
}

/* partner.css */
.partnerContainer {
    text-align: left;
}
.partnerContainer .partnerImage {
    margin: 13px;
    margin-bottom: 25px;
}

/* contact.css */
#googleMaps {
	width: 100%;
    height: 250px;
    margin-top: 80px;
    margin-bottom: 10px;
}

.contactContainer {
    text-align: left;
    padding: 20px;
    padding-top: 0px;
}
.contactContainer h2 {
    color: #3a3c41;    
    text-align: left;
    padding-bottom: 10px; 
    margin: 0px;
    border: 0px;
}
.contactContainer .contactLeftColumn {
    width: 500px;
    float: left;    
}
.contactContainer .contactRightColumn {
    width: 500px;
    float: right;
}

.contactContainer input, 
.contactContainer textarea {
    width: 340px;
}
.contactContainer textarea {
    height: 100px;
}
.contactContainer .button {
    width: 125px;
}

/* newsletter.css */
.newsletterDiv {
    width: 425px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 335px;
    text-align: left;
}
.newsletterDiv h1 { 
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e4e8; 
    margin-bottom: 30px;
    margin-left: 0px;
    width: 420px;
}

/* responsive.css */
@media only screen and (max-width: 780px) {
    /* MAIN */
    html {
        height: 100%;
        min-width: 100%;
        text-size-adjust: 100%;
        -moz-text-size-adjust: 100%;
        -html-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
    }
    body {
        height: auto;
    }
    h1 {
        font-size: 26px;
        line-height: 28px;
        text-align: center;
        margin: 0px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    input, textarea, select {
        width: 98%;
        padding: 1%;
    }
    .containerWrapper {
        min-height: auto;
    }
    .wrapperContainer .wrapperContent {
        padding: 0px;
    }
    a.readMore {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .formRow {
        clear: both;
        position: static;
    }
    .formRow.passStrength {
        display: none;
    }
    .formText {
        width: 50%;
        float: left;
        text-align: left;
        vertical-align: top;
        padding: 0px;
    }
    .formInput {
        width: 50%;
        float: left;
        text-align: left;
        margin-bottom: 10px;
        padding: 0px;
    }
    .buttonDiv.form {
        margin-left: 50%;
    }
    .buttonDiv.right {
        text-align: center;
    }
    .logo {
        display: inline-block;
        margin-bottom: 5px;
        margin-left: 5%;
    }
    .mobileMenu {
        display: block;
    }
    .menuContainer {
        position: relative;
        min-width: 100%;
        text-align: center;
        height: auto;
        padding: 0px;
    }
    .menuContent {
        width: 100%;
        min-width: 100%;
        height: auto;
        margin: 0px;
        padding: 0px;
        text-align: center;
    }
    .topContent {
        display: none;
        float: none;
        margin: 0px;
        margin-bottom: 10px;
        padding-top: 5px;
        padding-right: 5%;
        background: #ebebeb;
    }
    .pageContainer {
        width: 90%;
        padding: 20px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .narrowContent {
        width: 90% !important;
        padding: 5% !important;
        font-size: 13px;
    }
    .narrowContent.noTop {
        padding-top: 0px !important;
    }
    .footerContainer {
        height: auto;
        min-width: 90%;
        margin: 0px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .footerContent {
        width: 100%;
    }
    .footerColumn {
        margin: 0px;
        width: 50%;
    }
    .footerColumn.double {
        width: 100%;
    }
    .footerInfo {
        height: auto;
        padding: 10px;
    }
    .footerInfo a {
        display: block;
    }
    .footerInfo span {
        display: none;
    }
    .sectionButtons {
        text-align: center;
    }
    .listTable .desktop {
        display: none !important;
    }

    /* BLOCKS */
    .menuBlock {
        float: none;
        clear: both;
        margin: 0px;
        height: auto;
        background: #fcfcfc;
    }
    .menuBlock ul {
        width: 100%;
        display: none;
    }
    .menuBlock ul li {
        width: 100%;
        display: block;
        border-top: 1px solid #ebebeb;
    }
    .menuBlock ul li a {
        text-align: center;
        font-size: 15px;
        line-height: 35px;
        border: 0px;
    }
    .menuBlock ul li:hover > ul {
        display: block;
        position: relative;
        margin: 0px;
        border: 0px;
    }
    .menuBlock ul li ul {
        border: 0px;
        background: #ebebeb;
    }
    .menuBlock ul li ul li {
        border: 0px;
        border-top: 1px solid #fcfcfc;
    }
    .menuBlock ul li ul li a {
        color: #ffffff;
        line-height: 30px;
    }
    .homeBlock .homeMenu {
        float: none;
        width: 100%;
        border-left: 0px;
        margin-top: 20px;
    }
    .homeBlock .homeMenu ul li {
        width: 100%;
        border-left: 1px solid #ebebeb;
    }
    .homeBlock .homeButtons {
        float: none;
    }
    .homeBlock .homeButtons .homeButton {
        display: block;
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        margin-left: 0px;
        float: none;
    }
    .stripBlock {
        padding: 0px;
    }
    .stripBlock div {
        height: 85px;
        margin: 0px;
        background-size: cover;
        min-width: 100%;
    }
    .searchBlock {
        display: none;
    }
    .statsBlock .statsContainer {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .statsBlock .statsContainer .statsColumn {
        width: 50%;
        padding: 40px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .testimonialBlock {
        height: auto;
        min-width: 100%;
    }
    .testimonialBlock .testimonialContainer {
        height: auto;
        width: 100%;
    }
    .testimonialBlock .testimonialContainer {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        height: auto;
        text-align: center;
        position: relative;
    }
    .testimonialBlock .testimonialContainer .testimonialBullets {
        width: 100%;
        padding-top: 30px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }
    .testimonialBlock .testimonialContainer .testimonialContent {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .clientBlock {
        width: 100%;
        margin: 0px;
        margin-bottom: 10px;
        padding: 0px;
    }
    .clientBlock h2 {
        display: none;
    }
    .clientBlock #clientContainer {
        width: 100%;
        padding: 0px;
        border: 0px;
        overflow: hidden;
    }
    .contactBlock {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .contactBlock .contactColumn {
        width: 45%;
        padding-right: 5%;
        margin: 0px !important;
    }
    .contactBlock .contactColumn .contactLine {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .socialBlock {
        margin-bottom: 30px;
    }
    .newsletterBlock {
        margin-bottom: 30px;
    }
    .cookieBlock .blockContent {
        padding-left: 10px;
        padding-right: 10px;
        width: auto;
    }

    /* USER */
    .recoveryDiv {
        width: 50%;
        margin-left: 50%;
    }

    /* COURSE */
    .courseSearch .searchColumn {
        float: none;
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .courseSearch select {
        width: 100%;
    }

    .courseTable .mobile {
        display: table-row !important;
    }
    .courseTable .desktop {
        display: none !important;
    }

    /* CLIENT */
    .clientContainer {
        text-align: center;
    }

    /* PARTNER */
    .partnerContainer {
        text-align: center;
    }

    /* PAGER */
    .pager {
        padding-left: 0px;
        padding-right: 0px;
    }

    /* CONTACT */
    #googleMaps {
        margin: 0px;
        width: 100%;
    }
    .contactContainer h2 {
        font-size: 18px;
        margin: 0px;
        padding-bottom: 5px;
    }
    .contactContainer .contactLeftColumn,
    .contactContainer .contactRightColumn {
        float: none;
        width: 100%;
    }
    .contactContainer .contactLeftColumn {
        margin-bottom: 30px;
    }
    .contactContainer input,
    .contactContainer textarea {
        width: 98%;
    }
}

@media only screen and (max-width: 640px) {
    /* MAIN */
    .formText {
        width: 100%;
        float: none;
    }
    .formInput {
        width: 100%;
        float: none;
    }
    .buttonDiv {
        margin: 0% !important;
        text-align: center !important;
    }
    .topContent {
        padding: 0px;
        padding-top: 5px;
        text-align: center;
    }
    .footerColumn,
    .footerColumn.double {
        width: 100%;
    }

    /* BLOCKS */
    .homeBlock ul li {
        width: 100%;
        float: none;
    }
    .statsBlock .statsContainer .statsColumn {
        width: 100%;
    }
    .contactBlock .contactColumn {
        width: 100%;
        padding: 0px;
    }
    .contactBlock .contactColumn:first-child {
        border-bottom: 1px solid #4a4c52;
        margin-bottom: 5px !important;
        padding-bottom: 5px !important;
    }
    .contactBlock .contactColumn .contactLine {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    /* USER */
    .recoveryDiv {
        width: 100%;
        margin: 0px;
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    /* ARTICLE */
    .articleContainer .articleContent .articleImage {
        float: none;
        display: block;
        margin: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        padding: 0px !important;
    }

    /* NEWS */
    .newsContainer .newsContent .newsImage {
        float: none;
        display: block;
        margin: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        padding: 0px !important;
    }

    /* TEAM */
    .teamContainer .teamContent .teamImage {
        float: none !important;
        display: block;
        margin: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        padding: 0px !important;
    }
}

