
        

/* FLYT INDLÆG CONTENT NED HVIS SKÆRM ER OVER 1000 BRED */
@media (min-width: 1000px){
.post_text_inner {
padding-top: 70px !important;
}
}

/* MISTET ADGANGSKODE LINK PÅ FORM LOGIN VED CHECKOUT */
a.lost_password {
    color: black;
    margin: 15px 0px 0px 0px;
}

a.lost_password:hover {
    color: #19363f;
}



div.coach-details {

}

div.coach-details > div.inner-coach-column {
width: 150px; 
display: inline-block; 
margin-right: 10px;
vertical-align: top;
}

div.coach-details > div.inner-coach-column > img {
width: 100%;
}

div.coach-details > div.inner-coach-column  > div {
margin-bottom: 10px;
}




/* Navigations knapper på modul sider */

.myNavButton {
    padding: 5px 10px 5px 10px;
    display: inline-block;
    font-size: 80%;
    border: 1px solid;
    border-radius: 10px;
    color: white;
    background: #19363f;
}

.myNavButton:hover {
color: #818181;
background:  #006575;
}




/* Submitknap på demo-user sign up siden */
#submitUserRegistration {
width: 160px; 
font-size: 150%; 
margin-bottom: 10px; 
border-radius: 5px 5px 10px 10px; 
background: none; 
border: 2px solid white; 
color: white;
}

#submitUserRegistration:hover {
background: white; 
color: #19363f;
}


#submitSendInvite {
font-size: 140%; 
margin-bottom: 10px;
padding: 1px 10px;
border-radius: 6px; 
background: #19363f; 
border: 2px solid white; 
color: white;
}

#submitSendInvite:hover {
background: white; 
color: #19363f;
}



div.profile-info{
max-width: 340px;
margin-bottom: 20px;
display: inline-block;
vertical-align: top;
}

div.profile-info > button{
    width: 300px;
    border: 2px white solid;
    border-radius: 10px;
    padding: 10px;
    background: #3796ba;
    color: white;
}

div.profile-info > button:hover{
    background: #42cbff;
}

div.profile-info-entry{
margin-bottom: 10px;
}

div.profile-info-entry > div:first-of-type{
    width: 100px;
    display: inline-block;
    text-align: center;
    padding: 6px;
    color: black;
    border: white 2px solid;
    border-radius: 10px 0px 0px 10px;
    background: #f1f1f1;
    vertical-align: top;
}

div.profile-info-entry > div:nth-of-type(2){
    min-width: 150px;
    display: inline-block;
    background: #ffffff;
    padding: 6px;
    border: 2px solid white;
    font-size: 12px;
}

div.profile-info-entry-editable{
margin-bottom: 10px;
}

div.profile-info-entry-editable > div:first-of-type{
    width: 100px;
    display: inline-block;
    text-align: center;
    padding: 6px;
    color: black;
    border: white 2px solid;
    border-radius: 10px 0px 0px 10px;
    background: #f1f1f1;
    vertical-align: top;
}

div.profile-info-entry-editable > div > div{
    max-width: 450px;
    min-width: 150px;
    display: inline-block;
    background: #ffffff;
    padding: 6px;
    border: 2px solid white;
    font-size: 12px;
}

div.profile-info-entry-editable > div > button,
form#create_case > div > button{
    text-align: center;
    padding: 6px;
    vertical-align: top;
    background: #3796ba;
    color: white;
    border: 2px white solid;
    border-radius: 4px 10px 10px 4px;
}

div.profile-info-entry-editable > div > button:hover,
form#create_case > div > button:hover{
    background: #42cbff;
}

div.profile-info-entry-editable > form > input{
    width: 150px;
    display: inline-block;
    background: white;
    padding: 13px 8px;
    border: 0px;
    font-size: 12px;
}

div.profile-info-entry-editable > form > button{
    text-align: center;
    padding: 6px;
    vertical-align: middle;
    background: #3796ba;
    color: white;
    border: 2px white solid;
    border-radius: 4px 10px 10px 4px;
}

div.profile-info-entry-editable > form > button:hover{
    background: #42cbff;
}

form#changePassForm{
    background: #3796ba; /* rgb(55 150 186); */
    width: 240px;
    padding: 20px;
    color: white;
    display: block;
}

form#changePassForm > input{
    border: white 2px solid;
    border-radius: 10px;
    padding: 10px;
    background: none;
    color: white;
}

form#changePassForm > input:hover{
    background: white;
    color: #3796ba; /* rgb(55 150 186); */
}


form#deleteUserForm{
    background: #3796ba; /* rgb(55 150 186); */
    width: 240px;
    padding: 20px;
    color: white;
    display: block;
}

form#deleteUserForm > input{
    border: white 2px solid;
    border-radius: 10px;
    padding: 10px;
    background: none;
    color: white;
}

form#deleteUserForm > input:hover{
    background: white;
    color: #3796ba; /* rgb(55 150 186); */
}





/* OPRET SAG STYLING */
form#create_case > div {
    display: block;
    margin-bottom: 20px;
}
form#create_case > div > div {
    display: inline-block;
    margin-right: 10px;
}
form#create_case > div > div > label {
    display: block; 
}
form#create_case > div > div > input,
form#create_case > div > div > select,
form#create_case > div > div > div#company {
    padding: 5px 10px; 
    width: 150px;
}
form#create_case > div > div#associated_coach {
    width: 300px;
    background: white;
    border: 1px solid;
    padding: 1px 10px;
}
form#create_case > div > input#terms {
    width:14px;
    height:14px;
}
form#create_case > input#submit_case {
    padding: 10px 20px;
    font-size: 20px;
    border: 2px solid white;
    border-radius: 5px;
    color: white;
    background: #3796ba;
}
form#create_case > input#submit_case:hover {
    background: #42cbff;
}




/* This is styling for case number and birthday tooltip */
.tooltip {
    background: none;
    border: none;
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip:hover i {
    color: blue;
}







.q_logo img {
    top: 0%;
}



div.content_inner {
   min-height: 800px;
}





/* Liste af modulets indhold på hver modul side */

.modulContentList > li > a {
color:  #818181; 
}

.modulContentList > li > a:hover {
color:  #006575;
}




a {
color:  #818181; 
}


a:hover {
color:  #006575;
}




.myOverlay {
  transition: .5s ease;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.myOverlay > a {
color: white;
}

.myOverlay > a:hover {
color:  #006575;
}


.myOverlayImage {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}


.myOverlayContainer:hover .myOverlayImage {
  opacity: 0.3;
}

.myOverlayContainer:hover .myOverlay {
  opacity: 1;
}




span.posted_in {
display: none !important;
}





/* AUDIO PLAYER STYLING */
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    top: 0;
}
.mejs-container, 
.mejs-container .mejs-controls, 
.mejs-embed, 
.mejs-embed body {
    background-color: #ddd !important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, 
.mejs-controls .mejs-time-rail .mejs-time-total {
    background-color: #fff;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
    transform: none !important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-time-rail .mejs-time-current {
    background-color: #2196F3 !important;
}
.mejs-controls div.mejs-time-rail {
    margin-left: 0px;
}
.article .mejs-controls div.mejs-time-rail {
    margin-left: 6px !important;
}
.mejs-controls .mejs-replay button {
    background-image: url(img/audio/play.png);
}
.mejs-controls .mejs-time-rail span {
  width: 100%;
  margin: 16px 0;
}
.mejs-time span.mejs-duration {
    margin-left: 10px !important;
}
.mejs-time span.mejs-currenttime {
    padding-right: 10px !important;
}
.mejs-time-hovered {
    background-color: transparent !important;
}


/* MOBIL OPTIMERING */

/* Make mobile header transparent */
.header_bottom {
    background-color: rgba(0, 0, 0, 0) !important;
}

div.mobile_menu_button {
float: right;
margin: 0;
}



div.frontPageColumn1{
display: inline-block;
vertical-align: top;
margin-top: 150px;
margin-right: 20px;
width: 500px;
}

div.frontPageColumn2{
display: inline-block;
vertical-align: top;
margin-top: 150px;
width: 400px;
}

div.frontPageBox{
margin-bottom: 20px;
background: #19363f;
border-radius: 15px;
border: 1px solid;
box-shadow: 0px 10px 25px 0px rgba( 2, 2, 2, 0.50 );
}




div.frontPageText{
display: inline-block;
vertical-align: top;
width: 500px;
margin-top: 150px;

/* WHITE STYLING */
background: #19363f;
border-radius: 15px;
border: 1px solid;
box-shadow: 0px 10px 25px 0px rgba( 2, 2, 2, 0.50 );

}


.frontPageTextHeader3{
margin: 10px auto; 
color: white; 
font-size: 130%;
font-weight: normal;

/* WHITE STYLING */
margin-top: 35px;

}

.frontPageTextHeader2{
color: white; 
font-size: 250%;
font-weight: bold;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 10px;
}



div.frontPageTextDescription{

/* WHITE STYLING */
margin-bottom: 35px;

}



/* STYLING MODULER MENU ON FRONT PAGE */
#menu-moduler > li > a { 
    padding: 0px;
}

#menu-moduler > li:first-child > a { 
    padding: 5px 10px 5px 10px;
border: 1px solid;
}

#menu-moduler > li:last-child > a { 
}


div.modulListInnerWrapper > ul {
list-style-type: none;
}


div.modulListInnerWrapper > ul > li > a {
padding: 5px 10px 5px 10px;
color: #818181;
}

div.modulListInnerWrapper > ul > li > a:hover {
color: #006575;
}



div.modulListInnerWrapper > ul > li:first-child {
margin-bottom: 20px;
}



div.modulListInnerWrapper > ul > li:first-child > a {
font-size: 150%;
padding: 10px 20px 10px 20px;
border: 1px solid;
border-radius: 20px;
background: #19363f;
color: white;
}

div.modulListInnerWrapper > ul > li:first-child > a:hover {
background: #006575;
color: #818181;
}



div.modulListInnerWrapperFA > ul {
list-style-type: none;
}


div.modulListInnerWrapperFA > ul > li > a {
padding: 5px 10px 5px 10px;
color: #818181;
}

div.modulListInnerWrapperFA > ul > li > a:hover {
color: #006575;
}



a[title="MenuSubHeader"] { 
font-size: 120%;
font-weight: 600;
color: white !important;
}


ul.sub-menu {
list-style-type: none;
}


ul#menu-coach_menu > li {
margin-bottom: 20px;
color: white;
}

ul#menu-admin > li {
margin-bottom: 20px;
color: white;
}






div#frontPageLogin{
display: inline-block;
vertical-align: top;
width: 400px;
margin-top: 150px;
}


div#sidebar1{

/* WHITE STYLING */ 
margin-left: 30px;
/* padding-right: 20px; */
background: #19363f;
border-radius: 15px;
border: 1px solid;
box-shadow: 0px 10px 25px 0px rgba( 2, 2, 2, 0.50 );

}

div#sidebar2{

/* WHITE STYLING */ 
margin-left: 30px;
/* padding-right: 20px; */
background: #19363f;
border-radius: 15px;
border: 1px solid;
box-shadow: 0px 10px 25px 0px rgba( 2, 2, 2, 0.50 );

}


div#modulTitle{

/* WHITE STYLING */ 
margin-top: 35px;
padding-right: 20px;

}


div.navigation{

/* WHITE STYLING */ 
/* padding-right: 20px; */

}


div.modulListWrapper{

/* WHITE STYLING */ 
margin-bottom: 35px;
text-align: right;

}


div.modulListInnerWrapper{

padding-bottom: 20px;
padding-right: 20px;

}

div.modulListInnerWrapperFA{

padding-bottom: 20px;
padding-right: 20px;

}




div#login_form {
padding: 0 40px;
}

div.login_form_fields {
margin-bottom: 35px;
}


div.loginTitle{
/* WHITE STYLING */ 
margin-top: 35px;

text-align: right;
height: 50px;
margin-bottom: 5px;
}

div.gravity{
/* WHITE STYLING */ 
margin-bottom: 35px;
}


div.gravity{

/* WHITE STYLING */ 
margin-bottom: 35px;

}






input#user_login[name="log"]{

font-size: 16px;
height: 46px;
padding-left: 40px;
border-radius: 6px;
margin: 5px 0;
width: 100%;
color: #19363f;
background-color: #cde3ea;

}




input#user_pass[name="pwd"]{

font-size: 16px;
height: 46px;
padding-left: 40px;
border-radius: 6px;
margin: 5px 0;
width: 100%;
color: #19363f;
background-color: #cde3ea;

}





a.login-forgot{

float: right;

}



p.login-remember{

text-align: left;

}




p.login-submit > input#wp-submit{

line-height: 30px;
font-weight: bold;
-webkit-box-shadow: 0px 3px 0px 0px rgba(24, 121, 158, 1);
-moz-box-shadow: 0px 3px 0px 0px rgba(24, 121, 158, 1);
box-shadow: 0px 3px 0px 0px rgba(24, 121, 158, 1);
background: #3796ba;
border: none;
font-size: 16px;
margin: 5px 0;
display: block;
width: 100%;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
color: white;

}



p.login-submit > input#wp-submit:hover{

background: #51cfff;

}



p.login-username {

position: relative;

}



p.login-password {

position: relative;

}



p.login-username > label{

display: none;

}


p.login-password > label{

display: none;

}



h4.loginTitle {

color: white;
font-size: 30px;
font-weight: 700;
text-decoration-line: underline;

}




p.callToActionButtonOnlineKursus {
    margin: auto;
    padding: 10px 20px 10px 20px;
    color: white;
    border-radius: 5px;
    border: 2px solid white;
    text-align: center;
    width: 70%;
    font-weight: 700;
}


p.callToActionButtonOnlineKursus:hover {
color: #19363F;
background-color: white !important; 
}





/* FOOTER STYLING */
input#mce-EMAIL{

font-size: 16px;
height: 46px;
padding-left: 40px;
border-radius: 6px;
margin: 5px 0;
width: 250px;
color: #19363f;
background-color: #cde3ea;

}



input#mc-embedded-subscribe{

line-height: 30px;
font-weight: bold;
-webkit-box-shadow: 0px 3px 0px 0px rgba(24, 121, 158, 1);
-moz-box-shadow: 0px 3px 0px 0px rgba(24, 121, 158, 1);
box-shadow: 0px 3px 0px 0px rgba(24, 121, 158, 1);
background: #3796ba;
border: none;
font-size: 16px;
margin: 5px auto;
display: block;
width: 250px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
color: white;

}



input#mc-embedded-subscribe:hover{

background: #51cfff;

}




div.footer_top_holder{

padding-top: 40px;
margin-top: 30px;

}





span.glyphicon { 

position: absolute; 
left: 0; 
top: 20%; 
padding: 6px 0 0 12px; 
display: inline-block; 
font-family: 'Glyphicons Halflings'; 
font-style: normal;
font-weight: 400; 
line-height: 1; 
-webkit-font-smoothing: antialiased; 
-moz-osx-font-smoothing: grayscale; 

} 






/* MINE KLIENTER TABLE STYLING */

table.clientsTable, 
table.casesTable {
display: inline-table;
width: -webkit-fill-available;
}

table.clientsTable > tbody, 
table.casesTable > tbody {
background: white;
}

table.clientsTable > tbody > tr:first-child, 
table.casesTable > tbody > tr:first-child {
background: #e0e0e0;
border: 1px solid;
}

table.clientsTable > tbody > tr > td, 
table.casesTable > tbody > tr > td {
border: 1px solid;
text-align: left;
}

table.clientsTable > tbody > tr > td.username > button, 
table.casesTable > tbody > tr > td.casetitle > button
{
display: none;
}

table.clientsTable > tbody > tr > td.username ,
table.clientsTable > tbody > tr > td.fullname ,
table.clientsTable > tbody > tr > td.course
{
max-width: 150px;
}

table.clientsTable > tbody > tr > td.email
{
max-width: 200px;
}

table.clientsTable > tbody > tr > td.phone
{
max-width: 90px;
}

table.clientsTable > tbody > tr > td.modul
{
max-width: 110px;
}

table.clientsTable > tbody > tr > td.status
{
    max-width: 100px;
}



table.casesTable > tbody > tr > td.casetitle ,
table.casesTable > tbody > tr > td.fullname ,
table.casesTable > tbody > tr > td.course
{
/* max-width: 150px ;*/
}

table.casesTable > tbody > tr > td.email
{
/* max-width: 200px; */
}

table.casesTable > tbody > tr > td.date,
table.casesTable > tbody > tr > td.phone
{
/* max-width: 90px; */
}

table.casesTable > tbody > tr > td.status
{
/*    max-width: 170px; */
}

td.casetitle > div {
    display: block;
}

td.casetitle > div > div {
    display: inline-block;
    min-width: 70px;
}

td.casetitle > div > span {
    display: inline-block;
}






div.caseInfo {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px;
    vertical-align: top;
}
div.caseInfo > div {
    display: inline-block;
}
div.caseInfo > div > div {
    display: inline-block;
    width: 195px;
    background: white;
    border: 1px solid;
    padding: 1px 10px;
}
div.caseInfo > div > div#associated_coach,
div.caseInfo > div > div#description,
div.caseInfo > div > div#comments {
    width: 300px;
}
div.caseInfo > div > button {
    text-align: center;
    padding: 6px;
    vertical-align: middle;
    background: #3796ba;
    color: white;
    border: 2px white solid;
    border-radius: 4px 10px 10px 4px;
}
div.caseInfo > div > button:hover {
    background: #42cbff;
}
div#createdFeedback {
    width:200px;
    text-align:center;
}
div#createdFeedback > p {
    color:white;
}








/* LISTE MED INVITATIONER TABLE STYLING */

table.invitationsTable > tbody {
background: white;
}

table.invitationsTable > tbody > tr > td {
border: 1px solid;
text-align: left;
}

table.invitationsTable > tbody > tr:first-child {
background: #e0e0e0;
border: 1px solid;
}



div.caseColumn {
display: inline-block;
vertical-align: top;
width: 500px;
margin-top: 100px;
margin-right: 20px;
}

div.moduleDescription {
display: inline-block;
vertical-align: top;
width: 600px;
margin-top: 100px;
}

div.moduleContent{
display: inline-block;
vertical-align: top;
width: 400px;
margin-top: 50px;
}

div.videoModuleDescription {
display: inline-block;
vertical-align: top;
width: 400px;
margin-top: 100px;
}

div.videoModuleContent{
display: inline-block;
vertical-align: top;
width: 600px;
margin-top: 50px;
}


/* _______________________________________________________________________________________________________ */

@media screen and (max-width: 1200px) {
div.caseColumn {
width: 500px;
margin-top: 100px;
}
div.moduleDescription {
width: 500px;
margin-top: 100px;
}
div.moduleContent{
width: 400px;
margin-top: 50px;
}
div.videoModuleDescription {
width: 300px;
margin-top: 80px;
}
div.videoModuleContent{
width: 600px;
margin-top: 50px;
}
}


/* _______________________________________________________________________________________________________ */

@media screen and (max-width: 1000px) {

table.clientsTable > tbody > tr > td.username > button,
table.casesTable > tbody > tr > td.casetitle > button
{
display: inline-block;
}
table.clientsTable > tbody > tr > th.fullname ,
table.clientsTable > tbody > tr > td.fullname ,
table.clientsTable > tbody > tr > th.course ,
table.clientsTable > tbody > tr > td.course ,
table.clientsTable > tbody > tr > th.email ,
table.clientsTable > tbody > tr > td.email ,
table.clientsTable > tbody > tr > th.phone ,
table.clientsTable > tbody > tr > td.phone ,
table.clientsTable > tbody > tr > th.modul ,
table.clientsTable > tbody > tr > td.modul ,
table.clientsTable > tbody > tr > th.status ,
table.clientsTable > tbody > tr > td.status,
table.casesTable > tbody > tr > th.refnumber ,
table.casesTable > tbody > tr > td.refnumber ,
table.casesTable > tbody > tr > th.fullname ,
table.casesTable > tbody > tr > td.fullname ,
table.casesTable > tbody > tr > th.course ,
table.casesTable > tbody > tr > td.course ,
table.casesTable > tbody > tr > th.email ,
table.casesTable > tbody > tr > td.email ,
table.casesTable > tbody > tr > th.phone ,
table.casesTable > tbody > tr > td.phone ,
table.casesTable > tbody > tr > th.company ,
table.casesTable > tbody > tr > td.company ,
table.casesTable > tbody > tr > th.coach ,
table.casesTable > tbody > tr > td.coach ,
table.casesTable > tbody > tr > th.date ,
table.casesTable > tbody > tr > td.date ,
table.casesTable > tbody > tr > th.status ,
table.casesTable > tbody > tr > td.status
{
    display: none;
}
.logo_wrapper {
    left: 20%;
}
div.frontPageText{
width: 400px;
margin-top: 50px;
}
.frontPageTextHeader2{
font-size: 230%;
}
.frontPageTextHeader3{
font-size: 115%;
}
div#frontPageLogin{
width: 300px;
margin-top: 50px;
}
div#sidebar1{
margin-left: 0px;
}
div#sidebar2{
margin-left: 0px;
}
div.backToPrevPage {
margin: 0 0 20px 0 !important;
padding: 0px 3px 0px 3px !important;
font-size: 70% !important;
}
div.caseColumn {
width: 400px;
margin-top: 40px;
}
div.moduleDescription {
width: 400px;
margin-top: 40px;
}
div.moduleContent{
width: 350px;
margin-top: 20px;
}
div.videoModuleDescription {
width: 300px;
margin-top: 40px;
}
div.videoModuleContent{
width: 450px;
margin-top: 20px;
}
div.frontPageColumn1{
margin-top: 50px;
margin-right: 0px;
width: 400px;
}
div.frontPageColumn2{
margin-top: 50px;
width: 300px;
}
}


/* _______________________________________________________________________________________________________ */


@media screen and (max-width: 810px) {

}


/* _______________________________________________________________________________________________________ */


@media only screen and (max-width: 800px) {

}


/* _______________________________________________________________________________________________________ */

@media screen and (max-width: 769px) {
div.frontPageText{
width: 100%;
margin-top: 20px;
}
div#frontPageLogin{
margin-top: 20px;
text-align: center !important;
}
div.modulListWrapper {
text-align: center !important;
}
div#modulTitle {
text-align: center !important;
padding-right: 0px;
}
div.modulListInnerWrapper {
padding-right: 0px;
}
div.modulListInnerWrapperFA {
padding-right: 0px;
}
div.caseColumn {
width: 400px;
margin: 0 0 40px 100px;
}
div.moduleDescription {
width: 400px;
margin: 0 0 40px 100px;
text-align: center;
}
div.moduleContent{
width: 350px;
margin: 0 0 40px 100px;
text-align: center;
}
div.videoModuleDescription {
width: 400px;
margin: 0 0 40px 100px;
text-align: center;
}
div.videoModuleContent{
width: 400px;
margin: 0 0 40px 100px;
text-align: center;
}
div.frontPageColumn1{
margin-top: 20px;
}
div.frontPageColumn2{
margin-top: 20px;
width: 400px;
}
}


/* _______________________________________________________________________________________________________ */

@media screen and (max-width: 700px) {

}


/* _______________________________________________________________________________________________________ */


@media screen and (max-width: 642px) {
.logo_wrapper {
    left: 25%;
}

}


/* _______________________________________________________________________________________________________ */

@media screen and (max-width: 601px) {
h2.frontPageTextHeader2{
font-size: 170% !important;
}
div.caseColumn {
width: 400px;
margin: 0 0 40px 0px;
}
div.moduleDescription {
width: 400px;
margin: 0 0 40px 0;
}
div.moduleContent{
width: 350px;
margin: 0 0 40px 0;
}
div.videoModuleDescription {
margin: 0 0 40px 0;
}
div.videoModuleContent{
width: 400px;
margin: 0 0 40px 0;
}
}


/* _______________________________________________________________________________________________________ */

@media screen and (max-width: 481px) {
.logo_wrapper {
    left: 35%;
}
div.frontPageText{
margin-top: 10px;
}
.frontPageTextHeader3{
font-size: 100%;
width: 90%;
margin: 5px auto;
margin-top: 30px;
}
h4.frontPageTextSubHeader{
width: 300px !important;
font-size: 160%;
}
div.frontPageTextDescription{
width: 300px !important;
margin: auto;
margin-bottom: 35px;
font-size: 120%;
}
div.caseColumn {
width: 300px;
}
div.moduleContent{
width: 300px;
}
div.videoModuleContent{
width: 300px;
}
div.frontPageColumn1{
width: 300px;
}
div.frontPageColumn2{
width: 300px;
}
}


/* _______________________________________________________________________________________________________ */

@media screen and (max-width: 415px) {

}


/* _______________________________________________________________________________________________________ */

@media screen and (max-width: 376px) {
.logo_wrapper {
    left: 45%;
}

}







/* ___________________________________________________________________________________________________________ */
                            /* Article Setup CSS */

* {
  box-sizing: border-box;
}

.article-full {
    width: 100%;
    text-align: center;
    position: relative;
margin-bottom: 50px;
}

.article-full-inner {
	padding: 20%;
}

/* Create two equal columns that floats next to each other */
.article-column {
  float: left;
  width: 50%;
  vertical-align: middle;
  position: relative;
}

.article-column-inner {
  padding: 10%;
  vertical-align: middle;
}


.article-column-inner-circle {
  padding: 1%;
  vertical-align: middle;
}

.article-column-inner-img {
  padding: 10%;
  vertical-align: middle;
  position: absolute;
  top: 20px;
}

.article-column-inner-lines {
  vertical-align: middle;
  padding: 10%;
border-width: 3px;
  border-top-style: solid;
  	border-bottom-style: solid;
    border-color: #8fbdd4;
}

/* Clear floats after the columns */
.article-row:after {
  content: "";
  display: table;
  clear: both;
  margin-bottom: 50px;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .article-column {
    width: 100%;
  }
.article-header2 {	
    font-size: 150% !important;
}
}

.article {
	background: white;
    font-family: "Raleway", Times, serif;
}

.article-rcorners {
  border-radius: 100%;
  border: 10px dotted #e9eded;
  padding: 60px; 
  width: 100%;
  height: auto;
}

.article-circle-text {
	padding: 30px; 
}

.article-one-lined-paragraph {
padding: 10px;
  border-top-style: solid;
    border-color: #8fbdd4;
border-width: 3px;
}

.article-lined-paragraph {
padding: 10px;
  border-top-style: solid;
  	border-bottom-style: solid;
    border-color: #8fbdd4;
border-width: 3px;
}

.article-header2 {
	text-transform: uppercase;
    font-size: 300%;
    color: #164042;
    border-top-style: solid;
  	border-bottom-style: solid;
    border-color: #8fbdd4;
border-width: 3px;
}

.article-header3 {
    color: #164042;
}

.article-text {
	padding-top: 10%;
}

.article-note {
	padding: 10%;
    background: #fff8ef;
}

.article-first-page-note {
	padding: 10%;
    background: #fff8ef;
}

.article-img {
	width: 100%;
    
    -webkit-filter: opacity(50%);
    filter: opacity(50%);   
}

.article-icon {
	width: 100px; 
}

.article-logo {
	width: 60%; 
    position: absolute;
    top: 50%;
    left: 50%;
  	transform: translate(-50%, -50%);
}

.article-list > li {
margin-bottom: 20px;
}

.article-column > div > p {
margin-bottom: 20px;
}

.article-column > div > h2 {
margin-bottom: 20px;
}

.article-column > div > h3 {
margin-bottom: 20px;
}

.article-column > div > div > p {
margin-bottom: 20px;
}

.article-column > div > div > h2 {
margin-bottom: 20px;
}

.article-column > div > div > h3 {
margin-bottom: 20px;
}

.article-full > div > p {
margin-bottom: 20px;
}

.article-full > div > h2 {
margin-bottom: 20px;
}

.article-full > div > h3 {
margin-bottom: 20px;
}

