@charset "UTF-8";
em, small {
    letter-spacing: 0
}

body, li, p {
    line-height: 1.5em
}

.DNNEmptyPane {
    display: none!important
}

.paneOutline {
    border: 1px dashed #ccc
}

a, a img, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, time, tt, u, ul, var, video {
    border: 0
}

.TB_Wrapper, .TB_Wrapper *, .dnnActionMenu, .dnnActionMenu *, .dnnActionMenu:after, .dnnActionMenu:before, .dnn_mact, .dnn_mact *, .dnn_mact:after, .dnn_mact:before, [id*=ControlPanel], [id*=ControlPanel] *, [id*=ControlPanel]:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

[class*=RadAjaxPanel] *, [class*=Digital] * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

html, li, p {
    font-size: 16px
}

ol.list-unstyled, ol.list-unstyled>li, ul.list-unstyled, ul.list-unstyled>li {
    list-style: none;
    margin: 0
}

ul.row {
    margin-left: -15px;
    margin-right: -15px
}

ol, ul {
    list-style: none
}

ul li {
   list-style-type: disc;
  font-weight: 300;
  color: #414141;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 8px;
   font-family: "Source Sans 3", sans-serif;
}

ul li li {
    list-style-type: circle
}

ol li {
    list-style-type: decimal;
    list-style-position: inside;
		font-weight:300;
	color: #414141;
	font-size:24px;
	line-height:36px;
}

.nav li {
    list-style: none!important
}

a {
    outline: 0!important
}

.popover {
    z-index: 999
}

.mark, mark {
    padding: 0;
    background-color: transparent
}

body {
    background: #fff;
    color: #333;
}

.CommandButton, .Head, .Normal, .NormalBold, .NormalDisabled, .NormalRed, .NormalTextBox, .SubHead, .SubSubHead, a:hover, a:link, a:visited, body, h1, h2, h3, h4, h5, h6, input, table, td, th, p {
    font-family: "Source Sans 3", sans-serif;
}

.SubHead {
    color: #000
}

Body #Form {
    height: 100%
}

embed, img, object {
    max-width: 100%
}

[class*=map] img, [class*=Map] img, [id*=map] img, [id*=Map] img, table img {
    max-width: none!important
}

img {
    height: auto
}

em {
    font-style: italic
}

strong {
    font-weight: 600;
}

small {
    font-size: 12px
}

a:active, a:link, a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}
.personabar-visible header, .personabar-visible .CookiePolicy {
	position:relative;
}
.personabar-visible header {
        min-height: 214px;
}
.personabar-visible .heightsection {
	padding-top:0 !important;
}
p {
    margin: 25px 0 20px 0;
	font-weight:300;
	color: #414141;
	font-size:24px;
	line-height:36px;
}

ol li>ol li {
    list-style-type: lower-latin
}
ol li {
	font-size: 24px;
  line-height: 36px;
    padding-top: 0.5em;
	margin-bottom: 8px;
}
ol {
	padding-left:0;
}

h1, h2, h4, h5, h6 {
    color: #616161;
    line-height: 1.3em;
    margin: 0 0 20px;
}

h1 {
    font-size: 50px;
	line-height:52px;
	font-weight:300;
}

h2 {
    font-size: 47px;
	line-height:50px;
	font-weight:300;
}

h3 {
    font-size: 37px;
	color: #53802D;
  font-weight: 600;
  line-height: 1.3em;
    margin: 0 0 10px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 28px;
}

h6 {
    font-size: 24px;
}
ul.simple-site-map ul {
	margin-left:0;
	padding-left:15px;
}
.PurpleText {
	color:#623bff;
}
.GreenText {
	color: #53802D;
}
p.DisclaimerText,  .DisclaimerText{
	margin-top:0;
	font-size: 18px;
  line-height: 22px;
}
a.BlueButton, .bodycontent p a.BlueButton, .GreyGradient p a.BlueButton {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #002269;
    transition: all .5s ease;
    text-decoration: none;
    padding: 12px 26px;
}
a.BlueButton:hover, .bodycontent p a.BlueButton:hover, .GreyGradient p a.BlueButton:hover {
    text-decoration: none;
    background-color: #53802D;
	color:#fff;
}
a.GreenButton, .bodycontent p a.GreenButton, .GreyGradient p a.GreenButton{
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #53802D;
    transition: all .5s ease;
    text-decoration: none;
    padding: 12px 26px;
}
a.GreenButton:hover, .bodycontent p a.GreenButton:hover, .GreyGradient p a.GreenButton:hover{
    text-decoration: none;
    background-color: #002269;
	color:#fff;
}

.MultiButton a {
	display:block;
	margin:0 0 25px 0;
}
.bodycontent p a, .bodycontent ul li a, .GreyGradient p a, .GreyGradient ul li a {
	color:#002269;
	font-weight:500;
}
.bodycontent p a:hover, .bodycontent ul li a:hover, .GreyGradient p a:hover, .GreyGradient ul li a:hover {
	color: #414141;
	text-decoration:none;
}
.DnnModule-Admin {
	margin-top:140px;
}
.LargeTableProduct tr th {
    font-size: 23px;
    color: #fff;
    line-height: 26px;
    font-weight: 600;
    padding: 25px;
    background-color: #002269;
    border: 1px solid #d2d2d2;
	text-align:center;
}
.LargeTableProduct tr th span{
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}
.LargeTableProduct tr th:first-child {
    background: none;
    color: #414141;
    border: none;
}
.LargeTableProduct tr td:first-child {
    background-color: #f7f7f7;
    text-align: left;
    border: 1px solid #d2d2d2;
    line-height: 24px;
	font-weight:500;
}

.LargeTableProduct tr td {
    position: relative;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    background: none;
    padding: 23px;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    transition: all 0.25s ease;
}
.GrayTable table, table {
	width:100%;
}
 ul.CheckList{
    text-align: left;
    padding: 0;
}
ul.CheckList li {
    padding-top: 0.5em;
  line-height: 26px;
  list-style: none;
  padding-left: 30px;
  position: relative;
}
ul.CheckList li::before{
    color: #002269;
    content: "\f00c";
    width: 18px;
    height: 18px;
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 0;
}
ul.CheckList.Grey li::before {
	color: #929292;
}
ul.Chevron-Right {
    text-align: left;
    padding: 0;
    margin-left: 0;
}
ul.Chevron-Right li {
    padding-top: 0.5em;
    line-height: 36px;
    list-style: none;
    padding-left: 26px;
    position: relative;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 8px;
}
ul.Chevron-Right li::before {
    color: #53802D;
    content: "\f054";
    width: 18px;
    height: 18px;
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 0;
    font-weight: bold;
}
ul.Chevron-Right ul {
	margin-left:25px;
}
ul.Chevron-Right ul li::before {
	opacity:0.35;
}
ul.Chevron-Right.Grey li::before {
    color: #929292;
}
.LargeTableProduct ul li ul li::before {
	    content: "\f054";
}
.MultipleButton p{
    margin-bottom: 45px;
}
.MultipleButton p:last-child{
    margin-bottom: 0;
}
td.MultipleButton{
    padding: 40px 0 !important;
}
.LargeTableProduct tr.BlueBackground {
    display: none;
}
.LargeTableProduct.Grey tr.BlueBackground {
    display: block;
	color: #fff;
  background-color: #002269;
  margin-bottom:0;
}
.LargeTableProduct.Grey tr.BlueBackground th {
	color: #fff;
	font-size:26px;
}

.LargeTableProduct tr td ul{
    padding: 0;
    margin: 0;
}
.LargeTableProduct tr td ul li a, .LargeTableProduct tr td ul li a:hover, .AccTab .GrayTable ul li a, .AccTab .GrayTable ul li a:hover{
    color: #002269 !important;
    text-decoration: none !important;
    font-weight: 500;
}
.GreyGradient {
	background: rgb(248, 248, 248);
    background: -moz-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(248, 248, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff',GradientType=0 );
    transform: translate3d(0, 0, 0);
    border-top: 1px solid #d7d7d7;
}
#LightGreyBar {
  position: relative;
  background-color: #eeeeee;
  z-index: 100;
  padding: 5px;
}
#LightGreyBar p {
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: flex-start;
  background-color: #eeeeee;
  font-size: 10px;
  line-height: 11px;
  font-style: italic;
  color: #000;
}
#LightGreyBar img {
  margin-right: 7px;
  max-width: 39px;
}
a.anchor, .anchor {
    padding-top: 220px;
    margin-top: -220px;
	/*z-index: -1;*/
	position: relative;
    display: inline-block;
}
a.anchor:before, .anchor:before {
    display: inline-block;
    content: " ";
    padding-top: 220px;
    margin-top: -220px;
    visibility: hidden;
}
.CurvyFont {
	font-family: "Source Serif 4", serif;
}
a.greylink {
	font-weight: 400;
	color:#414141;
}
a.greylink:hover, a.bluelink:hover {
	text-decoration:none;
}
a.bluelink, .BlueLinks {
	font-weight: 400;
	color:#002269 !important;
}
 a.bluelink:hover, a.BlueLinks:hover {
	 color:#414141 !important;
 }
.HomeSkin #dnn_PaneTopeLeft_1 p {
	margin: 0;
}
#topHeader {
    background: #383838;
    -moz-box-shadow: 1px 50px 100px 0 #cacaca;
    -webkit-box-shadow: 1px 50px 100px 0 #cacaca;
    box-shadow: 1px 50px 100px 0 #cacaca;
    min-width: 25px;
    min-height: 35px;
    padding: 0
}
.dnnEditState header {
	position:relative;
}
.dnnEditState .heightsection {
	padding-top:0 !important;
}
.dnnEditState #belowsection {
	float:unset;
}
.dnnEditState #logo {
	position:relative;
}
header {
    background: #fff;
    box-shadow: 0px 0px .5em 0px rgba(0, 0, 0, 0.32);
	position: fixed;
  width: 100%;
  z-index: 1000;
}

#logo {
  text-align: center;
}
#logo a {
  display: block;
}
#logo img {
  max-width: 100px;
  margin: 5px 0 8px 0;
}
.navbar .brand {
    float: left;
    padding: 0!important;
    max-width: 120px
}
#search {
  position: absolute;
  z-index: 10000;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
  top: 160px;
  max-width: 225px;
}
#scrollTopBtn {
  position: fixed;
  z-index: 900;
  right: -1px;
  bottom: 100px;
  display: none;
  visibility: visible;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #002269;
}
#scrollTopBtn a {
  font-size: 1.675em;
  line-height: 50px;
  color: #fff;
}
.scrollup {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.MobileLogos {
  width: 100%;
  margin-top: 10px;
}
#navbar-top-wrapper, .MobileLogos, .AccountLoginBtn {
  display: inline-block;
}
.MobileLogos div {
  display: inline-block;
}
header a.SmallButton {
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #53802D;
  padding: 7px 20px 6px 20px;
  font-size: 14px;
  line-height: 11px;
  display: inline-block;
  text-decoration: none;
  background-color:#53802D;
}
.MobileLogos .navbar-toggle {
  margin: 4px 8px 0 5px;
  padding: 0;
  border: none;
  border-radius: 0;
  width: 26px;
  background: transparent;
}
.MobileLogos .icons {
  float: right;
}
.MobileLogos .icons a {
  width: 33px;
  height: 32px;
  display: block;
  float: left;
  margin: 3px 3px 0 0;
  text-align: center;
  font-size: 24px;
  color: #002269;
}
.navbar-toggle .icon-bar {
	height:4px;
	width: 26px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #002269;
}
.MobileLogos .navbar-toggle.active .icon-bar {
	width:34px;
}
.MobileLogos .navbar-toggle span.icon-bar {
	transition: all 0.15s;
}
.MobileLogos .navbar-toggle.active {
    padding: 0;
	margin: 4px 8px 0 5px;
}
.MobileLogos .navbar-toggle.active span:nth-child(2) {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}
.MobileLogos .navbar-toggle.active span:nth-child(3) {
	opacity: 0;
}
.MobileLogos .navbar-toggle.active span:nth-child(4) {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}
.MobileLogos .navbar-toggle span:nth-child(2),
.MobileLogos .navbar-toggle span:nth-child(4) {
	transform: rotate(0);
}
.MobileLogos .navbar-toggle span:nth-child(3) {
	opacity: 1;
}
.MobileLogos .navbar-toggle.active .icon-bar + .icon-bar {
    margin-top: 5px;
}
.MobileLogos .navbar-default .navbar-toggle:hover,.MobileLogos .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent !important;
}
.navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}
footer {
    background-color: #ececec;
	text-align:center;
	padding:45px 0;
}
footer ul li {
	list-style-type:none;
	font-size:18px;
	color: #414141;
	line-height:27px;
}
footer ul li a, footer ul li a:visited {
	color: #414141;
}
footer ul li a {
	transition: transform 0.2s ease;
	display: inline-block;
}
footer ul {
	padding-left:0;
	margin-left:0;
}
footer h3 {
  font-weight: 700;
  font-size: 22px;
  color: #002269;
  margin: 0 0 15px 0;
  padding: 0;
  font-family: "Source Serif 4", serif;
}

footer ul li a:hover {
 transform: translateX(3px);
 text-decoration:none;
 color:#002269;
}
#dnn_dnnCopyright_lblCopyright {
	font-size:18px;
	color: #414141;
	font-weight:300;
	margin-bottom: 22px;
  display: block;
}
footer p.fdiclogos {
	margin: 20px 0 20px 0;
}
.fdiclogos img:nth-child(1) {
	margin-right:15px;
}
.fdiclogos img {
	max-width:75px;
}
#FullGreenBG {
	background: #53802D;
}
#navbar-top-wrapper {
  width: 100%;
}
.navbar-nav {
  flex-direction: row;
  float: none;
}
.navbar-nav .dropdown-menu {
  float: none;
}
.loginX {
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
}
.olbTop {
  display: none;
  position: relative;
  z-index: 1200;
  top: 10px;
  max-width: 270px;
  height: auto;
  width: 100%;
  background: #002269;
  padding-bottom: 0;
  border: 1px solid #002269;
  margin: 0 auto;
  padding: 15px;
  border-radius:10px;
}
.olbTop::after {
    content: ' ';
    position: absolute;
    top: -24px;
    right:15px;
    margin-top: -5px;
    width: 25px;
    z-index: 1;
    height: 28px;
    border-bottom: solid 15px #002269;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
  }
.loginX {
  position: absolute;
  top: 6px;
  right: 10px;
  cursor: pointer;
}
.olbTop h4 {
  margin-bottom: 15px;
  padding: 4px 9px 0 5px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  font-family: "Source Serif 4", serif;
}
.olbTop select {
  width: 100%;
  margin-bottom: 10px;
  height: 31px;
  color: #354E57;
  border-radius: unset;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 16px;
}
.olbTop input {
  width: 100%;
  margin-bottom: 10px;
  height: 31px;
  padding: 0 0px 0 10px;
  border: 1px solid #ccc;
  outline: none;
  color: #414141;
  font-size: 16px;
}
.olbTop a.loginButton.WhiteBtn, .olbTop a.loginButton.WhiteBtn:hover {
  width: 100%;
  margin-bottom: 10px;
  padding: 4px 12px;
  font-weight: 500;
  text-align: center;
  background:transparent;
  border:2px solid #fff;
  color:#fff;
  display:block;
}
.olbTop p.boxlinks {
  margin-bottom: 0;
}
.olbTop p.boxlinks a {
  color: #fff;
  clear: both;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0;
  display: block;
  line-height: 20px;
}
.navbar {
  padding: 0;
}
/********************Speedbump pop up****************************/
.popupBG {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(32, 32, 32, 0.7);
}

.extlinkContent {
    position: absolute;
z-index: 10000;
top: 2%;
left: 0;
width: 90%;
padding: 10px 15px;
border: 2px solid #d1cfc3;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30);
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30);
background: #fff;
right: 0;
margin-left: auto;
margin-right: auto;
}
.extlinkContent h2 {
	margin-bottom:15px;
	font-size:22px;
	line-height:25px;
	font-weight:600;
}
.extlinkContent h4 {
    margin: 10px 0 30px 0;
    color: #555;
    font-size: 14px;
    line-height: 16px;
	text-transform:none;
}
.extlinkContent .GreenButton {
	margin: 0 15px 0 0;
	padding: 8px 15px;
}
.extlinkContent a.BlueButton {
	margin:0;
	padding: 8px 15px;
	color:#fff;
}
.extlinkContent a.BlueButton:visited {
	color:#fff;
}	
.extlinkContent p {
	font-size: 14px;
	line-height: 16px;
	margin:0 0 20px 0;
}
.extlinkContent p, .extlinkContent h4 {
    word-wrap: break-word;
}
img.left, img.right {
	margin:0 0 15px 0;
	float:none;
}



@media only screen and (max-width: 991px) {
  .whitewrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    display: none;
  }
    #dnnMenu {
    height:315px;
    overflow-y: scroll;
    padding: 0 15px;
  }
  a.BlueButton, a.GreenButton {
	  display:block;
	  text-align:center;
  }
  .extlinkContent a.BlueButton, .extlinkContent a.GreenButton {
	  display:inline-block;
  }
  .olbTop::after {
	  display:none;
  }
}
@media only screen and (max-width:767px) {
    .main-navigation {
        height: auto;
        width: 100%
    }
    nav {
        display: none
    }
    a.mobile-nav-btn {
        display: block;
        float: right;
        width: 50px;
        height: 46px;
        margin-top: 15px;
        text-align: center;
        color: #383838
    }
    a.mobile-nav-btn:hover {
        text-decoration: none
    }
      #navbar-top-wrapper {
    clear: both;
    position: relative;
  }
    #navbar {
        float: none!important;
		position: absolute;
    width: 100%;
    z-index: 1000;
    overflow: visible;
    margin: 0;
    left: 0;
    }
	.navbar-nav {
  flex-direction: row;
  float: none;
}
header #dnnMenu {
    height: 320px;
    overflow-y: scroll;
	padding: 0 15px;
}
 .LargeTableProduct tr {
        display: grid;
        width: 100%;
        margin-bottom: 30px;
        border: 1px solid #d2d2d2;
    }
	 .LargeTableProduct tr:last-child {
		 margin-bottom:45px;
	 }
	.LargeTableProduct tr td {
		text-align:left;
	}
    .LargeTableProduct tr td:first-child {
        font-weight: 700;
        border: none;
        background-color: #002269;
        color: #fff;
        text-align: left;
        line-height: 24px;
		font-size:24px;
    }
	.LargeTableProduct.Grey tr td:first-child {
		background-color: #7e7e7e;
	}
	.LargeTableProduct.Grey tr.TopBackground {
		display:none;
	}
    .LargeTableProduct tr td:before {
        content: attr(data-title);
        font-weight: 500;
        text-align: left;
        display: block;
        font-size: 24px;
        padding-bottom: 7px;
    }
    .LargeTableProduct tr td:first-child:before{
        padding-bottom: 0px;
    }
}

@media only screen and (min-width: 768px) {
  #search {
    top: 151px;
  }
  #logo img {
  max-width: 150px;
  }
  .extlinkContent {
    width: 59%;
    padding: 35px 40px;
}
.LargeTableProduct tr.BlueBackground, .LargeTableProduct.Grey tr.BlueBackground {
      display: contents;
    }
.LargeTableProduct {
	margin-bottom:60px;
}
.LargeTableProduct.Grey tr.BlueBackground th {
  color: #fff;
  font-size: 26px;
  background-color: #002269;
  text-align:left;
}
.LargeTableProduct.Grey tr.BlueBackground th:first-child {
	background-color: #002269;
	text-align:left;
	font-size:23px;
	line-height:26px;
}
.LargeTableProduct.Grey tr.TopBackground th {
	background-color: #7e7e7e;
	font-size:22px;
	color:#fff;
	border-top:unset;
}
.LargeTableProduct.Grey tr.TopBackground th:first-child {
	text-align:left;
	color:#fff;
	font-size:22px;
}
.MultiButton a {
	display:inline-block;
	margin:0 25px 0 0;
}
.SimpleGreyBox {
	min-height:680px;
}	
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .LargeTableProduct{
        width: 100%;
        position: relative;
    }
    .LargeTableProduct .MultipleButton .BlueButton, .LargeTableProduct .MultipleButton .YellowButton{
        vertical-align: top;
        min-height: 100px;
        margin: 0 8px;
    }
}
@media only screen and (min-width: 992px) {
  #dnn_LightGreyContent {
    height: 31px;
    vertical-align: middle;
    display: table-cell;
  }
    #search {
    display: block;
    position: relative;
    top: 0;
    right: 0;
  }
  footer {
	  padding:45px 0 30px 0;
	  text-align:left;
  }
  #dnn_dnnCopyright_lblCopyright, footer p.fdiclogos {
	  text-align:center;
  }
	/* General transition for the logo and image */
.sticky #logo, #logo.hovered {
    transition: max-width 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
    max-width: 160px;
}

.sticky #logo img, #logo.hovered img {
    transition: max-width 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
    max-width: 130px;
}
#logo {
    display: block;
    text-align: center;
    position: absolute;
    z-index: 1400;
    float: left;
    width: 100%;
    max-width: 180px;
    box-shadow: 0px 0px 1.2em 0px rgba(0, 0, 0, 0.32);
    background: #fff;
    min-height: unset;
    transition: max-width 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
}

#logo img {
    margin: 0;
    padding: 22px;
    max-width: 150px;
    transition: max-width 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
}

/* On hover, adjust the logo and image max-width */
.sticky #logo.hovered, #logo.hovered, #logo:hover {
    max-width: 160px; /* Adjust as necessary */
}

.sticky #logo.hovered img, #logo.hovered img, #logo:hover img {
    max-width: 130px; /* Adjust as necessary */
}

   #belowsection {
    min-height: 90px;
    /*margin-top: -72px;*/
    width: 100%;
    float: right;
    position: relative;
  }
  header {
  min-height: 133px;
}
    #belowsection .loginSection {
    float: right;
    width: 100%;
    text-align: right;
    line-height: 65px;
    max-width: 108px;
    height: 45px;
    margin-top: 0;
  }
    .loginBtn {
    height: 89px;
  }
    header .loginBtn a.SmallButton {
    border: unset;
    background-color: #53802D;
    line-height: 60px;
    font-size: 18px;
    color: rgba(255,255,255,.7);
    text-align: center;
    display: block;
	text-transform:unset;
	line-height: 27px;
	padding: 21px 20px 14px 20px;
	font-weight:300;
  }
  header .loginBtn a.SmallButton i {
	  font-size:23px;
  }
    .menusection {
    width: 77%;
    text-align: right;
    float: right;
    position: relative;
  }
    #dnn_AccountLogin {
    position: relative;
  }
   .olbTop {
    position: absolute;
    left: unset;
    right: 0;
    top: 104px;
    max-width: 305px;
    display: block;
    box-shadow: 3px 5px 5px -3px rgba(0,0,0,0.35);
    -webkit-box-shadow: 3px 5px 5px -3px rgba(0,0,0,0.35);
    -moz-box-shadow: 3px 5px 5px -3px rgba(0,0,0,0.35);
    padding: 12px 18px 18px 18px;
  }
  .olbTop .loginX img {
	  max-width:14px;
  }
  .olbTop input, .olbTop select {
	  height:40px;
  }
  .extlinkContent {
    top: 17%;
}
 .InnerSkin .olbTop {
    display: none;
  }
  img.left {
	margin: 0 15px 15px 0;
	float:left;
}
 img.right {
	margin:0 0 15px 15px;
	float:right;
}
.LargeTableProduct {
        display: block;
        width: 100%;
        overflow: hidden;
        text-align: center;
    }
    .LargeTableProduct tr.BlueBackground, .mobtable tr.BlueBackground {
        background-color: #002269;
    }
	.LargeTableProduct tr td.topalign {
		vertical-align:top;
	}
	.SimpleGreyBox {
	min-height:540px;
}
}
@media only screen and (min-width: 1024px) {
.LargeTableProduct.Grey tr.BlueBackground th:first-child {
	font-size:30px;
	line-height:34px;
}
  #LightGreyBar .headerRight {
    float: right;
  }
    #LightGreyBar .headerRight input {
    min-width: 250px;
  }
  footer #dnn_footer_left_1 {
	  padding-left:65px;
  }
  footer #dnn_footer_right_1 {
	  padding-right:65px;
  }
  header {
	 background-color: rgba(255,255,255,.85);
  }
  .extlinkContent {
    width: 44%;
}
.extlinkContent h2 {
  font-size: 25px;
  line-height: 27px;
}
.extlinkContent p, .extlinkContent h4 {
	font-size:16px;
	line-height:19px;
}
.fdiclogos img:nth-child(1) {
  margin-right: 35px;
}
}
@media only screen and (min-width: 1200px) {
  #LightGreyBar p {
    font-size: 13px;
    line-height: 15px;
  }
  footer .container {
    padding: 0 75px;
  }
  #dnn_dnnCopyright_lblCopyright {
	margin-top:20px;
  }
  .fdiclogos img {
  max-width: unset;
}
  #dnn_FooterBelowRight {
    margin-top: 30px;
  }
  .olbTop h4 {
	  font-size: 32px;
  }
  .SimpleGreyBox {
    min-height: 505px;
  }
#logo {
    max-width: 200px;
}
#logo img {
    max-width: 170px;
}
.sticky #logo, #logo.hovered, .sticky #logo.hovered, #logo.hovered, #logo:hover {
    max-width: 180px;
}
.sticky #logo img, #logo.hovered img, .sticky #logo.hovered img, #logo.hovered img, #logo:hover img {
    max-width: 150px;
}
ul.Chevron-Right {
  margin-left: 50px;
}
}
@media only screen and (min-width: 1385px) {
.extlinkContent {
    width: 43%;
}
.SimpleGreyBox {
    min-height: 468px;
}
}
@media only screen and (min-width: 1600px) {
#dnn_dnnCopyright_lblCopyright {
    font-size:24px;
	line-height:26px;
}
.extlinkContent {
    width: 28%;
}
header .loginBtn a.SmallButton {
	line-height: 27px;
	font-size: 24px;
}
footer h3 { 
	font-size:30px;
	line-height:32px;
	margin-bottom: 25px;
}
footer ul li {
	font-size:24px;
	line-height:26px;
	margin-bottom: 15px;
}
 .SimpleGreyBox {
    min-height: 431px;
}
#logo {
    max-width: 240px;
}
#logo img {
    max-width: 210px;
}
.sticky #logo, #logo.hovered, .sticky #logo.hovered, #logo.hovered, #logo:hover {
    max-width: 200px;
}
.sticky #logo img, #logo.hovered img, .sticky #logo.hovered img, #logo.hovered img, #logo:hover img {
    max-width: 170px;
}
}
@media print {
	.Hero .overlay,.Hero img, #scrollTopBtn, .MobileLogos, .CookiePolicy, #customscroll, .HP-FullWBG  {
        display:none !important;
    }
	.Hero{
        min-height: 100px !important;
		overflow:visible;
    }
	.Hero .wrapper {
		background:transparent !important;
	}
	.Hero p, .Hero ul li {
		display:none;
	}
	.Hero h1, .Hero h2 {
		color:#000 !important;
		font-size:40px !important;
	}
	.sticky #logo img, #logo.hovered img, .sticky #logo.hovered img, #logo.hovered img, #logo:hover img {
        max-width: 130px !important;
    }
	header {
		position:relative;
		-webkit-box-shadow: unset;
		-moz-box-shadow: unset;
		box-shadow:  unset;
		border-bottom:1px solid #ccc;
	}
	.heightsection {
		padding-top:15px !important;
	}
	#FullGreenBG .col-lg-3:nth-child(2), #FullGreenBG .col-lg-3:nth-child(1) {
        padding-top: 45px;
    }
	#logo img {
		max-width: 160px;
		margin: 5px 0 8px 0;
	}
	 * {
        -webkit-print-color-adjust: exact !important;   
        color-adjust: exact !important;              
        print-color-adjust: exact !important;     
    }
    a[href]:after {
        content: none !important;
    }
	footer {
		padding:15px 0;
		background:#dfdfdf;
		border:unset;
	}
	footer ul li {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 4px;
	}
     .LargeTableProduct tr {
        display: grid;
        width: 100%;
        margin-bottom: 30px;
        border: 1px solid #d2d2d2;
    }
	 .LargeTableProduct tr:last-child {
		 margin-bottom:45px;
	 }
	.LargeTableProduct tr td {
		text-align:left;
	 }
    .LargeTableProduct tr td:first-child {
        font-weight: 700;
        border: none;
        background-color: #002269;
        color: #fff;
        text-align: left;
        line-height: 24px;
		font-size:24px;
    }
	.LargeTableProduct.Grey tr td:first-child {
		background-color: #7e7e7e;
	}
	.LargeTableProduct.Grey tr.TopBackground {
		display:none;
	}
    .LargeTableProduct tr td:before {
        content: attr(data-title);
        font-weight: 500;
        text-align: left;
        display: block;
        font-size: 24px;
        padding-bottom: 7px;
    }
    .LargeTableProduct tr td:first-child:before{
        padding-bottom: 0px;
    }	
	.GrayTable.TeamMembers table td {
        width: 100% !important;
        display: block !important;
    }
}