﻿.colorT {    color: #F10A0E;}
.showXS {display: block;}
.showXS2 {display: none;}
.showSM { display: none;}
.showMD {display: none;}
.showLG { display: none;}
.showXL { display: none;}

.hand {
    cursor: pointer;
}

.nl_footer { 
    background-color: #fff;
}
.nl_menubar_color { background-color:#fff;}
.nl_body_color { background-color:#ededed; }
.nl_very_dark { background-color:#353a40;}
.nl_high_color { background-color: #1aaf5d; } 
.nl_label_color { color: #3f3f3f; } 
.nl_inner_background { background-color:#fff; }
.nl_main_container {   background-color:#fff;  padding:1px; }

.nl_box1 {
    background-color: rgba(53, 58, 64, 0.90);
} 
.nl_box2 {  background-color: rgba(53, 58, 64, 0.95) } 
.nl_box3 {  background-color: #353a40; }

.videoframe { 
    background-color:fff;
    padding: 56.25% 0 0 0;
    position: relative; 
    margin: 0 auto;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(194,194,190,1);
    -moz-box-shadow: 0px 0px 5px 3px rgba(194,194,190,1);
    box-shadow: 0px 0px 5px 3px rgba(194,194,190,1);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
} 
 

.nl_bar {  height: 10px; }  
.nl_web_logo { margin: 10px; }
.no_mobile_logo { width:150px;}
.nl_menu_item { display: inline-block;  margin-right: 22px; margin-top: 24px; color: #363a40; font-size: 32px; line-height: 1.8em; }
.nl_menu_item_active { border-bottom: 9px solid #1aaf5d; font-weight:700; }

 
.nl_box_title { color:#fff;  font-size:36px;  text-align:center; } 
.nl_chart { width:266px; height:150px; padding:3px; }
 
.nl_chart_img { border: 1px solid #9d9d9d }
.nl_link { font-size:18px;  line-height:1.8em; text-align:center; } 
.nl_box3_text { font-size:24px; }


.nl_page_title {
    font-size: 32px;   
    line-height:1.2em;
}

.nl_formLabelTitle {
    font-size: 24px; 
}


.nl_formLabelTitle2 { font-size: 25px; line-height:1.5em; }

.nl_formLabelTitle_followup{
    font-size:26px;
}
.nl_formLabelTitle_followup2 {
    font-size: 22px;
}
.nl_inputLabelTitle {
    font-size: 20px;
}
.nl_btn{
    font-size:20px; 
}

.nl_contactLabelTitle {  font-size:20px; }
.nl_contact_text {  font-size:16px; }
.nl_contact_text_email {  font-size:12px; }
 
.textbox {
    font-size: 18px;
    height: 46px;
}

@media (min-width:350px) and (max-width:575.98px) {
    .colorT {  color: #f79221;     }
    .showXS {display:none;}
	.showXS2 {display: block;}
    /*.videoframe {
        width: 310px;
        height: 177px;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
        border: 5px solid #fff;
        -webkit-box-shadow: 0px 0px 5px 3px rgba(194,194,190,1);
        -moz-box-shadow: 0px 0px 5px 3px rgba(194,194,190,1);
        box-shadow: 0px 0px 5px 3px rgba(194,194,190,1);
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }

    .video {
        width: 300px;
        height: 167px;
        margin: 0;
    }*/

    .nl_chart { width:300px; height:170px; padding:5px; }
    .nl_contactLabelTitle {  font-size:22px; }
    .nl_contact_text {  font-size:15px; }     
    .nl_contact_text {  font-size:20px; }
    .nl_contact_text_email {  font-size:15px; }
    .no_mobile_logo { width:200px;}
}
@media (min-width:576px) and (max-width:767.98px) {
    .colorT { color:#784B00  }
	.showXS {display:none;}
	.showSM {display: block;}

    /*.videoframe {
        width: 522px;
        height: 298px;
        padding: 0;
        position: static;
        margin: 0 auto;
        border: 5px solid #fff;
    }

    .video {
        width: 513px;
        height: 288px;
        position: static;
        margin: 0;
        top: auto;
        left: auto;
    }*/

    .nl_chart { width:322px; height:182px; padding:5px; }
    .nl_contactLabelTitle {  font-size:22px; }
    .nl_contact_text {  font-size:20px; }
    .nl_contact_text_email {  font-size:20px; }
    .no_mobile_logo { width:220px;}
}

@media (min-width:768px) and (max-width:991.98px) {
	.colorT { color:#009803  }
	.showXS {display:none;}
	.showMD {display: block;}

    .videoframe {
        width: 696px;
        height: 397px;
        padding: 0;
        position: static;
        margin: 0 auto;
        border: 6px solid #fff;
    }
    .video {
        width: 684px;
        height: 384px;
        position: static;
        margin: 0;
        top: auto;
        left: auto;
    }

    .nl_menu_item { display: inline-block;  margin-right:14px; margin-top:15px; color: #363a40; font-size:20px; line-height: 1.8em; }
    .nl_menu_item_active { border-bottom: 6px solid #1aaf5d; font-weight:700;}
     
    .nl_box { height:300px; } 
    .nl_box_title { color:#fff;  font-size:36px;  text-align:center; } 
    .nl_chart { width:322px; height:182px; padding:5px; }
    .nl_chart_img { border: 1px solid #9d9d9d }
    .nl_link { font-size:18px;  line-height:1.8em; text-align:center; } 
    .nl_box3_text { font-size:24px; }
    .nl_box3 { height:210px; }

    .nl_contactLabelTitle {  font-size:18px; }
    .nl_contact_text {  font-size:17px; }
    .nl_contact_text_email {  font-size:17px; }
}
@media (min-width:992px) and (max-width:1199.98px) {

    .colorT { color:#0040A3  }
	.showXS {display:none;}
	.showLG {display: block;}


    .videoframe {
        width: 899px;
        height: 513px;
        padding: 0;
        position: static;
        margin: 0 auto; 
        border: 8px solid #fff;
    }
    .video {
        width: 883px;
        height: 496px;
        position: static;
        margin: 0;
        top: auto;
        left: auto;
    }

    .nl_menu_item { display: inline-block;  margin-right:18px; margin-top:20px; color: #363a40; font-size:26px; line-height: 1.8em; }
    .nl_menu_item_active { border-bottom: 7px solid #1aaf5d; font-weight:700;}
    
    .nl_box { height:248px; }
    .nl_box_title { color:#fff;  font-size:30px;  text-align:center; }
    .nl_chart { width:266px; height:150px; padding:3px; }
    .nl_chart_img { border: 1px solid #9d9d9d }
    .nl_link { font-size:15px;  line-height:1.8em; text-align:center; }
    .nl_box3_text { font-size:18px; }
    .nl_contactLabelTitle {  font-size:22px; }
    .nl_contact_text {  font-size:20px; }
    .nl_contact_text_email {  font-size:20px; }
    .nl_formLabelTitle2 { font-size: 25px; line-height:1.8em; }
}
@media (min-width:1200px) {

    .colorT { color:#D109DD  }
    .showXS {display:none;}
    .showXL {display: block;}

    .videoframe {
        width: 1088px;
        height: 620px;
        padding: 0;
        position: static;
        margin: 0 auto;
        border: 10px solid #fff; 
    }

    .video {
        width: 1068px;
        height: 600px;
        position: static;
        margin: 0;
        top: auto;
        left: auto;
    }

    .nl_menu_item { display: inline-block;  margin-right: 22px; margin-top: 24px; color: #363a40; font-size: 32px; line-height: 1.8em; }
    .nl_menu_item_active { border-bottom: 9px solid #1aaf5d; font-weight:700;}
    .nl_bar {  height: 10px; }
    .nl_box { height:300px; } 
    .nl_box_title { color:#fff;  font-size:36px;  text-align:center; } 
    .nl_chart { width:322px; height:182px; padding:5px; }
    .nl_chart_img { border: 1px solid #9d9d9d }
    .nl_link { font-size:18px;  line-height:1.8em; text-align:center; } 
    .nl_box3_text { font-size:24px; }
    .nl_contactLabelTitle {  font-size:22px; }
    .nl_contact_text {  font-size:20px; }
    .nl_contact_text_email {  font-size:20px; }
    .nl_formLabelTitle2 { font-size: 30px; line-height:1.8em; }
}