@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: 18px;
}

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;
	padding-left: 20px;
}

ul li {
    list-style-type: disc
}

ul li li {
    list-style-type: circle
}

ol li {
    list-style-type: decimal;
}

.nav li {
    list-style: none!important
}

a {
    outline: 0!important
}

ul#myTab {
    padding: 0;
    margin: 0
}

.popover {
    z-index: 999
}

.mark, mark {
    padding: 0;
    background-color: transparent
}

body {
    background: #fff;
    color: #4f5255;
    font-size: 17px;
}

.CommandButton, .Head, .Normal, .NormalBold, .NormalDisabled, .NormalRed, .NormalTextBox, .SubHead, .SubSubHead, a:hover, a:link, a:visited, body, h1, h2, h3, h4, h5, h6, p, input, table, td, th {
    font-family: 'Open Sans', sans-serif;
}


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: 700;
}

small {
    font-size: 12px
}

a:active, a:link, a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}


ol li>ol li {
    list-style-type: lower-latin
}


h1, h2, h3, h4, h5, h6 {
    color: #4f5255;
    line-height: 1.3em;
    margin: 0 0 15px
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 20px;
}
p {
	font-size:18px;
	color:#4f5255;
	line-height:20px;
	 margin: 0 0 20px;
}
p a, p a:hover{
	color:#641011;
}
footer a.BlueButtonBG {
  padding: 3px 13px;
}
a.BlueButtonBG {
  padding: 8px 19px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: inline-block;
  border-radius: 6px;
}
a.BlueButtonBG, a.BlueButtonBG:visited {
  background-color: #20284b;
  border: 2px solid #20284b;
}
a.BlueButtonBG:hover {
  background-color: transparent;
  border: 2px solid #20284b;
  color:#20284b;
}
a.BlueButtonBG.lowercase, a.BurgundyButtonBG.lowercase, a.BurgundyButton.lowercase, a.BlueButton.lowercase, a.BlueButton.lowercase, a.GreenButton.lowercase, a.WhiteButton.lowercase {
	text-transform: unset;
}
a.BurgundyButtonBG {
  padding: 8px 19px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: inline-block;
  border-radius: 6px;
}
a.BurgundyButtonBG, a.BurgundyButtonBG:visited {
  background-color: #641011;
  border: 2px solid #641011;
}
a.BurgundyButtonBG:hover {
  background-color: transparent;
  border: 2px solid #641011;
  color:#641011;
}
a.BurgundyButton {
  padding: 8px 19px;
  text-transform: uppercase;
  color: #641011;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: inline-block;
  border-radius: 6px;
  border:2px solid #641011;
  background-color:transparent;
}
a.BurgundyButton:visited {
  background-color:transparent;
  border: 2px solid #641011;
}
a.BurgundyButton:hover {
  background-color: #641011  !important;
  border: 2px solid #641011  !important;
  color:#fff  !important;
}
a.BlueButton {
  padding: 8px 19px;
  text-transform: uppercase;
  color: #20284b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: inline-block;
  border-radius: 6px;
  border:2px solid #20284b;
  background-color:transparent;
}
a.BlueButton:visited, p a.BlueButton:visited, p a.BlueButton {
  background-color:transparent;
  border: 2px solid #20284b;
  color: #20284b;
}
a.BlueButton:hover {
  background-color: #20284b  !important;
  border: 2px solid #20284b  !important;
  color:#fff  !important;
}
a.GreenButton {
  padding: 8px 19px;
  text-transform: uppercase;
  color: #67735e;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: inline-block;
  border-radius: 6px;
  border:2px solid #67735e;
  background-color:transparent;
}
a.GreenButton:hover {
  background-color: #67735e !important;
  border: 2px solid #67735e !important;
  color:#fff !important;
}
a.GreenButton:visited, p a.GreenButton:visited, p a.GreenButton {
  background-color:transparent;
  border: 2px solid #67735e;
  color: #67735e;
}

a.WhiteButton {
  padding: 8px 19px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: inline-block;
  border-radius: 6px;
  border:2px solid #fff;
  background-color:transparent;
}
a.WhiteButton:visited {
  background-color:transparent;
  border: 2px solid #fff;
}
a.WhiteButton:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color:#641011;
}
.MultipleButtons a {
  margin:0 0 20px 0;
  clear: both;
  display: inline-block;
}
.BlueTitle {
	font-size:20px;
	color:#20284b;
	text-transform:uppercase;
	font-weight:500;
	margin-bottom:15px;
}
.BurgundyTitle {
	color:#641011;
}
ul.checkmark{
    padding-left: 20px;
    margin-left: 0;
}
ul.checkmark li{
    list-style: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #4f5255;
  text-indent: -23px;
  padding-left: 23px;
}
ul.checkmark li::before{
    background-image: url(/Portals/0/Images/SVG/icon-checkmark-list.svg);
    background-repeat: no-repeat;
    content: " ";
    width: 25px;
    display: inline-block;
    height: 23px;
    margin-bottom: 0;
    position: relative;
    left: 2px;
    top: 11px;
}
a.anchor, .anchor {
    padding-top: 135px;
    margin-top: -135px;
	z-index: -1;
	position: relative;
    display: inline-block;
}
a.anchor:before, .anchor:before {
    display: inline-block;
    content: " ";
    padding-top: 135px;
    margin-top: -135px;
    visibility: hidden;
}
#tvcCalculatorResultsId {
	 padding-top: 140px;
    margin-top: -140px;
	position: relative;
    display: inline-block;
	z-index:-1;
}
#tvcCalculatorResultsId:before {
    display: inline-block;
    content: " ";
    padding-top: 140px;
    margin-top: -140px;
    visibility: hidden;
}
.GrayBg {
  padding: 35px 20px;
}
.MenuContent {
	display:none;
}
.IconWithBurgundyText, .IconWithGreenText, .RoundedBox {
	position:relative;
}
.IconWithBurgundyText p, .IconWithGreenText p, .RoundedBox p {
	display:inline-block;
}
.IconWithBurgundyText p:last-child, .IconWithGreenText p:last-child, .RoundedBox p:last-child {
	margin-bottom:0;
}
.IconWithBurgundyText a.TextLinkBurgundy, .IconWithGreenText a.TextLinkGreen, .RoundedBox .TextLinkBurgundy, .RoundedBox .TextLinkGreen, .RoundedBox .TextLinkBlue {
	display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 25px;
}
#scrollTopBtn {
  position: fixed;
  z-index: 5000;
  right: 0;
  bottom: 107px;
  display: none;
  visibility: visible;
}

.MobileLogos {
  width: 100%;
  margin-top: 3px;
}
.MobileLogos div {
  display: inline-block;
}
.AccountLoginBtn a.BurgundyButtonBG {
	font-size:17px;
	padding: 5px 16px;
}
.AccountLoginBtn img {
  margin: -5px 3px 0 0;
}
.MobileLogos .icons {
  float: right;
  padding-top:3px;
}
.MobileLogos .icons a {
  width: 30px;
  height: 35px;
  display: block;
  float: left;
  margin: 1px 3px 0 0;
  text-align: center;
}
.MobileLogos .icons .navbar-toggle {
  margin: 4px 8px 0 5px;
  padding: 0;
  border: none;
  border-radius: 0;
  width: 26px;
  background: transparent;
}
.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: #641011;
}
.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;
}

header {
    background: #fff;
    border-bottom: 1px solid #cacacd;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
  position: fixed;
  width:100%;
  z-index: 1300;
}
.modal {
	z-index:2000;
}
.modal-backdrop {
  z-index: 1999;
}
.dnnEditState header {
	position: relative;
    z-index: unset;
}
#dnn_AccountLogin_SyncPanel {
	margin-top:45px;
}
.dnnEditState .heightsection {
	padding-top:0 !important;
}
@media (min-width: 768px) and (max-width: 1800px){
.personabar-visible .CookiePolicy span:nth-child(1) {
   padding-left:65px;
}
}
#navbar-top-wrapper {
  width: 100%;
}

#logo {
    text-align:center;
	position: relative;
    z-index: 1000;
}
#logo img {
  max-width: 225px;
  margin: 0 auto 10px;
}
.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: 128px;
  max-width: 250px;
}
.HomeSkin .FullBeige {
	background-color:#f3e7ca;
	padding:40px 0 0 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 #ccc;
-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);
border-radius:10px;
background: #fff;
right: 0;
margin-left: auto;
margin-right: auto;
}
.extlinkContent h2 {
	margin-bottom:15px;
	font-size:18px;
	line-height:18px;
}
.extlinkContent h4 {
    margin: 10px 0 20px 0;
    color: #555;
    font-size: 14px;
    line-height: 16px;
	text-transform:none;
}

.extlinkContent p {
	font-size: 14px;
	line-height: 16px;
	margin-bottom:5px;
}
.extlinkContent p, .extlinkContent h4 {
    word-wrap: break-word;
}
.maintableleft table.roundedcornertop tr td.TableTitle.burgundy {
	border-bottom: 7px solid #aa7273;
}
table.verticaltop thead tr th.burgundytext {
	color:#641011;
}
table.verticaltop tbody tr td.tdstyle.bold {
	font-weight:bold;
}
.edMaps_moduleWrapper {
	margin-bottom:25px !important;
}
.edMaps_moduleWrapper > .edMaps_mapWrapper .edMaps_button {
  background-color: #20284b !important;
  border: 2px solid #20284b !important;
  border-radius: 3px;
  margin: 0;
  padding: 7px 14px;
  color: #fff !important;
  transition: all ease-in-out 0.2s;
  font-family: 'Open Sans', sans-serif !important;
  cursor: pointer;
}
.app-icons img {
  margin: 0 15px 25px 0;
}
.eds_news_Ozone.eds_subCollection_news .CustomeDetails .card {
	display:block;
	max-width:650px;
	background-color: #f0f0f0;
	margin:0 auto 45px;
}
.eds_news_Ozone.eds_subCollection_news .CustomeDetails .card .card-body {
	padding: 25px 15px 15px 15px;
}
.edn_article.edn_articleDetails.CustomeDetails a.BurgundyButton, .edn_article.edn_articleDetails.CustomeDetails a.BurgundyButton:hover, .edn_article.edn_articleDetails.CustomeDetails a.BurgundyButton:visited {
  color: #641011;
}
img.right, img.left {
	float:none;
	margin-bottom:25px;
}
@media (min-width: 768px){
.extlinkContent {
	width: 59%;
	padding:35px 40px;
}
.IconWithBurgundyText, .IconWithGreenText {
	min-height:355px;
}
.RoundedBox .wrapper {
	min-height:255px;
}
  .app-icons img {
    margin: 0 15px 0 0;
  }
img.right {
	float:right;
	margin:0 0 15px 25px;
}
img.left {
	float:left;
	margin:0 15px 25px 0;
}
}
@media (min-width: 992px){
.extlinkContent {
	top: 17%;
}
.extlinkContent h2 {
	font-size:24px;
	line-height:26px;
	margin-bottom:20px;
}
.extlinkContent p, .extlinkContent h4 {
	font-size:16px;
	line-height: 18px;
	font-weight:400;
}
.extlinkContent p {
	margin-bottom:15px;
}
.Playicons img:nth-child(1) {
	margin-right:15px;
}
.maintableleft.text-center table#leftaligned {
	text-align:left !important;
}
.maintableleft.text-center table#leftaligned th, .maintableleft.text-center table#leftaligned td {
	padding-left:20px;
}
table#leftaligned thead tr th.burgundytext {
  text-align: left;
}
}
@media (min-width: 1386px){
.extlinkContent {
    width: 43%;
}
}
@media (min-width: 1800px){
.extlinkContent {
    width: 28%;
}
}
@media only screen and (max-width:768px) {
    .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
    }
	table.responsive td.tdstyle.bold.burgundy::before, table.responsive td.tdstyle.burgundy::before {
	color:#641011;
}
}
.olbTop {
  display: none;
  position: relative;
  z-index: 1200;
  top: 10px;
  max-width: 290px;
  height: auto;
  width: 100%;
  background: #fff;
  padding-bottom: 0;
  border: 1px solid #cbcbcb;
  margin: 0 auto;
  padding: 15px;
}
.olbTop h4 {
  margin-bottom: 15px;
  padding: 4px 9px 0 5px;
  color: #641011;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.olbTop select {
  width: 100%;
  margin-bottom: 10px;
  height: 31px;
  color: #354E57;
  border-radius: unset;
  border: 1px solid #ccc;
  background: #f7f7f7;
  font-size: 17px;
}
.olbTop input {
  width: 100%;
  margin-bottom: 10px;
  height: 31px;
  -webkit-box-shadow: inset 0px 0px 3px 2px rgba(0,0,0,0.09);
  -moz-box-shadow: inset 0px 0px 3px 2px rgba(0,0,0,0.09);
  box-shadow: inset 0px 0px 3px 2px rgba(0,0,0,0.09);
  padding: 0 0px 0 10px;
  border: 1px solid #ccc;
  outline: none;
/*  color: #acacac;*/
  font-size: 17px;
}
.olbTop a.BurgundyButton {
  width: 100%;
  margin-bottom: 10px;
  padding: 2px 0;
  font-weight: 500;
  text-align: center;
}
.olbTop p.boxlinks {
  margin-bottom: 0;
}
.olbTop p.boxlinks a {
  color: #393939;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  display: inline-block;
}
.olbTop p.boxlinks.alignright {
	text-align:right;
}
.olbTop .LeftContent {
	display: none;
}
	
.loginX {
  position: absolute;
  top: 0px;
  right: 6px;
  cursor: pointer;
  max-width:15px;
}
/*Calculators style*/
.togglecalculator {
  display: none;
}
.mobaccordion  .accordion-button {
	text-transform:uppercase;
	color: #641011;
	font-weight:600;
	background: #f2f2f2;
	padding: 10px 15px;
	border-radius: unset;
	font-size:20px;
}
.mobaccordion {
	margin-bottom:35px;
}
.mobaccordion ul {
	padding-left:0;
}
.mobaccordion .accordion-item:first-of-type, .mobaccordion .accordion-item:last-of-type {
	border-radius:unset;
}
.CalculatorTab ul li, .mobaccordion ul li {
	margin-bottom:8px;
}
@media only screen and (min-width:992px) {
.CalculatorTab {
	margin-bottom:45px;
	position: relative;
-webkit-box-shadow: 3px 3px 13px -3px rgba(0,0,0,0.30);
box-shadow: 3px 3px 12px -3px rgba(0,0,0,0.30);
border: 1px solid #becad0;
}
.CalculatorTab .tab-pane.fade.show.active::before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 33%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
}
#v-pills-home.tab-pane.fade.show.active::before {
	margin: -25px 0 0 -25px;
}
#v-pills-personal.tab-pane.fade.show.active::before {
	margin: 46px 0 0 -25px;
}
#v-pills-investment.tab-pane.fade.show.active::before {
	margin: 118px 0 0 -25px;
}
#v-pills-retirement.tab-pane.fade.show.active::before {
	margin: 190px 0 0 -25px;
}
#v-pills-lease.tab-pane.fade.show.active::before {
	margin: 263px 0 0 -25px;
}
.CalculatorTab .tab-pane {
	background-color:#fff;
}
.CalculatorTab #v-pills-tab {
	width:33%;
	background: #f4f1f1;
	min-height: 57vh;
	padding: 0 20px;
}
.CalculatorTab #v-pills-tabContent {
	width:67%;
	min-height:320px;
	padding: 35px 20px 20px 45px;
}
.CalculatorTab .nav-pills .nav-link.active {
	background-color:transparent;
	color:#641011;
}
.nav-pills .nav-link {
	text-transform:uppercase;
	color: #641011;
	font-size: 20px;
	padding: 25px 15px 20px 25px;
	text-align: left;
	border-bottom: 1px solid #000;
	border-radius: 0;
}
.nav-pills .nav-link:last-child {
	border-bottom:none;
}
}
@media only screen and (min-width:1440px) {
.CalculatorTab #v-pills-tab {
    min-height: 52vh;
}
.IconWithBurgundyText a.TextLinkBurgundy, .IconWithGreenText a.TextLinkGreen {
  bottom: 30px;
}
}
@media only screen and (min-width:992px) {
.olbTop .LeftContent {
	display: block;
}
.olbTop .LeftContent .Content{
  position: absolute;
  left: 25px;
  top: 50%;
  max-width: 410px;
  transform: translate(0, -50%);
}
.olbTop .LeftContent .Content p:last-child {
	margin:0;
}
.olbTop .RightContent {
	position:relative;
}
.olbTop select, .olbTop input {
	height:40px;
	border-radius:6px;
	margin-bottom:20px;
}
.olbTop .RightContent .Content{
  position: absolute;
    left: 50%;
    top: 50%;
    max-width: 370px;
    transform: translate(-50%, -50%);
}
.olbTop .RightContent h4 {
	font-size:24px;
}
.olbTop a.BurgundyButton {
	font-size:21px;
	padding: 6px 15px;
}
.olbTop p.boxlinks {
	font-size:16px;
}
.olbTop p.boxlinks.alignright {
  text-align: left;
}
.olbTop p.boxlinks span:nth-child(2) {
	float:right;
}
.whitewrapper {
  position: absolute;
  background: #fff;
  top: 0;
  width: 100%;
  z-index: 1500;
  left:0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
}
.olbTop {
	border:unset;
	padding:0;
	max-width:unset;
	top:0;
}
.olbTop .LeftContent .Content h2, .olbTop .LeftContent .Content p {
	color:#fff;
}
.olbTop .LeftContent .Content h2 {
	text-transform:uppercase;
	font-size:24px;
	line-height:24px;
}
.olbTop .LeftContent .Content p {
	font-size:20px;
	font-weight:300;
	line-height:24px;
}
.loginX {
  top: 5px;
  right: 25px;
}
.olbTop select {
	min-width:323px;
}
}
@media only screen and (min-width:1386px) {
.olbTop .LeftContent .Content {
    left: 73px;
}
.olbTop .LeftContent .Content h2 {
	font-size:35px;
	line-height:38px;
	margin-bottom:25px;
}
.olbTop .RightContent .Content{
    max-width: 430px;
}
.olbTop p.boxlinks {
	font-size:18px;
}
 .olbTop .RightContent .Content {
    left: 32%;
 }
 .loginX {
	 max-width:25px;
	 top:15px;
 }
}
@media only screen and (min-width:1600px) {
.olbTop .LeftContent .Content {
    max-width:580px;
	left:135px;
}
.olbTop .LeftContent .Content p {
	font-size:26px;
	line-height:29px;
	margin-bottom:25px;
}
}
@media only screen and (min-width:992px) {
.responsive-table.largeTable.collapsible {
    border-bottom: 1px solid #5a6670;
    border-right: 1px solid #5a6670;
    border-left: 1px solid #5a6670;
    border-top: 1px solid #fff;
	margin-bottom:35px;
}
.responsive-table.largeTable.collapsible.left th {
    text-align: left;
  }
 .responsive-table.largeTable.collapsible th {
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
 } 
 
 .largeTable th {
    color: #fff;
    background: #641011;
    padding: 13px 12px;
    text-align: center;
    font-size: 20px;
    line-height: 23px;
    font-weight: normal;
}
.responsive-table.largeTable.collapsible.left td.tabtitle.main {
  font-weight: bold;
  text-align:left;
}
 .responsive-table.largeTable.collapsible.left td {
    padding-left: 10px;
    vertical-align: top;
  }
  .largeTable td {
    padding: 15px;
    padding-left: 15px;
    vertical-align: middle;
    text-align: center;
    color: #424242;
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (max-width:991px) {
#navbar {
  float: none !important;
  position: absolute;
  width: 100%;
  z-index: 1000;
  overflow: visible;
  margin: 0;
  left: 0;
  border-top: 1px solid #eeeeef;
}
#dnnMenu {
  height: 139px;
  overflow-y: scroll;
  padding: 0 15px;
}
.nav.navbar-nav.topLevel.sm.sm-collapsible {
  margin: 0px -15px;
  border-bottom: 1px solid #d1cfc3;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30);
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
}
.navbar-nav {
  float: none;
}
.dropdown-menu {
  float: none;
  box-shadow: none;
}
 .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;
  }
.responsive-table.largeTable.collapsible,
.responsive-table.largeTable.collapsible caption,
.responsive-table.largeTable.collapsible thead,
.responsive-table.largeTable.collapsible tbody,
.responsive-table.largeTable.collapsible th,
.responsive-table.largeTable.collapsible td,
.responsive-table.largeTable.collapsible tr{
        display:block;
    }
.responsive-table.largeTable.collapsible {
	margin-bottom:35px;
}
.responsive-table.largeTable.collapsible th{
        display:none;
    }
.responsive-table.largeTable.collapsible tr{
        float:left;
        width:100%;
		padding:8px 10px;
    }
.responsive-table.largeTable.collapsible tr:nth-child(2n){
        background-color:#ededed;
    }
.responsive-table.largeTable.collapsible td{
    float:left;
    width:100%;
	font-size: 18px;
}
.responsive-table.largeTable.collapsible td::before {
  content: attr(title);
  display: block;
  font-weight: 700;
  width: 100%;
}
.responsive-table.largeTable.collapsible td.tabtitle.main {
	 font-weight: 700;
}
}
@media only screen and (min-width:768px) {
    #navbar {
        float: right
    }
	.MultipleButtons a {
		margin:0 10px 0 0;
	}
}

@media only screen and (min-width:992px) {
#mainHeader-inner {
   position: relative;
   padding: 9px 15px 0 15px;
}
#navbar-top-wrapper {
    width: 100%;
    text-align: unset;
}
#logo {
  display: inline-block;
}
#logo img {
    max-width: 187px;
}
.headerRight {
    width: 76%;
    text-align: right;
    float: right;
}
.HeaderRightSection {
    margin: 0;
  }
p.HeaderLinks, p.HeaderLinks a {
    color: #373c43;
  }
p.HeaderLinks {
    display: inline-block;
    margin: 8px 14px 0px 0;
    font-size: 15px;
}
p.HeaderLinks img {
	margin-right:5px;
}
p.HeaderLinks span:nth-child(1) {
	margin-right: 10px;
}
 #belowsection {
    min-height: 55px;
    margin-top: -18px;
    width: 100%;
    float: right;
    position: relative;
  }
#belowsection .loginSection {
    float: right;
    width: 100%;
    text-align: right;
    line-height: 14px;
    max-width: 280px;
    height: 50px;
    margin-top: 3px;
 }
#belowsection .loginSection div {
	display:inline-block;
	line-height: 20px;
}
#belowsection .loginSection .BurgundyButtonBG {
	margin-right:7px;
	padding: 8px 19px 8px 30px;
	background-image:url("/Portals/0/Images/SVG/icon-white-loginlock.svg");
	background-repeat:no-repeat;
	background-position: 12px 8px;
}
#belowsection .loginSection .BurgundyButtonBG:hover {
	background-image:url("/Portals/0/Images/SVG/icon-burgundy-loginlock.svg");
	background-repeat:no-repeat;
	background-position: 12px 8px;
}
#belowsection .loginSection .BurgundyButton {
	padding: 8px 19px 8px 30px;
	background-image:url("/Portals/0/Images/SVG/burgundy-pen-sm.svg");
	background-repeat:no-repeat;
	background-position: 12px 8px;
}
#belowsection .loginSection .BurgundyButton:hover {
	background-image:url("/Portals/0/Images/SVG/white-pen-sm.svg");
	background-repeat:no-repeat;
	background-position: 12px 8px;
}
#belowsection .loginSection img {
	margin:-4px 2px 0 0;
}
.menusection {
    width: 60%;
    text-align: right;
    float: right;
}
#search {
    display: block !important;
    max-width: 178px;
    position: relative;
    top: unset;
    float: right;
	z-index: unset;
}
}
footer {
	background-color:#eeeeee;
	padding:40px 0;
	border-top:6px solid #20284b;
}
footer p, footer a {
	color:#525252;
	font-size:16px;
}
footer .Title {
	text-transform:uppercase;
	color:#20284b;
	display:block;
}
footer a:hover, footer a:visited {
	color:#525252;
}
footer p {
	margin-bottom:15px;
	line-height:26px;
}

#dnn_FooterLeft p.d-md-inline-block:nth-child(1) {
	margin-bottom:0;
}
.FooterSocial a {
  font-size: 30px;
  margin: 0 5px 8px 0;
}
footer .BlueButtonBG {
	margin: 12px 0 5px 0;
}
footer p.copyright {
	font-size:14px;
	line-height:16px;
}
.fdiclogos img:nth-child(1) {
  margin-right: 10px;
}
.FullGrey {
	background-color:#ededed;
}
.HomeSkin .FullGrey {
	padding:40px 0 0 0;
}
.LiveForm.Default {
	margin-bottom:45px !important;
}
.LiveForm.Default .Field label[class*="Field-Label-"], .LiveForm.Default .Field > label, .LiveForm.Default .Field .MatrixWrapper > label {
	font-family: 'Open Sans', sans-serif !important;
}
.LiveForm.Default input[type="submit"], .LiveForm.Default input[type="button"] {
  background: #641011 !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400 !important;
  text-transform: uppercase;
  border: 1px solid #641011 !important;
}
.LiveForm.Default input[type="submit"]:hover, .LiveForm.Default input[type="button"]:hover {
  box-shadow: unset !important;
  color:#641011 !important;
  background: #fff !important;
  border:1px solid #641011;
}
/*HOMEPAGE NEWS*/
.eds_news_Ozone.eds_subCollection_news #HPNews .edn_mediaContainer {
	float:none;
	border: unset;
    padding: 0;
	overflow:visible;
	margin: 0 0 20px 0;
}
.eds_news_Ozone.eds_subCollection_news #HPNews .edn_mediaContainer img.mainimg {
	border-radius:14px;
}
.eds_news_Ozone.eds_subCollection_news #HPNews .edn_mediaContainer img.overlay {
	position:absolute;
	max-width:78px;
	bottom:-15px;
	left:-15px;
}
.eds_news_Ozone.eds_subCollection_news #HPNews h2, .eds_news_Ozone.eds_subCollection_news #HPNews p, .eds_news_Ozone.eds_subCollection_news #HPNews a {
	font-family: 'Open Sans', sans-serif;
}
.eds_news_Ozone.eds_subCollection_news #HPNews h2, .eds_news_Ozone.eds_subCollection_news #HPNews h2 a {
	font-size:30px;
	color:#20284b;
	line-height:32px;
	margin-bottom:15px;
	font-weight:600;
}
.eds_news_Ozone.eds_subCollection_news #HPNews .edn_readMoreButtonWrapper {
	text-align:left;
}
.eds_news_Ozone.eds_subCollection_news #HPNews a.BlueButton {
  font-size:18px;
color:#20284b;
}
.eds_news_Ozone.eds_subCollection_news #HPNews a.BlueButton:hover {
color:#fff;
}
#Accountant .modal-dialog {
	max-width:700px;
}
#Accountant .modal-dialog p, #Accountant .modal-dialog ul li, #Accountant .modal-dialog ol li {
	font-size:16px;
}
@media only screen and (min-width:768px) {
  #dnn_FooterLeft p {
    vertical-align: top;
  }
   #dnn_FooterLeft p:nth-child(1) {
    margin-right: 20px;
  }
    footer p.fdiclogos {
    text-align: right;
	margin-top: -45px;
  }
    #dnn_FooterLeft p.d-md-inline-block:nth-child(1) {
    margin: 0 70px 25px 0;
  }
p.FooterSocial {
	text-align:right;
	line-height:18px;
}
footer .BlueButtonBG {
  margin: 5px 0 5px 0;
}
footer {
  padding: 30px 0 20px 0;
}
.HomeSkin .FullGrey {
	padding:50px 0 10px 0;
}
.eds_news_Ozone.eds_subCollection_news #HPNews h2 {
	margin-bottom:0;
}
.eds_news_Ozone.eds_subCollection_news #HPNews .edn_readMoreButtonWrapper {
  margin:0;
}
}

@media only screen and (min-width:1200px) {
 #logo img {
    max-width: 270px;
	margin: 8px auto 0;
  }
   .headerRight {
    width: 68%;
   }
   #belowsection {
    margin-top: -39px;
  }
    #search {
    max-width: 210px;
	}
	.eds_news_Ozone.eds_subCollection_news #HPNews .edn_mediaContainer img.overlay {
	max-width:170px;
	  bottom: -33px;
  left: -50px;
	}
	.HomeSkin .FullBeige {
  padding: 55px 0 15px 0;
}
}
@media only screen and (min-width:1386px) {
.HomeSkin .FullGrey {
	padding:50px 0 0 0;
}
.HomeSkin .Spacing50 {
	padding:25px 0 45px 0;
}
}
@media only screen and (min-width:1600px) {
	.eds_news_Ozone.eds_subCollection_news #HPNews .col-xl-5 {
		padding-left:45px;
	}
}

.DnnModule-482 .chameleon_slider.phobos .scrollable_box .viewport .overview,
.DnnModule-482 .chameleon_slider.phobos .scrollable_box .viewport p{
    line-height: normal !important;
}
.chameleon_slider.phobos .scrollable_box {
    background: rgba(0, 0, 0, .8) !important;
}

.DnnModule-482 #ChameleonGallery a.standalone_button.download,
.DnnModule-482 #ChameleonGallery a.standalone_button.email,
.DnnModule-482 #ChameleonGallery .social_buttons_toggle.vertical {
    display: none !important;
}