* {
    margin: 0;
    padding: 0;
}

  strong , b {
    font-weight: bold;
    letter-spacing: 0;
  }

  html , body {
      font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif !important;
      overflow-x:hidden;
  }


/******* DNN Styles ********/

.DNNEmptyPane {
    width: auto;
}

.main-bg {
    background-image: url(/Portals/probate/Images/header-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.LoginWrap {
    width: 100%;
    height: 100%;
}

.login {
    margin: 0 auto;
    width: 300px;
    position: relative;
    top: 10%;
    background-color: rgb(47 94 125 / 80%);
    box-shadow: 0px 0px 50px rgb(0, 0, 0);
    padding: 3em;
    border-radius: 10px;
}

.LoginLogo {
    /*
    width: 150px;
    height: 150px;
    */
    margin: 0 auto;
    padding-bottom: 3em;
    width: 150px;
}

.LoginLogo img {
    width: 100%
}


/*.LoginWrap .login .DnnModule {height:142px;}*/

.LoginWrap .login .DnnModule .DNNContainer_noTitle div[id*=ContentPane] .DNNModuleContent div[id*=Login_UP] .dnnLogin div[id*=Login_pnlLogin] .loginContent .LoginPanel div[id*=Login_DNN] .dnnForm .dnnFormItem:nth-child(3),
.LoginWrap .login .DnnModule .DNNContainer_noTitle div[id*=ContentPane] .DNNModuleContent div[id*=Login_UP] .dnnLogin div[id*=Login_pnlLogin] .loginContent .LoginPanel div[id*=Login_DNN] .dnnForm .dnnFormItem:nth-child(5),
.dnnLogin div[id*=Login_pnlLogin] .loginContent .LoginPanel div[id*=Login_DNN] .dnnForm .dnnFormItem .dnnLabel,
.dnnLogin div[id*=Login_pnlLogin] .loginContent .LoginPanel div[id*=Login_DNN] .dnnForm .dnnFormItem .dnnFormLabel,
.dnnLogin div[id*=Login_pnlLogin] .loginContent .LoginPanel div[id*=Login_DNN] .dnnForm .dnnFormItem a[id*=Login_Login_DNN_cancelLink] {
    display: none;
}

.dnnLogin div[id*=Login_pnlLogin] .loginContent .LoginPanel div[id*=Login_DNN] .dnnForm .dnnFormItem a[id*=Login_Login_DNN_cmdLogin] {
    box-shadow: none;
    text-shadow: none;
    width: 96%;
    border: none;
    padding: 16px 6px;
    background: #0067af;
}

.LoginWrap .login .DnnModule .DNNContainer_noTitle div[id*=ContentPane] .DNNModuleContent div[id*=Login_UP] .dnnFormMessage {
    background-color: rgb(255, 0, 0);
    border-color: rgb(255, 0, 0);
    color: #fff;
}

.LoginWrap .login .DnnModule .DNNContainer_noTitle div[id*=ContentPane] .DNNModuleContent div[id*=Login_UP] .dnnLogin div[id*=Login_pnlLogin] .loginContent .LoginPanel div[id*=Login_DNN] .dnnForm .dnnFormItem .dnnLabel {
    color: #fff;
}

.LoginWrap .login .DnnModule .DNNContainer_noTitle div[id*=ContentPane] .DNNModuleContent div[id*=Login_UP] .dnnLogin div[id*=Login_pnlLogin] .loginContent .LoginPanel div[id*=Login_DNN] .dnnForm .dnnFormItem input[type="text"],
.LoginWrap .login .DnnModule .DNNContainer_noTitle div[id*=ContentPane] .DNNModuleContent div[id*=Login_UP] .dnnLogin div[id*=Login_pnlLogin] .loginContent .LoginPanel div[id*=Login_DNN] .dnnForm .dnnFormItem input[type="password"] {
    width: 100%;
    min-width: none;
    max-width: none;
    border: 1px solid #c9c9c9;
    box-shadow: none;
    padding: 1em;
}

.LoginWrap .login .DnnModule .DNNContainer_noTitle div[id*=ContentPane] .DNNModuleContent div[id*=Login_UP] .dnnLogin div[id*=Login_pnlLogin] .loginContent .LoginPanel {
    width: auto;
    padding-right: 0px;
    float: inherit;
}


/***************************/


/******************************-----PageContent -----******************************************/

body {
    margin: 0px;
    background-color: #fff;
    position: relative;
    min-height: 100%;
    font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 400;    
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
}

ul{
    list-style: disc;
}
ul, ol{
    margin-left:40px;
    margin-left:40px;
    color:#6d6e71;
}
ul li, ol li{
    margin-bottom:5px;
}
p {
    color: #000;
    font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
}

a, a:visited  {
    text-decoration: none;
    color:#0072c6;
}
a:hover, a:focus, a:active {
    color: #0072c6;
    text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 { 
    font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: normal;
}

h1 {
    /*font-weight: 700;
    font-size: 48px;*/
    font-size: 2.1em;
}

h2 {}

h3 {}

h4 {}

h5 {}

.center {
    margin: 0 auto;
    max-width: 1600px;
}

.generalIframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    position: relative;
}
.ContainerWrap{}
.dnnEditState .container{
    margin-top: 0px;
}
.container{
    padding: 0px 40px 40px 40px;
    background-color: #f1f1f1;
    position: relative;
    margin-top: 245px;
    box-shadow: 0 15px 1.75em #4e4e56;
}
.hpc {padding:40px;}

/***** Header Section *****/
nav {
    background-color: rgb(37 46 130 / 70%);
    z-index: 100;
    position: fixed;
    top:0;
    transition: .3s;
    width:100%;
}
.personabar-visible nav{
    position: relative;
}
.scrolled {
    background-color: rgb(37 46 130);
}
.nav-Wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0px;
}

nav .menu-icon {
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    line-height: 70px;
    position: absolute;
    right: 30px;
    top: 70px;
    z-index: 10;
}

nav .menu-icon {
    display: none;
}

nav input[type="checkbox"]{
    display: none;
}

.NavTopWrap {
    height: 40px;
    background-color: #4e4e56;
}

.NavTop {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.NavTopRight {
    display: flex;
    grid-gap: 15px;
    flex-wrap: wrap;
    margin-right: 70px;
}


.NavBottom {
    position: relative;
    display: flex;
    margin: 0 auto;
    padding: 10px;
    transition: all .3s ease-in-out;
}

.logoWrap {
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    flex: 30%;
}

.Logo {
    width: 100px;
}

.Logo a img {
    width: 100%;
}

.Navtitle {
    padding-left: 10px;
}

.Navtitle h1 {
    font-size: 30px;
    line-height: 25px;    
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.Navtitle h4 {
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}


/*********--Nav Links Start --**********/
.moMenu {display: none;}

.menuWrap {
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    flex: 50%;
}

.menu {
    display: flex;
    margin: 0;
}

.menu li {
    list-style: none;
    border-right: 1px solid #ebebeb;
    margin: 0;
}
.menu li:last-child{
    border-right: 0px solid #ebebeb;
}
.menu li a, .menu li .deskLabel {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 15px;
    transition: all 0.3s ease-in-out;
    position: relative;
    text-decoration: none;
}

/*.menu li a:hover, .menu li .active {*/
.menu li:hover, .menu li a:hover,  .menu li a:focus, .menu li .deskLabel:hover, .menu li .deskLabel:focus{
    background: #4e4e56;
    color: #fff;
    cursor: pointer;

}

.menu li:hover a:before, .menu li:hover .deskLabel:before, .menu li:focus a:before, .menu li:focus .deskLabel:before{
    width: 100%;
    visibility: visible;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transition-delay: 0s, 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
}

/* Dropdown Menu code start */

.menu .dropdown {
    position: absolute;
    background: #fff;
    /*top: 80px;*/
    opacity: 0;
    visibility: hidden;
    margin: 0 0 0 -1px;
    z-index: 5;
    box-shadow: 0px 30px 2.75em #b3b1b1;
    max-width: 360px;
}

.menu li:hover .dropdown, .menu li:focus .dropdown{
    /*top: 65px;*/
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

.dropdown li a {
    display: block;
    line-height: 30px;
    border-radius: 0px!important;
    color: #0d2152;
    transition: all .3s ease-in-out;
    padding: 2px 15px;
    font-size: 15px;
    font-weight: 500;
}
.dropdown li a:hover, .dropdown li a:focus {
    
    background: #4e4e56;
    color: #ebebeb;
}
.dropdown li {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
    border-right: 0px solid #ebebeb;
    transition: all .3s ease-in-out;
}

.dropdown li:last-child {
    border-bottom: 0;
}


.dropdown li:hover a,  .dropdown li:focus a{
    color: #fff;
}

.dropdown li:hover, .dropdown li:focus{    
    background-color: #4e4e56;
}


.menu li .dropdown li:last-child a {
    padding-right: 17px;    
    background-color: transparent;
}

.menu li .dropdown li a::before {
    visibility: hidden;
}

  /* Dropdown Menu code Ends */


/*********-- End Nav Links  --**********/
/********* Side NAV ********************/
.sbcontainer {
    background-color: #fff!important;
    width: auto;
    /*margin: 25px;*/
    margin-right: 20px;
    display: block;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.sidenavsublink {
    width: 100%;
    display: none;
    cursor: pointer;
}

.sidenavlink,.menu-expanded {
    border-bottom: 1px solid #4e4e56;
}
.menu-expanded a{
    color:#fff!important;
}

.sidenavsublink ul {
    margin: 0;
    list-style: none;
}
.snactive1 a.snactive{
    font-weight:bold;
}
.sidenavsublink .sidenavparent {
    padding: 12px 20px;
    background-color: rgb(78 78 86 / 76%);
    cursor: default;
    border-bottom: 1px solid rgb(12 40 76/43%);
    transition: all 0.3s ease-in-out;
}

.sidenavparent {
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 400;
    background: #dddddd;
    position: relative;
}
.sidenavparent li{
    margin:0;
}
.sidenavparent li a{
    color:#fff;
}
.sidenavparent li a:hover{
    color:#fff;
}
.sbcontainer a {
    color: #4e4e56;
    text-decoration: none;
}

.sbcontainer a:hover,.sbcontainer a:focus,.sbcontainer a:active {
    color: #4e4e56;
    text-decoration: underline;
}

.mselect>.sidenavparent {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.mselect>.sidenavparent:hover,.menu-expanded {
    color: #fff;
    background: #4e4e56;
    backface-visibility: visible;
}
.mselect>.sidenavparent:hover a.sidenavtitle {
    color:#fff;
}
.mselect>.menu-close:after {
    font-family: "font awesome 5 pro";
    content: "\f0d7";
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    right: 0;
    padding: 10px 20px;
    top: -1px;
    color: #4e4e56;
    font-size: 30px;
}

.mselect>.menu-expanded:after {
    font-family: "fontAwesome";
    content: "\f0d8";
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    right: 0;
    padding: 10px 20px;
    top: -1px;
    color: #fff;
    font-size: 30px;
}
.mselect>.sidenavparent:hover:after{
    color: #fff;
}
.sidenavlink.mselect {
    cursor: pointer;
}

/*************************************/

/**** Goolge language styles *******/

#google_translate_element {
    margin-left: 0;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    top: -5px;
}

.goog-te-gadget-simple {
    border: none !important;
    padding: 0px !important;
    border-radius: 0 0 5px 5px;
    position: relative;
    background-color: transparent !important;
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
    color: #fff !important;
}

.goog-te-gadget-simple>img {
    display: none;
    top: -20px;
    background-color: #000 !important;
}

.goog-te-gadget {
    font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
    font-size: 11px;
    color: #fff !important;
    white-space: nowrap;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    color: #fff !important;
    border: none!important;
}

/**** End Goolge langue styles *******/


/*********-- Start search bar  --**********/
.dnnSearchBoxPanel, .dnnSearchResultPanel {
    max-width: inherit;
}	 
.dnnSearchResultPanel > .dnnRight > span.dnnSearchResultCountPerPage {
    color: #000;
}
.SearchBoxLeft {
    display: none;
}

.SearchBoxLeft .NormalTextBox {
    padding: 24px;
    font-size: 16px;
    border: none;
}

.SearchBoxLeft .SkinObject {
    height: 67px;
    width: 67px;
    display: block;
    text-align: center;
}

.SearchBoxRight {
    height: 67px;
    width: 67px;
    display: block;
    text-align: center;
    color: #0008d0;
}

.SearchBoxRight i {
    position: relative;
    top: 20px;
}

.SkinObject img {
    display: none;
}

#search .NormalTextBox {
    height: 32px;
    top: -7px;
    position: relative;
    border: 0px;
    padding: 0px 10px;
    /*width: 100%;*/
}

#search .NormalTextBox::placeholder{color:#000;}

#search .NormalTextBox:focus {
    outline: none;
}

#search span a.SkinObject::after {
    font-family: FontAwesome;
    content: "\f002";
    margin: 0px 10px;
    color: #fff;
    font-size: 15px;
}

#search .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
    background: none !important;
    top: -12px;
}

#search .searchInputContainer a.dnnSearchBoxClearText {
    margin: 4px 0 7px 0;
}

#search .searchInputContainer a.dnnSearchBoxClearText.dnnShow::after {    
    font-family: FontAwesome;
    content: "\f057";
    margin-right: 8px;
    color: #4e4e56;
    font-size: 15px;
}

#search .searchSkinObjectPreview {
    margin-top: 0 !important;
    /*left: 0!important;*/
}

#search .searchSkinObjectPreview li {
    color: #666 !important;
    border: 0 !important;
    display: block !important;
    text-align: left !important;
    padding: 10px !important;
}

#search .searchSkinObjectPreview li a {
    color: #000;
}

a.dnnSearchResultAdvancedTip {
    margin: 10px 6px 0 0;
    font-size: 14px;
    color: #000;
}

#search #dnn_searchBox_ClassicSearch {
    position: relative;
}

#search .searchInputContainer {
    display: inherit;
}

#search #dnn_searchBox_cmdSearch {
    position: absolute;
    right: -39px;
    top: -9px;
    text-decoration: none;
}

/*********--End search bar  --**********/


/***** End Header Section *****/

/**********-- Sections and subsections Style --***********/
section {   
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.Section-Content {
    width: 100%;
}

#One {
    height: auto;
    overflow: hidden;
    position: relative;
    /*margin-top: 135px;*/

}
#SubOne ,
#SubTwo,
#SubThree,
#SubFour,
#SubFive {
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 0px;
}
#SubOne{
    background-color: rgba(37,46,130,.95);
}
#SubOne, .SubHeaderImg{
    height: 500px;
    width: 100%;
    position: absolute;
    top: 0;
    
    
}
.SubHeaderImg{
    background-image: url(/Portals/probate/images/header-banner.jpg);
}


.SubHeaderImg{
    max-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
}
.dnnEditState #SubOne{
    position: relative;
    top: 0;
    height: 400px;
}
.Sub-Page-Title {
    text-align: center;
    position: relative;
    padding: 4px;
    margin-bottom: 40px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #2f5e7d;
}
.Sub-Page-Title h1{
    color: #cc0000;
}
#SubTwo{
    position: relative;
    z-index: 95;
}
.breadcrumb-wrap {
    display: block;
}

.SubFive {
    display: flex;
    flex-wrap: wrap;
}

#left-col {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

#right-col {
    width: 74%;
    display: inline-block;
}

#left-col2 {
    flex: 70%;
    padding: 0px 10px 0px 20px;
}

#right-col2 {
    flex: 25%;
    padding: 0px 20px 0px 10px;
}

.listColumn{
    columns: 2;
    column-gap: 40px;
}


/**********-- End Sections Style --***********/

/**********-- Table Style --***********/
.table {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #005594;
}

.table thead tr th {
    padding: 8px;
    text-align: left;
    background-color: #005594;
    color: #fff;
    vertical-align: top;
    padding: 10px;
}

.table tbody tr td {
    border-top: 0 solid #ddd;
    text-align: left;
    vertical-align: top;
    padding: 10px;
}

.table tr:nth-child(even) {
    background: #f8f8f8;
}

.table-noborder{
    border: 0px solid #005594;
}


/**********-- End Table Style --***********/

.VPS-Iframe {
    width:100%;
    height: 950px;
}

/***************************Footer Styles Level*************************/
footer {
    background-color: #4e4e56;
    position: relative;
    padding-top: 65px;
    padding-bottom: 65px;
}
.footer-info-wrap{
    /*
    padding-top: 64px;
    padding-bottom: 32px;
    */
    display: grid;
    grid-template-columns: 50% 50%;
}
.footer-left{}
.footer-right{}
.footer-left, .footer-right{
    padding: 0 22px;
}
.footer-title {
    color: #c3c3c3;
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: none;
    clear: both;
    border-bottom: 1px solid rgb(191 202 215 / 30%);
}
.footer-info-text, .footer-info-text p {
    color: #c3c3c3;
    font: 300 16px / 22px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
}
.footer-info-text a{
    color: #8fbfe3;
    text-decoration:underline;
}
.footer-info-text a:hover{
    color: #fff;
}
.footer-btm-bottom{}
.footer-btm-bottom-logo{
    width: 100px;
    margin: 0 auto;
}
.footer-btm-bottom-logo img{
    width: 100%;
}

/***************************End of Footer Styles Level*************************/

/***************************Responsive  Section*************************/

@media screen and (max-width: 1920px) {
}

@media screen and (max-width: 1536px) {

    .Logo {
        width: 75px;
    }
    .menuWrap{
        flex: 70%;
    }
    .menu li a, .menu li .deskLabel{
        font-size: 13px;
    }
}

@media screen and (max-width: 1366px) {

    .Logo {
        width: 75px;
    }
    .VPS-Iframe {
        height: 950px;
    }
    .menuWrap {
        flex: 70%;
    }
    .menu li a, .menu li .deskLabel {
        padding: 8px;
        font-size: 12px;
    }
    .dropdown li a{
        line-height: 20px;
    }

  .footerWrap {
    padding: 0 20px;
    }

}

@media screen and (max-width: 1300px) {
    .NavBottom {
        padding: 10px 15px;
    }
    /*
    .menu li a, .menu li .deskLabel {
        font-size: 13px;
    }
    */
}

@media screen and (max-width: 1200px) {
    .menu li a, .menu li .deskLabel {
        font-size: 11px;
    }


    .socialLinks {
        margin-left: 10px;
    } 

    .socialLinks li {
        padding: 0 5px;        
    }

    .socialLinks li a {
        font-size: 20px;
    }

    .socialLinks li a:after {
        width: 35px;
        height: 35px;
        left: 1px;
    }

    #left-col2, #right-col2  {
        padding: 0px 20px;
    }
    
}

@media screen and (max-width: 1080px) {}

@media screen and (max-width: 1024px) {

    .container {
        margin-top: 0px;
    }

    nav{
       /*background-color: rgb(171 193 22); */
       background-color: rgb(37 46 130);
    }
    .logoWrap {
        flex: 1;
    }

    .socialLinks {
        margin-right: 2em;
    }


    .menu li a {
        font-size: 18px;
    }

    /***** mobile menu responsive code start ******/    

    .moMenu #search, .moMenu .callLine {
        display: none;
    }

    .menuWrap {
        display: none;
    }    

    nav .menu-icon{
        display: block;
    }
    
   nav #show-menu:checked ~ .menu-icon i::before{
        content: "\f00d";
        /* color:#fff; */
        color: #fff;
    }

    .moMenu .moMenuLinks {
        margin: 0;
        list-style: none;   
        position: relative;
        /*top: 25px;*/
    }
    
    nav .moMenu {
        display: block;
        position: fixed;
        background: #4e4e56;
        height: 100%;
        width: 100%;
        top: 135px;
        left: -100%;
        margin-left: 0;
        padding-bottom: 100px;
        transition: all 0.3s ease;    
        z-index: 8;
        overflow-y: scroll;
    }
       
    nav #show-menu:checked ~ .NavBottomWrap .NavBottom .moMenu {
        left: 0;
    }
    
    .moMenu .moMenuLinks li{
        /*margin: 15px 20px;*/
        position: relative;
        border-bottom: 1px solid #ffffff40;
        margin:0;
    }
    
    .moMenu .moMenuLinks li a,
    .moMenu .moMenuLinks label{
        font-size: 16px;
        line-height: 22px;
        border-radius: 5px;
        color: #fff;
        display: block;
        padding: 8px 18px;
        cursor: pointer;
    }    

    .moMenu .moMenuLinks li a:hover {
        background-color: #fff;
        color: #0D2152;
    }

    .moMenuDArrow {
        position: absolute;
        top: 2px;
        /*left: 10em;*/
        right: 14px;
        color: #8e91a8;
        padding: 8px 18px;
        background: #fff;
    }

    /* dropdown responsive code start */
    .moMenu .moMenuLinks .moMenuDropDown {
        position: static;
        opacity: 1;
        visibility: visible;
        background: none;
        overflow: hidden;
        transition: all .45s ease-in-out;
        display: none;
        margin: 0;
        background: #7a7d91;
    }
    
    /*.moMenu .moMenuLinks .moActive {
        max-height: 100vh;
    }*/

    .moMenu .moMenuLinks .moMenuDropDown li{
        margin: 7px 20px;
        list-style-type: none;
    }

    /* dropdown responsive code end */
    /***** mobile menu responsive code end *****/

    #One{
        margin-top: 94px;
    }
    .SubHeaderImg {
        max-height: 270px;
    }
    #SubOne{
        margin-top: 128px;
    }
    #SubOne, .SubHeaderImg{
        position: relative;
        height: 270px;
        /*top: 67px;
        margin-top: 109px;*/
    }

}

@media screen and (max-width: 990px) {

    .NavBottomWrap {
       /* padding: 0px 20px;*/
    }

}

@media screen and (max-width: 900px) {

    #One {
        margin-top: 90px;
    }
    .footerInfo {
        flex-direction: column;
    }

    .footerLeft {
        align-self: center;
        text-align: center;
    }

    .footerSocialLinks {
        justify-content: center;
    }

    .coaLogo a img {
        width: 12%;
    }

    .cwlaLogo a img {
        width: 18%;
    }
    
    .footerMiddle {
        padding: 20px 0;
    }

    .footerRight {
        text-align: center;
    }


}


@media screen and (max-width: 780px) {
    .VPS-Iframe {
        height: 1490px;
    }

}

@media screen and (max-width: 768px) {

    #One {
        margin-top: 86px;
    }

    .footerLogo {
        display: block;
    }
    
    .harrisLogo {
        width: 16%;
        margin: 0 auto;
    }
    
    .footerTitle {
        display: block;
        text-align: center;
        margin-top: 15px;
        padding-left: 0;
    }

    .footer-info-wrap{
        grid-template-columns: 100%;
    }

    .footer-left, .footer-right {
        margin-bottom: 22px;
    }



}

@media screen and (max-width: 600px) {
    h1 {
        font-size: 1.5em;
    }
    .Sub-Page-Title{
        margin-bottom: 20px;
    }
    #One {
        margin-top: 92px;
    }
    #left-col, #right-col {
    width: 100%;
    .Logo {
        width: 50px;
    }
    .Navtitle h1 {
        font-size: 20px;
        line-height: 18px;
        margin-top: 2px;
        margin-bottom: 4px;
    }
    .Navtitle h4 {
        font-size: 15px;
        line-height: 20px;
    }
    .NavTopWrap {
        /*display: none;*/
    }
    .NavTop{display:block;}
    .NavTopRight {
        margin-right: 0px;
    }
    #search .NormalTextBox {
        width: 100%;
    }
    ul.searchSkinObjectPreview{
        height: 610px;
        overflow: scroll;
        right: -10px;
    }
    .NavBottomWrap{
        padding: 0px; 
    }
    .moMenu #search, .moMenu .callLine {
        display: block;
    }

    nav .menu-icon {
        top: 64px;
    }

    nav .moMenu {
        top: 5.1em;
    }

    .moMenu #search {
        padding: 15px 20px;
    }

    .moMenu #search .NormalTextBox {
        width: 90%;
    }

    .moMenu #search span a.SkinObject::after {
        color: #fff;
    }

    .moMenu .callLine {
        padding: 15px 20px;
        border-bottom: 1px solid #003583;
    }
    #SubOne {
        margin-top: 109px;
    }
    #SubOne, .SubHeaderImg {
        max-height: 170px;
        height: 170px;
        /*margin-top: 109px;*/

    }
    .SubHeaderImg{
        background-attachment: unset;
    }
    .container{
        margin-top: 0;
    }
}

@media screen and (max-width: 575px) {}

@media screen and (max-width: 485px) {
    

    .NavTopRight {
        flex-wrap: unset;  
    }  
    .coaLogo a img {
        width: 23%;
    }

    .cwlaLogo a img {
        width: 35%;
    }

}

@media screen and (max-width: 380px) {

    .footerLinks {
        padding: 30px 10px;
    }
    
    .footerLinks ul {
        line-height: 0px;
    }
    
    .footerLinks ul li {
        padding: 10px 20px;
        border-right: 1px solid #fff;
        margin: 0.5em 0;
    }
    .NavTopRight {
        grid-gap: 5px;
    }
}
    
@media screen and (max-width: 360px) {}

@media screen and (max-width: 320px) {

    .Sub-Page-Title h1{
        font-size: 1.2em;
    }

    .container{
        padding: 0px 18px 18px 18px;
    }
    #search {
        width: 30%;
    }
    ul.searchSkinObjectPreview {
        height: 570px;
        right: -30px;
        width: 255px;
    }
    .searchSkinObjectPreview span{
        font-size: 16px;
    }
}