#ControlBar, #ControlBar *, .actionMenu * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#wrapper {
    position: relative;
}

#bodyContainer {
    padding-bottom: 500px; /* Height of the footer element */
}

footer {
    width: 100%;
    height: 450px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f4ffe4;
    padding-bottom: 16px;
}

    footer.smallFooter {
        height: auto;
        text-align:center;
    }

body {
    font: 14px/18px Arial, Helvetica, sans-serif;
    color: #3D3837;
    font-family: 'Open Sans', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #800080;
    font-family: 'Open Sans', sans-serif !important;
}

h2 {
    font-size: 25px;
    line-height: 30px;
}

h3 {
    font-size: 20px;
    line-height: 24px;
}

p {
    font-size: 15px;
    line-height: 25px;
    color: #363636;
}

a, a:visited {
    color: darkblue;
    text-decoration: underline;
}

footer .row {
    margin-top: 20px;
}

ul, ol, p {
    margin: 0;
}

.btn {
    text-decoration: none !important;
}

.LoginPanel {
    width: 100% !important;
    padding-right: 0 !important;
}

.logoLine1 {
    font-size: 30px;
    font-weight: 700;
    display: block;
    padding-bottom: 10px;
    line-height: 1;
}

    .logoLine1 a {
        color: #3D3837;
        text-decoration: none;
    }

.logoLine2 {
    font-size: 20px;
    font-weight: 600;
    display: block;
}


/*Layout */
* html #Wrapper {
    height: 100%;
}
/* for IE */

/*header {       
    border-bottom: 1px solid #dddbdb;
    box-shadow: 0 1px 5px #ccc;
    min-height:120px;
}
*/
#dnnMenu .topLevel li a {
    text-decoration: none;
}

#logo {
    padding-top: 30px;
    padding-bottom: 10px;
}

#imgNSA {
    float: right;
}

#imgMQ {
    width: 250px;
    float: left;
}

#dnn_ctr478_dnnTITLE_titleLabel {
    text-align: center;
    padding-top: 30px;
    font-weight: bold;
}

#dnn_dnnLogin_loginLink {  
	text-align: left;
    font-size: 8pt;
    font-weight: 300;
    text-decoration: underline;
	color: #313131;    
    display: inline-block;      
}

.hide-pipe{
    display: none;
}

#banner {
    width: 100%;
}

#content {
    min-height: 100px;
    padding-top: 0px;
}

    #content.secondary {
        padding: 0;
    }


/* footer right pane */
#copy-right, #Privacy-Policy, #Copyright-Disclaimer {
    /*height: 30px;
    border-top: solid 1px #ccc;*/
    text-align: left;
    font-size: 8pt;
    font-weight: 300;
    text-decoration: underline;
}

.SurveyFooterRight {
    float: right;
    position: relative;
}

#dnn_ctr490_HtmlModule_lblContent a {
    color: rgb(54, 54, 54) !important;
}

#dnn_ctr513_HtmlModule_lblContent a {
    color: rgb(54, 54, 54) !important;
}
/* end */
/*Login panel*/
p a, p a:visited {
}

#dnn_ctr480_dnnTITLE_titleLabel {
    margin: 0;
}

.dnnLoginRememberMe {
    display: none;
}

.dnnFormItem input[type="text"], .dnnFormItem select, .dnnFormItem textarea, .dnnFormItem input[type="email"], .dnnFormItem input[type="search"], .dnnFormItem input[type="password"] {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.dnnLoginService input[type="text"], .dnnLoginService input[type="password"] {
    width: 100%;
    background-color: #dedede !important;
}

.dnnLoginActions .dnnActions li #dnn_ctr480_Login_Login_DNN_registerLink {
    display: none;
}

.dnnLoginActions .dnnActions li #dnn_ctr480_Login_Login_DNN_passwordLink {
        background: white;
    border: none;
    margin-bottom: 0;
    margin-top: -15px;
    float:left;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline:none;
}

.LoginPanel {
    width: 100% !important;
    border: solid 1px #ccc;
    height: auto;
    padding-bottom: 15px;
}

    .LoginPanel .dnnFormItem {
        padding-left: 30px;
        padding-right: 30px;
        text-align:center;
    }

.dnnFormItem > .dnnLabel {
    text-align: left;
}

#dnn_ctr480_Login_Login_DNN_cmdCancel, #dnn_ctr480_Login_Login_DNN_lblLogin, #dnn_ctr480_Login_Login_DNN_lblLoginRememberMe {
    display: none;
}

#dnn_ctr480_Login_Login_DNN_cmdLogin {
    /*margin-left:40%;*/
    margin-top: 20px;
    text-transform: uppercase;
    padding-top: 8px;
    text-decoration: none;
    width: 100%;
}

.dnnLoginService {
    padding-top: 20px;
}

.dnnLoginRememberMe {
    margin-top: -40px;
    float: left;
}

.dnnBoxLabel {
    font-weight: normal !important;
}

.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction, a#dnn_ctr_PasswordReset_hlCancel {
    border: #038a09 3px solid;
    background: #038a09;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    text-shadow: none;
    width: 300px;
    height: 40px;
    color:white;
    font-size: 16px;
}
/*  buttons  */
.btn-success {
    border-color: #038a09;
    background: #038a09;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    border: 3px solid #398439;
    width: 300px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff !important;
	padding:7px;
}

    .btn-success:hover {
        background-color: rgba(0,0,0,0);
        border: 3px solid #398439;
        background: rgba(0,0,0,0);
        color: #398439 !important;
        font-weight: bold;
    }
/*  end buttons  */
.dnnFormItem input[type="text"], .dnnFormItem input[type="password"], .dnnFormItem input[type="email"], .dnnFormItem input[type="tel"], .dnnFormItem select, .dnnFormItem textarea {
    max-width: 665px;
}
/*   enquire now    */
.NormalTextBox { /* top 3 rows  */
    height: 30px;
    box-shadow: none;
}

#dnn_ctr483_Feedback_txtBody {
    height: 60px;
    box-shadow: none;
}

#dnn_ctr483_Feedback_cmdSend {
    font-size: 16px;
}
/*   end enquire now    */
.dnnActions li {
    margin-right: 0;
}
/*Form*/

.dnnForm fieldset {
    margin-bottom: 0;
}

span.dnnFormRequired:after, div.dnnFormItem.dnnFormRequired > div.dnnLabel span:after {
    margin: 0 !important;
}

h2.dnnFormSectionHead {
    display: none;
}

footer .dnnFormItem input[type="text"] {
    margin-bottom: 8px;
}

#dnn_ctr483_Feedback_CharCount {
    display: none;
}

footer ul.dnnActions {
    float: right;
    margin-top: -15px;
}

footer label {
    float: left;
}

#dnn_ctr492_HtmlModule_lblContent span {
    font-weight: normal;
}

footer .dnnFormItem input[type="text"], footer .dnnForm.FeedbackForm .dnnFormItem TEXTAREA {
    width: 82% !important;
    float: right;
}

.dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnPrimaryAction:hover, a#dnn_ctr_PasswordReset_hlCancel:hover {
    background-color: rgba(0,0,0,0);
    border: 3px solid #398439;
    background: rgba(0,0,0,0);
    color: #398439;
    text-decoration:none;
}

.bottomContact span {
    font-size: 10pt;
    line-height: 42px;
}

#dnn_ctr481_HtmlModule_lblContent p {
    line-height: 40px;
}
/*End form*/
ul.bottomContact li {
    list-style: none;
    margin-bottom: 5px;
    font-size: 14px;
}

ul.surveyIntro li,
ol.surveyIntro li {
    font-size: 15px;
    /*margin-bottom:5px;*/
}
/*testing*/
.boldTesting {
    color: #826660;
    font-weight: bold;
    font-size: 18px;
    margin-top: 15px;
}

#content.secondary h2 {
    color: red;
}

/*  servey 1  */
#dnn_dnnLOGO_imgLogo {
    width: 700px;
}

#dnn_ctr424_dnnTITLE_titleLabel div {
    background-color: #f4ffe4;
    height: 45px;
}

#dnn_ctr424_dnnTITLE_titleLabel b {
    line-height: 50px;
    float: left;
    text-transform: uppercase;
    padding-left: 15px;
}

.surveyTitle3 {
    background-color: rgba(0, 0, 0, 0);
    color: #363636;
    text-transform: uppercase;
    padding: 10px 0px 0px 0px;
    font-weight: 700;
    font-size: 17px;
}

.DNNContainer_Title_h2 h2 .TitleH2 {
    padding-top: 0;
    font-weight: bold;
}

.userRes {
    float: left;
    font-weight: normal !important;
}

#dnn_ctr424_Survey_pnlSurvey input {
    /* float: left;*/
    padding: 0;
}

#dnn_ctr424_Survey_Label4 {
    float: right;
    position: absolute;
    font-weight: normal;
    font-size: 13px;
    right: 22%;
    position: relative;
}

#dnn_ctr424_Survey_Age {
    width: 95px;
}

#spanForMoreInfo { /*-- error message --*/
    display: table;
    margin: auto;
    background-color: rgba(255,0,0,0.15);
    padding: 17px 18px;
    color: rgb(61, 56, 55);
    margin-top: 7px;
    border: 1px solid rgba(255, 0, 0, 0.2) !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.SurveyEmailMessage {
    /*margin: auto;*/
    display: block;
    padding-top: 20px;
    text-align: center;
}
/*   forms   */
#dnn_ctr424_Survey_Label1, #dnn_ctr424_Survey_Label5, #dnn_ctr424_Survey_Label8, #dnn_ctr424_Survey_Label2, #dnn_ctr424_Survey_Label3 {
    width: 140px;
}

.userRes {
    margin-right: 20px;
}

.responseDetail {
    margin: 8px auto 0 !important;
    font-size: 15px;
}

#PersonalInfo .responseDetail {
    margin: 8px auto 0 !important;
    font-size: 15px;
    float: left;
    width: 48%;
}

/*html[data-useragent*='MSIE 10.0'] .responseDetail span[id$="countchars"], 
html[data-useragent*='MSIE 10.0'] .responseDetail input[id$="InterestedFutureRes"], */

html[data-useragent*='MSIE 10.0'] .responseDetail select,
html[data-useragent*='MSIE 10.0'] .responseDetail input[type="text"],
html[data-useragent*='MSIE 10.0'] .responseDetail .ExtendBottom30 {
    margin-bottom: 30px;
}

.clear {
    clear: both;
}

.ExtendBottom {
    margin-bottom: 5px;
}

.LabelStyleOverride label {
    font-weight: normal !important;
    font-size: 15px !important;
    padding-left: 8px;
    float: left;
    width: 95%;
}

table.LabelStyleOverride {
    width: 100%;
}

input[type="radio"], input[type="checkbox"] {
    float: left;
    width: 5%;
}

#dnn_ctr424_Survey_AddressResidence {
    margin-left: 40px;
    width: 450px !important;
}

.validatorsurvery {
    color: #f00;
}

#dnn_ctr424_Survey_Label12, dnn_ctr424_Survey_InterestedFutureRes {
    /*padding: 20px 0 10px 0;*/
}

#forUnderline {
    border-top: 2px solid;
    margin-top: 25px;
    padding: 30px 0;
    border-bottom: solid 1px #ccc;
}
/*#dnn_ctr424_Survey_InterestedFutureRes {
    float: right;
    right: 190px;
    position: relative;
    top: 19px;
}
#dnn_ctr424_Survey_InterestedFutureRes {
    position: relative;
    right: -40px;
}*/
#dnn_ctr424_Survey_lstSurvey {
    font-size: 14px;
}

    #dnn_ctr424_Survey_lstSurvey select {
        margin: 10px 10px;
    }
/* Submit Survey NSA RRI Button */
.DnnModule-SurveyRRI .btn-success,
.DnnModule-SurveyNSA .btn-success {
    width: 300px;
    height: 40px;
    margin: auto;
    display: table;
    font-size: 16px;
    outline: 0;
}

.DnnModule-SurveyRRI h2 {
    display: none;
}

.control {
    margin: 5px 0px 0px 0px;
}

table[id$="lstSurvey"] .control {
    border-bottom: solid 1px #ccc;
    margin: 15px 0px 0px 0px;
    font-size: 15px;
}

/*   introduction    */
/* For RRI */
#dnn_ctr475_ModuleContent ul, ol, p {
    line-height: 30px;
}

#dnn_ctr475_HtmlModule_lblContent p {
    line-height: 30px;
    padding-bottom: 15px;
    /*padding-top: */
}

#dnn_ctr475_HtmlModule_lblContent a {
    padding: 7px 16px 7px;
    font-size: 16px;
}
/* For NSA */
#dnn_ctr511_ModuleContent ul, ol, p {
    line-height: 30px;
}

#dnn_ctr511_HtmlModule_lblContent p {
    line-height: 30px;
    padding-bottom: 15px;
}

#dnn_ctr511_HtmlModule_lblContent a {
    padding: 7px 16px 7px;
    font-size: 16px;
}
/*   end introduction    */

/*  full screen width bar  */
#headTitle {
    padding: 10px 0;
    background-color: #f4ffe4;
    margin: 20px 0 20px 0;
    text-transform: uppercase;
}

#modTitle {
    vertical-align: middle;
    position: relative;
    font-size: 28px;
    font-weight: bold;
    color: #800080;
    line-height: 30px;
}
/*  end full screen width bar  */
/*    results    */
/*#dnn_ctr424_Survey_btnLogout {*/
.DnnModule-SurveyRRI .logoutInPanel input[id$="btnLogout"],
.DnnModule-SurveyNSA .logoutInPanel input[id$="btnLogout"] {
    border-color: #038a09;
    background: #038a09;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    border: 3px solid #398439;
    width: 300px;
    height: 40px;
    font-weight: bold;
    color: #fff !important;
    margin: auto;
    display: table;
    font-size: 16px;
}
    /*#dnn_ctr424_Survey_btnLogout:hover {*/
    .DnnModule-SurveyRRI .logoutInPanel input[id$="btnLogout"]:hover,
    .DnnModule-SurveyNSA .logoutInPanel input[id$="btnLogout"]:hover {
        background-color: rgba(0,0,0,0);
        border: 3px solid #398439;
        background: rgba(0,0,0,0);
        color: #398439 !important;
        font-weight: bold;
    }


/*    results    */
.result-title {
    text-align: left;
    padding: 15px 0 0;
    font-size: 20px;
    line-height: 1.1;
}

.YourCompanyNameSurveyResults {
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    font-weight: bolder;
    font-family: 'Open Sans', sans-serif;
}

.ResultsTitle {
    background-color: #800080;
    color: #fff;
}

div[id$="pnlResults"] {
    font-size: 15px;
}

.DnnModule-SurveyNSA div[id$="pnlResults"] p {
    line-height: 1.5 !important;
    padding-bottom: 15px;
}

/*   spacing adjustment   */
.welcome {
    margin-top: 25px;
}

/*#dnn_ctr424_Survey_cmdExport {*/
.DnnModule-SurveyRRI a[id$="cmdExport"],
.DnnModule-SurveyNSA a[id$="cmdExport"] {
    background-color: #800080;
    border: 3px solid #800080;
    border-radius: 0;
    width: 300px;
    line-height: 32px;
    margin: auto;
    display: table;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
    /*#dnn_ctr424_Survey_cmdExport:hover {*/
    .DnnModule-SurveyRRI a[id$="cmdExport"]:hover,
    .DnnModule-SurveyNSA a[id$="cmdExport"]:hover {
        border: 3px solid #800080;
        background-color: rgba(0,0,0,0);
        color: #800080;
    }

.DnnModule-SurveyRRI panel[id$="pnlPersonalInfo"] {
    display: inline-block;
}

.NSAol {
    padding-left: 20px;
    padding-bottom: 10px;
}

#PrintButton {
    margin: auto !important;
    text-align: center;
    line-height: 32px;
}
/*Form table*/

.bstrap30 .form-horizontal .control-label.right {
    text-align: left !important;
    padding-left: 60px;
    font-weight: bold;
    font-family: 'Open Sans';
    font-size: 15px;
}

/*.Normal {
margin-top:20px;
}
*/
ul li, ol li {
    margin-left: 18px;
}

ul {
    font-size: 15px;
    line-height: 26px;
}

.button#mobileMenuBtn:hover {
    background: none;
    color: inherit;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.surveySkin #dnn_footerLeftPane, .surveySkin #dnn_footerRightPane {
    min-height: inherit !important;
    margin-left:-10px;
}

.surveySkin footer p {
    padding: 0;
	text-align: left;
}

.surveySkin #bodyContainer {
    padding-bottom: 130px; /* Height of the footer element */
}

.surveySkin2 #PersonalInfo select, .surveySkin2 panel[id$="pnlPersonalInfo"] select {
    width: 100%;
}

.dnnLoginService .dnnFormItem:last-child {
    display: none;
}
.dynamicNumber {
    font-size: 35px;
    position: absolute;
    top: 12%;
    left: 7%;
    width: 50%;
    text-align: center;
}

.staticNumber {
    text-align: center;
    font-size: 30px;
    position: absolute;
    bottom: 10%;
    right: 5%;
    width: 50%;
}
@media screen and (max-width: 1200px) {
    .surveySkin #dnn_footerLeftPane, #dnn_footerRightPane {
        text-align: center;
    }

    .SurveyFooterRight {
        float: none;
    }
    .dynamicNumber {
        font-size: 28px;
    }

    .staticNumber {
        font-size: 24px;
    }
}

@media screen and (max-width: 991px) {
    #bodyContainer {
        padding-bottom: 50px; /* Height of the footer element */
    }

    .surveySkin #bodyContainer {
        padding-bottom: 50px; /* Height of the footer element */
    }

    footer {
        height: auto;
        position: relative;
    }

    #dnn_footerLeftPane, #dnn_footerRightPane {
        text-align: center;
    }

        #dnn_footerRightPane .form-actions {
            margin: auto;
        }

    .footerBottom {
        text-align: center;
        padding-top: 30px;
    }

    #dnn_dnnLOGO_imgLogo {
        width: 80%;
    }

    #Wrapper .mobileButtons li a {
        font-size: 26px;
        border: 0;
        padding: 0;
    }

    #Wrapper .mobileButtons {
        margin-top: 40px;
    }

    .SurveyFooterRight {
        float: none;
        bottom: 0;
        position: relative;
    }

    #thisbutton {
        margin-bottom: 50px;
    }

    .SurveyFooterRight, #dnn_footerLeftPane .DNNModuleContent {
        float: none;
        text-align: center;
    }
    .dynamicNumber {
        font-size: 24px;
    }

    .staticNumber {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .bstrap30 .form-horizontal .control-label.right {
        padding-left: 15px;
        float: left;
        width: 100%;
    }

    button.submit.form-button {
        float: none !important;
    }

    .headerImgs {
        text-align: left;
    }

    #PersonalInfo .responseDetail {
        width: 100%;
    }

    #PersonalInfo select, panel[id$="pnlPersonalInfo"] select {
        width: 100%;
    }
    .dynamicNumber {
        font-size: 22px;
    }

    .staticNumber {
        font-size: 18px;
    }
}


@media screen and (max-width: 676px) {
    .dynamicNumber {
        font-size: 18px;
    }

    .staticNumber {
        font-size: 14px;
    }
}

@media screen and (max-width: 575px) {
    .dynamicNumber {
        font-size: 16px;
    }

    .staticNumber {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .btn-success {
        width: 100%;
    }

    .YourCompanyNameSurveyResults {
        padding: 8px 1px !important;
        font-size: 12px;
    }

    .headerImgs img {
        float: none !important;
        padding: 0 10px 10px 0;
    }
}

/*Survey Results Modifications*/
    .pyramidImage {
        width: 100%;
    }
.PyramidBox {
    width: 100%;
    /*height: 900px;*/
    /*background-image: url("Images/ReportPyramid.png");*/
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100%;
    position: relative;
    margin-bottom: 30px;
}

.pyramidCircle {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    background-color: black;
    float: left;
    position: absolute;
    color: white;
}

#circle1 {
    left: 39%;
    top: 325px;
}

#circle2 {
    right: 37.5%;
    top: 325px;
}

#circle3 {
    left: 50%;
    top: 507px;
}

#circle4 {
    left: 19.5%;
    top: 736px;
}

#circle5 {
    left: 47%;
    top: 736px;
}

#circle6 {
    left: 73%;
    top: 736px;
}

.circlesDiv {
    position: absolute;
    width: 9%;
}

    .circlesDiv.hea {
        top: 29%;
        left: 41%;
    }

    .circlesDiv.fin {
        top: 29%;
        left: 56%;
    }

    .circlesDiv.soc {
        top: 55%;
        left: 49%;
    }

    .circlesDiv.emo {
        top: 84%;
        left: 22%;
    }

    .circlesDiv.cog {
        top: 84%;
        left: 50%;
    }

    .circlesDiv.mot {
        top: 84%;
        left: 75%;
    }


.circles {
    width: 100%;
    display: none;
}


.oldScores {
    display: none;
}

.result-title {
    font-weight: normal;
    font-size: 30px;
    letter-spacing: -1px;
    color: #0492d2;
}

.NSAol {
    font-weight: bold;
    font-size: 25px;
    color: #0492d2;
}

    .NSAol li p {
        font-weight: normal;
        color: #363636;
        line-height: 1.5 !important;
        padding: 0 !important;
    }

.blueButton {
    width: 500px;
    margin: auto;
    text-align: center;
    height: 40px;
    background: linear-gradient(#0093d0, #00569c)!important;
    color: white !important;
    padding-top: 10px;
    /*font-weight: bold;
    font-style: italic;*/
    margin-bottom: 30px;
    border-radius:25px;
}

.printBanner {
    display: none;
}

@media print {
    a, #content.secondary h2, .blueButton, .logoutInPanel, .SurveyEmailMessage, .smallFooter, header, #headTitle, #ControlBar_ControlPanel {
        display: none;
        margin-bottom: 0;
    }

    .surveySkin #bodyContainer {
        padding-bottom: 0;
    }

    div[id$="pnlResults"] {
       position: absolute;
        top: 0px
    }

    .printBanner {
        display: block;
        margin-bottom: 10px;
        width:100%;
    }

    .result-title {
        padding: 0px;
    }

    .dynamicNumber {
        font-size: 18px;
        color: white;
    }

    .staticNumber {
        font-size: 16px;
        color: white;
        bottom: 10%;
        right: 10%;
    }

    .circlesDiv.hea {
        top: 29%;
        left: 35%;
    }

    .circlesDiv.fin {
        top: 29%;
        left: 47%;
    }

    .circlesDiv.soc {
        top: 54.5%;
        left: 41.5%;
    }

    .circlesDiv.emo {
        top: 84%;
        left: 18%;
    }

    .circlesDiv.cog {
        top: 84%;
        left: 43%;
    }

    .circlesDiv.mot {
        top: 84%;
        left: 64%;
    }

    .circles dnn_ctr480_Login_Login_DNN_registerLinkP{
        width: 90%;
        display: none;
    }

    .pyramidImage {
        width: 85%;
    }
}

#Body #content .dnnPasswordResetContent input[type=text]{
    width:45%;
}

.dnnFormItem > label.dnnFormLabel.registerLinkLabel, .registerLink{
    display:none;
}

@media(max-width:768px){
    #Body footer.smallFooter #footerRightPane{
        float:none!important;
    }
}

@media(max-width:370px){
    .tMeasuresData td, .measures table th, #Body .surveySkin .surveyTitle3{
        padding:5px;
    }
    #pDetailsBox{
        padding: 20px 0px 20px 5px;
    }
    .tMeasuresData{
        position:relative;
        height:90px;
    }
    .tMeasuresData .qStatus{
        position:absolute;
        left:0;
        margin-left:20px;
        margin-top:70px;
    }
    .tMeasuresData .qButton{
        padding:0 20px 0 10px
    }
}

@media(min-width:768px) and (max-width:991px){
    #Body .ModActionFormC .form-actions{
        padding-left:0;
        margin-left:-30px;
    }
}

@media only screen and (min-width:992px) {
    .homePage .DnnModule-ActionForm h2 span.TitleH2 {
        margin-left: 55px;
    }
}   
    .introContent div{
        width:100%;
    }
    .introContent .c1{
        padding-right:0px;
    }

.navbar-default {
	background-color: unset;
	border-color: unset;
}
.navbar {
    position: relative;
    min-height: 40px;
    margin-bottom: 10px;
    border: unset;
}
div#drmenu ul.navbar-nav {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    z-index: 1000;
    float: right;
}
div#drmenu ul.navbar-nav li {
	float: left;
    margin: 0 15px 0 15px;
	padding: 0;
    list-style-type: none;
    position: relative;
}
div#drmenu ul.navbar-nav li.active a {
    color: #800080;
    font-weight: 700;
}
div#drmenu ul.navbar-nav li a {
    display: block;
    color: #313131;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
	text-decoration: none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: unset;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: unset;
}

.navbar-default .navbar-toggle {
    border-color: unset;
	margin-right: 0;
}

@media screen and (max-width: 767px){
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: unset !important; 
	}
	.navbar-toggle {
		top: 40px;
		position: absolute;
		right: 10px;
		float: right;
		margin-right: 15px;
		padding: 9px 10px;
		margin-top: 8px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
		border: none;
	}	
	
	.navbar-toggle .icon-bar {
		display: block;
		width: 30px;
		height: 5px;
		border-radius: 1px;
	}	
	
	div#drmenu {		
		position: relative;
		top: inherit;
		right: inherit;
		width: 100%;		
	}
	ul.navbar-nav {
		background: #F3F3F3;
		border-bottom: 1px solid #CCCCCC;
		border-top: 1px solid #CCCCCC;
		list-style: none;
		margin: 0px 0 -1px 0;
		padding: 0 10px;
		width: 100%;
	}	
	
	ul.navbar-nav li{
		border-bottom: 1px solid #CCCCCC;		
		list-style: none;
		margin: 0 0 0 10px;
		float: none;	
		width: 93%;
		display: inline-block;		
	}
	ul.navbar-nav li:nth-last-child(1){
		border-bottom: unset;
	}	
	div#drmenu ul.navbar-nav li a {
		padding-bottom: 10; 
		padding-left: 5px;
		margin-left: 5px;
	}	
}

.subLevel {
	display: none;
}
ul.dropdown-menu.subLevel {
	padding: 0;	
}
ul.dropdown-menu.subLevel li {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
ul.dropdown-menu.subLevel li:nth-last-child(2) {
    border-bottom: 1px solid #E0E0E0;
}

ul.dropdown-menu.subLevel li a {
	color: #777777 !important;
    padding-bottom: 5px !important;
    padding-top: 5px;
}
ul.dropdown-menu.subLevel li a:hover {
    text-decoration: none;
    color: #c30707 !important;
	background-color: unset;
}

footer ul.bottomContact li {
    margin-left: 0;
}
footer ul.bottomContact a {
    font-size: 16px;
	text-decoration: none;
	color: #363636;
}
footer ul.bottomContact a:hover {
	text-decoration: underline;
}

.earl-article {
    width: 100%;
    display: inline-block;
}
.earl-article h4 {
    margin-bottom: 0;
}
.earl-article p {
    padding-top: 6px;
}

/* VIDEO */
ul.video-container {
    /* background: aqua; */
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start
    align-items: stretch;
}
ul.video-container li.video-item {
    width: calc(33.33% - 30px);
    height: auto;
	margin: 0 15px 40px 15px;
    padding: 15px;
    -webkit-box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px;
    -moz-box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px;
    -ms-box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px;
    -o-box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px;
    box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px;
	border: 1px solid rgb(0 0 0 / 5%);
}
ul.video-container li.video-item:hover {
	border: 1px solid #800080;
}
ul.video-container li.video-item a {
	text-decoration: unset;
}

ul.video-container li.video-item a.video-cover img {
	width: 100%;
    height: 180px;
	-webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

ul.earl-article-group {
    margin-bottom: 20px;
}

.earl-article.root-artile {
    /* background: yellow; */
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.earl-article.root-artile .left-col {
    /* background: greenyellow; */
    width: 70%;
}


.earl-article.root-artile .right-col {
    width: 30%;
    /* background: red; */
}

ul.earl-article-group .article-thumbnail img {
    width: 300px;
    height: 70px;
	-webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;	
	object-position: top;
}


@media screen and (max-width:770px) {
	ul.video-container li.video-item {
		width: calc(50% - 30px);
		height: auto;
	}	
	.earl-article.root-artile .right-col {
		width: 100%;
		order: 1;
	}
	.earl-article.root-artile .left-col {
		width: 100%;
		order: 2;
	}
	ul.earl-article-group {
		margin-bottom: 30px;
	}	
	li.earl-sub-article.earl-article {
		width: 90%;
	}	
	ul.earl-article-group .article-thumbnail img{
		width: 100%;
		height: 100px;
		object-position: 0% 23%;
	}	
}
@media screen and (max-width:450px) {
	ul.video-container li.video-item {
		width: 100%;
		height: auto;
		margin: 15px 5px;
	}	
	ul.earl-article-group .article-thumbnail img{
		width: 100%;
		height: 100px;
		object-position: top;
	}	
}