@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;
}

ul li {
    list-style-type: disc;
	font-size:18px;
	color:#252525;
}

ul li li {
    list-style-type: circle;
}

ol li {
    list-style-type: decimal;
    list-style-position: inside;
	font-size:18px;
	color:#252525;
}

.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;
    font-size: 13px;
}

.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 {
    font-family: 'PT Sans', 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: 700;
}

small {
    font-size: 12px;
}

a:active, a:link, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    margin: 0 0 20px;
	font-family: 'PT Sans', sans-serif;
	color:#252525;
}

ol li>ol li {
    list-style-type: lower-latin;
}


h1, h2, h3, h4, h5, h6 {
    color: #a12641;
    line-height: 1.3em;
    margin: 0 0 20px;
	font-weight:700;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 20px;
}
hr.BurgundyLine {
	background-color:#a12641;
	opacity:1;
}
.contentwrapper p a, .locationDetails p a {
	color:#a12641;
}
.contentwrapper footer a {
	color:#fff;
}
.contentwrapper p a.BurgundyBtn {
	color:#fff;
}
.contentwrapper .DnnModule-Admin p a.PurpleBtn {
    color: #6d2160;
}
.contentwrapper .DnnModule-Admin p a.BurgundyBtn {
    color: #a12641;
}
.ModLiveFormsC a.BurgundyBtn {
	padding:8px 16px;
}
.ModLiveFormsC a.BurgundyBtn::before {
	display:none;
}
.LiveForm.Default .Field.mobile-under label[class*="Field-Label-"], .LiveForm.Default .Field.Radiobutton .Field-Container label, .LiveForm.Default .Field.Radiobutton .Field-Container-Wide label, .LiveForm.Default .Field.Checkbox .Field-Container label, .LiveForm.Default .Field.Checkbox .Field-Container-Wide label {
	font-family: 'PT Sans',sans-serif !important;
}
.contentwrapper p a.BurgundyBtn:hover {
	color:#a12641;
}
.contentwrapper p a.PurpleBtn {
	color:#fff;
}
.contentwrapper p a.PurpleBtn:hover {
	color:#6d2160;
}
.contentwrapper ul {
	padding-left:0;
}
.DisclaimerText, .DisclaimerText p, ol.DisclaimerText li, ul.DisclaimerText li {
	font-size:14px;
}
.PurpleText {
	color:#6d2160;
}
.BurgundyText,a.BurgundyText, a.BurgundyText:hover {
	color:#a12641;
}

.PurpleBtn {
    padding: 8px 31px 8px 16px;
    border: 1px solid #6d2160;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #6d2160;
    color: #fff;
    font-size: 17px;
    text-align: center;
    font-weight: 700 !important;
	 -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
   position: relative;
}

a.PurpleBtn::after {
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.PurpleBtn::before {
  position: absolute;
  top: 0;
  right: 13px;
  height: 100%;
  font-size: 16px;
	line-height: 38px;
  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;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
}

a.PurpleBtn:hover{
  background: transparent;
  color: #6d2160;
   border: 1px solid #6d2160;
   text-decoration:none;
}
a.PurpleBtn:hover::before {
  right: 4px;
  color:#6d2160;
}



.BurgundyBtn {
    padding: 8px 31px 8px 16px;
    border: 1px solid #a12641;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #a12641;
    color: #fff;
    font-size: 17px;
    text-align: center;
    font-weight: 700 !important;
	 -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
   position: relative;
}

a.BurgundyBtn::after {
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.BurgundyBtn::before {
  position: absolute;
  top: 0;
  right: 13px;
  height: 100%;
  font-size: 14px;
	line-height: 38px;
  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;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
}
a.BurgundyBtn:hover{
  background: transparent;
  color: #a12641;
   border: 1px solid #a12641;
   text-decoration:none;
}
a.BurgundyBtn:hover:before {
  right: 4px;
  color:#a12641;
}
.LightBlueBtn {
    padding: 8px 31px 8px 16px;
    border: 1px solid #a5d9f2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #a5d9f2;
    color: #414141 !important;
    font-size: 17px;
    text-align: center;
    font-weight: 700 !important;
	 -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
   position: relative;
}

a.LightBlueBtn::after {
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.LightBlueBtn::before {
  position: absolute;
  top: 0;
  right: 13px;
  height: 100%;
  font-size: 14px;
	line-height: 38px;
  color: #414141;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
}
a.LightBlueBtn:hover{
  background: transparent;
  color: #a5d9f2 !important;
   border: 1px solid #a5d9f2;
   text-decoration:none;
}
a.LightBlueBtn:hover::before {
  right: 4px;
  color:#a5d9f2;
}

.SkyBlueBtn {
    padding: 8px 31px 8px 16px;
    border: 1px solid #a3e1ff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #a3e1ff;
    color: #414141 !important;
    font-size: 17px;
    text-align: center;
    font-weight: 700 !important;
	 -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
   position: relative;
}

a.SkyBlueBtn::after {
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.SkyBlueBtn::before {
  position: absolute;
  top: 0;
  right: 13px;
  height: 100%;
  font-size: 14px;
	line-height: 38px;
  color: #414141;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
}
a.SkyBlueBtn:hover{
  background: transparent;
  color: #a3e1ff !important;
   border: 1px solid #a3e1ff;
   text-decoration:none;
}
a.SkyBlueBtn:hover::before {
  right: 4px;
  color:#a3e1ff;
}
.BurgundyBtn:visited, .loginBtn:visited, .PurpleBtn:visited {
	color: #fff;
}
.LightBlueBtn:visited, .SkyBlueBtn:visited {
	color:#414141 !important;
}
a.anchor {
    padding-top: 170px;
    margin-top: -170px;
	z-index: -1;
	position: relative;
    display: inline-block;
}
a.anchor:before {
    display: inline-block;
    content: " ";
    padding-top: 170px;
    margin-top: -170px;
    visibility: hidden;
}
#tvcCalculatorResultsId {
	 padding-top: 180px;
    margin-top: -180px;
	position: relative;
    display: inline-block;
	z-index:-1;
}
#tvcCalculatorResultsId:before {
    display: inline-block;
    content: " ";
    padding-top: 180px;
    margin-top: -180px;
    visibility: hidden;
}
.MultipleButtons a {
	margin-bottom: 20px;
}
img.right, img.left {
	float: none;
	clear: both;
	display: block;
	margin: 0 auto 25px;
}
.centeredimage {
	text-align:center;
}
.loginBtn {
    background-color: #a12641;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    padding: 8px 41px 8px 43px;
    border: 2px solid #a12641;
	background-image:url("/Portals/0/Images/SVG/white_lock.svg");
	background-repeat:no-repeat;
	background-position: 9px 8px;
	border-radius:4px;
	position:relative;
	box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.3);
}
.loginBtn:hover {
	background-image:url("/Portals/0/Images/SVG/burgundy_lock.svg");
	background-repeat:no-repeat;
	background-position: 9px 8px;
	background-color: transparent;
}
.loginBtn:hover a, .loginBtn:active a, .loginBtn:focus a, .loginBtn a:hover, .loginBtn a:active, .loginBtn a:focus {
	color: #a12641;
	text-decoration:none;
}
.loginBtn a, .loginBtn a:active {
	color:#fff;
}
.loginBtn .fas.fa-chevron-right {
	font-size:19px;
}
.loginBtn a:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.loginBtn a:before {
  position: absolute;
	top: 0;
	right: 12px;
	height: 100%;
	font-size: 15px;
	line-height: 35px;
	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;
	content: "\f054";
  font-family: "Font Awesome 5 Free";
}
ul.checkmark {
    margin-left: 0;
    padding-left: 0;
}
ul.checkmark li {
    list-style-type: none;
    position: relative;
    list-style-type: none;
    padding-left: 35px;
}
ul.checkmark li::before {
    background-image: url(/Portals/0/Images/SVG/purple-check.svg);
    background-repeat: no-repeat;
    content: " ";
    width: 35px;
    display: inline-block;
    height: 41px;
    margin-bottom: 0;
    position: absolute;
    left: 1px;
    top: 4px;
}
#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
}
.nopaddingmargin .row {
	margin:0;
	padding:0;
}
header {
    background: #fff;
    border-bottom: 1px 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);
	position: fixed;
	width: 100%;
	z-index: 1000;
}
.loggedin header {
	position:relative;
}
.sticky {
  top: 0;
  width: 100%;
  transition: padding 300ms ease;
}
.dnnEditState .heightsection.taller,.dnnEditState .InnerSkin .heightsection {
	padding-top:0;
}
.dnnEditState  .leftbar {
    background-color: #fff;
}
.heightsection.taller {
	padding-top:289px;
}
.heightsection {
	padding-top:160px;
}
.InnerSkin .heightsection {
	padding-top:160px;
}
.sm_menu_outer {
	top:160px
}
.searchbox {
  display: none;
  position: absolute;
  top: 125px;
  z-index: 10000;
  left: 0;
  right: 0;
  text-align:center;
}
#mainHeader-inner {
    padding: 0 15px;
}
#logo {
	margin:0 auto;
	text-align:center;
	max-width:290px;
}

#mainHeader-border {
    background: #8fb299;
    height: 5px;
}

.navbar .brand {
    float: left;
    padding: 0!important;
    max-width: 120px;
}
.navbar {
    padding: 20px 0 25px 0;
    position: relative;
    min-height: 50px;
    display: block;
}
#navbar-top-wrapper {
    width: 100%;
}
.menusection {
    min-height: 18px;
    margin-top: -45px;
    width: 100%;
}
.MobileLogos {
	margin-top:25px;
}
.MobileLogos div {
    display: inline-block;
}
.MobileLogos .icons {
    float: right;
	position:relative;
}
.MobileLogos .icons a {
    width: 33px;
    height: 35px;
    display: block;
    float: left;
    margin: 1px 5px 0 0;
    text-align: center;
}
.AccountLoginBtn .LoginBtn {
    background-color: #a12641;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    padding: 2px 18px;
    border: 2px solid #a12641;
}
.AccountLoginBtn {
	margin-top: 10px;
}
@media only screen and (min-width:360px) {
.heightsection.taller {
  padding-top: 270px;
}
}

@media only screen and (min-width:480px) {
.heightsection.taller {
  padding-top: 252px;
}
}
@media only screen and (min-width:768px) {
#logo {
	max-width:360px;
}
.MultipleButtons a {
	margin: 0 15px 0 0;
}
.MultipleButtons a.PurpleBtn {
	margin: 0 0px 0 0;
}
.searchbox {
	top:158px;
}
.InnerSkin .heightsection {
	padding-top:174px;
}
}
@media only screen and (min-width:992px) {
.heightsection.taller {
  padding-top: 248px;
}
.InnerSkin .heightsection {
  padding-top: 134px;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}
img.left {
	float:left;
	margin: 0 15px 15px 0;
}
.centeredimage {
	text-align:left;
}
.HeaderRightSection {
    float: right;
    transition: all .2s;
	width:62%;
}
.menusection .wrapper {
    text-align: right;
	min-height: 50px;
}
#dnnMenu .navbar-nav .dropdown-menu .subLevelRight {
	margin-left: 300px !important;
}
#dnnMenu .dropdown-menu > li .caret::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight:bold;
}
#dnnMenu .navbar-nav:not(.sm-collapsible) ul .caret {
	border:none;
	margin-top:0;
	right:8px;
}
#dnnMenu .navbar-nav .dropdown-menu.subLevelRight, #dnnMenu .navbar-nav .dropdown-menu.subLevelRight li a:hover {
	background-color: #eeeeee;
}
#dnnMenu .navbar-nav .dropdown-menu.subLevelRight li.dropdown.active.open a:hover {
	background-color:#a12641;
}
#dnnMenu .navbar-nav .dropdown-menu.subLevelRight li.dropdown.active.open ul li a:hover {
	background-color:transparent;
}
li.menuItem.dropdown ul li.dropdown:nth-of-type(1) {
	position:relative;
}
li.menuItem.dropdown ul li.dropdown {
	position:unset;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #fafafa;
}
#dnnMenu .navbar-nav .dropdown-menu .subLevelRight.openmenu {
    display: block;   
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
}
.navbar {
    padding: 20px 0 0 0;
}
.menuitems {
	margin-right: 35px;
}
.loginSection {
	text-align: right;
	float: right;
}
p.HeaderLinks {
    float:right;
    margin-left: 12px;
    margin: 0 0 20px;
}
.HeaderLinks img {
	margin-right:10px;
}
.searchbox {
	float: right;
	position: relative;
	width: 100%;
	clear: both;
	height: 45px;
	max-width: 165px;
	display:block;
	top:0;
}
.menusection .wrapper > div {
    display: inline-block;
}
#dnnMenu .navbar-nav {
    float: none;
    margin: 0;
    display: inline-block;
}
#dnnMenu .navbar-nav .dropdown-menu {
    position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 290px;
	padding: 0;
	margin: 2px 0 0;
	font-size: 18px;
	text-align: left;
	list-style: none;
	background-color: #fafafa;
	border:none;
	border-radius:unset;
	box-shadow:unset;
	border-bottom:4px solid #a12641;
}
#dnnMenu .dropdown-menu.subLevel {
	top: 57px !important;
}
#dnnMenu .navbar-nav ul li {
	border-bottom:1px solid #afafaf;
}
#dnnMenu .navbar-nav ul li:last-child {
	border-bottom:none;
}
#dnnMenu  .dropdown-menu > li {
	padding: 7px 10px 7px 0;
}
#dnnMenu  .dropdown-menu > li > a {
	color:#a12641;
}
#dnnMenu .dropdown-menu > li.dropdown.open {
	background-color:#a12641;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color:transparent;
}
#dnnMenu .dropdown-menu > li.dropdown.open > a {
	color:#fff;
}
#dnnMenu .dropdown-menu > li.dropdown.open > a:hover {
	background:transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #fff;
}
.is-visible {display:block;}
#logo {
    text-align: left;
    display: inline-block;
}
.HeaderRightSection p, .HeaderRightSection a {
	color:#4e4d4f;
	font-size:17px;
}
.HeaderRightSection a {
	margin-right:10px;
}
#mainHeader-inner {
    padding: 10px 0;
}
#logo img {
	max-width:320px;
}
.HeaderRightSection .fas.fa-caret-down {
	color:#a12641;
}
.HeaderRightSection a.JCSboxLink {
	margin-right:0;
}
.navbar-default #dnnMenu .navbar-nav > li > a {
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
	color:#4e4d4f;
	padding: 10px 0 10px 0;
}
.navbar-default #dnnMenu .navbar-nav > li > a span.divider {
	margin:0 15px;
	display:inline-block;
}
.navbar-default #dnnMenu .navbar-nav > li:nth-child(4) > a span.divider {
	display:none;
}
.ModLiveFormsC {
	margin-top: 25px;
}
.margintop_about {
	margin-top: 5px;
}
}
@media only screen and (min-width:1200px) {
.searchbox {
	max-width: 220px;
}
.locationListingHead { 
	right: 230px;
}
.stickyblog {
	top: 134px;
}
.leftbar {

	background-color: #f6f6f6;
}
.dnnEditState .stickyblog {
	z-index:unset;
}
.eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .edn_category:hover {
	color: #9b1b3d !important;
}
.edn_article.edn_articleDetails.customDetails {
	padding-left:95px
}
}
@media only screen and (min-width:1280px) {
.HeaderRightSection p, .HeaderRightSection a {
    font-size: 18px;
}
.HeaderRightSection a {
	margin-right:15px;
}
.locationListingHead {
	right: 276px;
}
h1.bg-title, .edn_article.edn_articleDetails.customDetails {
	padding-top:35px;
}
}
@media only screen and (min-width:1440px) {
.stickyblog {
  top: 158px;
}
.heightsection.taller {
  padding-top: 261px;
}
.InnerSkin .heightsection {
  padding-top: 167px;
}
.menusection {
    margin-top: -10px;
}
.HeaderRightSection {
    width: 53%;
}
.locationListingHead {
	right: 268px;
}
.searchbox {
	max-width: 250px;
}
#logo img {
    max-width: unset;
}
.navbar-default #dnnMenu .navbar-nav > li > a {
    font-size: 24px;
}
}
@media only screen and (max-width:991px) {
.mobile_menu .submenu {
    height:100vh !important;
}
}
@media only screen and (max-width:767px) {
    .main-navigation {
        height: auto;
        width: 100%
    }
    nav {
        display: none
    }
    #navbar-top-wrapper {
        clear: both;
        position: relative
    }
    #navbar {
        float: none!important
    }
}

@media only screen and (min-width:768px) {
    #navbar {
        float: right
    }
}
/*Location header dropdown*/
#dnn_HeaderLocations {
    position: relative;
    float: none;
}
.locationListingHead {
	display:none;
	position:relative;
}
.locationListingHead {
    position: absolute;
	z-index: 5000;
	top: 57px;
	right: 170px;
	display: none;
	overflow: hidden;
	border: 1px solid #a12641;
	border-radius:4px;
}
.DottedBorder {
    background-color: #FFF;
    width: 345px;
	max-height: 545px;
    overflow-y: scroll;
    text-align: left;
	position:relative;	
}
.DottedBorder .BurgundyBtn {
	padding: 6px 25px;
	font-weight:700;
	font-size:18px;
	text-transform:uppercase;
}
.DottedBorder .closeiconx {
	right: 10px;
	position: absolute;
	z-index: 1005;
	top: 3px;
	max-width: 11px;
}
.DottedBorder .closeiconx:hover {
	cursor:pointer;
}
.DottedBorder  .AllLoc {
	position:sticky;
	text-align:center;
	padding: 16px 0;
	background-color:#fff;
	width: 100%;
	top:0;
	z-index:100;
	border-bottom: 1px 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);
}
.DottedBorder  .AllLoc a.BurgundyBtn::before {
	line-height: 35px;
}
.locationItem .locimage {
    float: right;
    text-align: center;
}
.locationItem img {
    margin: 0 0 15px 0;
}
.locationItem a.sm_burgundybtn, .locationItem a.sm_burgundybtn:visited, .locationItem a.sm_burgundybtn:focus {
    background-color: #a12641;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 2px 7px;
    border: 1px solid #a12641;
	border-radius:4px;
}
.locationItem a.sm_orangebtn:hover {
    color: #a12641;
    background-color: transparent;
    text-decoration: none;
}
.locationItem h3 {
    padding-top:10px;
}
.locationItem img {
    float: right;
    margin: 0 0 8px 0;
}
.locationItem {
    border-bottom:1px solid #a12641;
	padding: 20px 8px 20px 8px;
	display: flow-root;
}
.locationItem p {
    color: #4e4d4f;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 8px;
	line-height:18px;
}
/*Login Box OB*/
.olbTop {
	display: none;
	position: absolute;
	z-index: 999;
	top: 141px;
	right: 0;
	max-width: 307px;
	height:auto;
    width: 100%;
    background: #fff;
	padding-bottom: 35px;
	border:1px solid #a12641;
	left:0;
	border-radius:4px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.20);
}
.olbTop h2 {
    margin: 0;
	padding: 26px 26px 0 26px;
	color: #a12641;
	font-size: 24px;
	font-weight: 700;
	text-align: left;	
}
.loginX {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #797878;
    font-size: 18px;
    cursor: pointer;
}
.olbTop > select {
    display: block;
	width: 100%;
	max-width: 258px;
	height: 40px;
	margin: 20px 15px 22px 22px;
	border-radius: 0;
	background-color: #f1f1f1;
	border: none;
	font-size: 15px;
	padding-left: 7px;
}
#personal input[type="text"], #personal input[type="password"], #business input[type="text"], #business input[type="password"] {
    display: block;
	width: 100%;
	max-width: 258px;
	height: 40px;
	padding: 3px 3px 3px 5px;
	margin: 20px auto;
	font-size: 16px;
}
.loginButton {
    display: block;
    padding: 6px 10px;
    border: solid 1px #a12641;
    margin: 20px;
    background: #a12641;
    color: #fff !important;
    text-align: center;
	text-transform:uppercase;
	font-weight:700;
	font-size:18px;
	border-radius:4px;
}
.loginButton:hover {
	border: solid 1px #a12641;
	 background:transparent;
	 color:#a12641 !important;
	 text-decoration:none;
}
.boxlinks {
    display: block;
    width: 100%;
    max-width: 258px;
    margin: 20px auto;
}
.boxlinks a {
    color: #a12641 !important;
    font-size: 16px;
    text-decoration: none;
	float:left;
	font-weight:700;
}
.boxlinks a:last-child {
    float: right;
}
@media only screen and (min-width:768px) {
.olbTop {
	top: 174px;
}
.sm_menu_outer {
  top: 174px;
}
}
@media only screen and (min-width:992px) {
.olbTop {
	left:unset;
	right:0;
	top:125px;
}
}
@media only screen and (min-width:1440px) {
.olbTop {
  top: 156px;
}
}
#breadcrumb {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px dashed;
    border-color: #ccc;
    background-color: transparent;
    padding: 5px 0;
    margin: 0;
    display: block
}

#breadcrumb a {
    margin-left: 10px;
    font-weight: 600;
    font-size: 11px;
    color: #626262
}

#breadcrumb a:first-child {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 11px!important;
    font-weight: 400;
    color: #7b7d82;
    margin: 0
}
#breadcrumb img, #breadcrumb span {
    margin-left: 10px
}
footer {
    text-align: center;
    background-color: #a12641;
    padding: 35px 0 15px 0;
}
#dnn_FooterLeft p {
    margin: 0 0 5px 0;
}
footer p, footer a, footer a:hover, footer a:active, footer a:visited, footer span {
    color: #fff;
}
footer p, footer span {
    font-size: 16px;
}
footer #dnn_dnnCopyright_lblCopyright {
    display: block;
}
footer .col-lg-5 #dnn_FooterMid p {
	margin-bottom:4px;
}
.FooterRight a {
    font-size: 16px;
    line-height: 31px;
    display: inline-block;
    background-color: transparent;
    border-radius: 50%;
    font-weight: 700;
    width: 35px;
    height: 35px;
    text-align: center;
    margin: 0 12px 24px 0;
    border: 3px solid #fff;
    color: #fff;
}
.FooterRight a:hover, .FooterRight a:active, .FooterRight a:focus {
    background-color: #fff;
    border: 3px solid #fff;
    color: #a12641;
}
.FooterRight a:last-of-type, .FooterRight img:last-of-type {
    margin-right: 0;
}
.FooterRight span.fdic_ehl_images {
    clear: both;
    display: block;
    margin-bottom: 20px;
}
#scrollTopBtn {
    position: fixed;
    z-index: 5000;
    right: 25px;
    bottom: 0;
    display: none;
    visibility: visible;
	padding: 7px;
	background: rgba(0,0,0,.6);
	border-radius: 7px 7px 0 0;
}
.stickychat {
    position: fixed;
    z-index: 5000;
    right: 17px; 
    bottom: 125px; /*Updated to 90 from 55 to push it above EHL logo - then 125 from 90 to make room from AE - Mark S*/
}
@media only screen and (min-width:992px) {
footer {
	text-align:unset;
}
.FooterRight {
	text-align:right;
}
.fdic_ehl_images img:nth-child(1) {
	margin-right:10px;
}
}
@media only screen and (min-width:1025px) {
.FooterRight span.fdic_ehl_images {
  display: inline-block;
  margin-left: 25px;
  margin-top: -3px;
  float: right;
}
footer {
    padding: 36px 0 21px 0;
}
}
@media only screen and (min-width:1280px) {
#dnn_FooterLeft p {
	display:inline-block;
}
.FooterRight a {
	margin: 0 12px 14px 0;
}
}
@media only screen and (min-width:1400px) {
footer #dnn_dnnCopyright_lblCopyright, footer #dnn_FooterLeft {
    float:left;
}
#dnn_FooterMid, #dnn_dnnCopyright_lblCopyright {
	margin-top: 11px;
}
.FooterRight a {
  margin: 5px 12px 24px 0;
}
footer {
  padding: 35px 0 0px 0;
}
footer p, footer span, footer a {
	font-size:15px;
}
#dnn_FooterLeft p:nth-child(1) {
	margin-left: 4px;
line-height: 35px;
vertical-align: middle;
margin-top: 3px;
}
}
.footerlaptopicon img {
	margin:8px 0 0 7px;
}

@media only screen and (min-width:1600px) {
#dnn_dnnCopyright_lblCopyright {
    margin-top: 16px;
}
#dnn_FooterMid {
    margin-top: 15px;
}
#dnn_FooterLeft p:nth-child(1) { 
margin-top: 0px;
}
.footerlaptopicon img {
	margin:2px 0 0 7px;
}

.FooterRight a {
    margin: 10px 12px 24px 0;
}
footer p, footer span, footer a {
	font-size:16px;
}
footer {
    padding: 45px 0 9px 0;
}
.FooterRight span.fdic_ehl_images {
	margin-top: 1px;
}
}
@media only screen and (min-width:1700px) {
#dnn_FooterLeft p:nth-child(1) {
  line-height: 51px;
}
}
#dnn_Blue_Left p, #dnn_White_Left p {
	margin:0;
}
.LightBlueFull {
	background-color:#a5d9f2;
	background-image: url("/Portals/_default/Skins/VintonBank/Images/lightblue_bgtriangles.png");
	background-repeat:no-repeat;
	background-position:bottom right;
	overflow:hidden;
}
.LightBlueFull #dnn_Blue_Right .Content {
	padding: 45px 15px 35px 15px;
}
.LightBlueFull h2, .LightBlueFull p {
	color:#414141;
}
.LightBlueFull h2, #dnn_Burgundy_Left h2 {
	font-family: 'Crimson Pro', serif;
	font-weight:700;
	font-size:24px;
	margin-bottom: 19px;
	text-transform:uppercase;
}
@media only screen and (min-width:992px) {
.LightBlueFull #dnn_Blue_Right .Content {
	padding: 15px 45px 15px 56px;
	z-index: 1;
	position: relative;
}
.LightBlueFull h2 {
	margin-bottom:5px;
}
.LightBlueFull p { 
	font-size:15px;
	margin-bottom:8px;
	line-height:17px;
}
#dnn_Blue_Right {
	position:relative;
}
#dnn_Blue_Right .triangle {
	width: 130px;
	height: 100%;
	background-color: #a5d9f2;
	display: block;
	min-height: 248px;
	position: absolute;
	top: 0;
	    transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
	left: -37px;
	z-index: 1;
	border-bottom: 1px solid #a5d9f2;
}
}
@media only screen and (min-width:1200px) {
.LightBlueFull h2 {
	font-size: 30px;
}
.LightBlueFull #dnn_Blue_Right .Content {
    padding: 15px 45px 15px 25px;
}
.LightBlueFull p {
    font-size: 18px;
}
}
@media only screen and (min-width:1440px) {
.LightBlueFull h2 {
	margin-bottom: 19px;
}
.LightBlueFull p {
    font-size: 22px;
	line-height: 24px;
}
.LightBlueFull #dnn_Blue_Right .Content {
    padding: 15px 105px 15px 25px;
}
}
@media only screen and (min-width:1600px) {
.LightBlueFull #dnn_Blue_Right .Content {
    padding: 15px 188px 15px 25px;
}
.LightBlueFull p {
	margin-bottom: 20px;
}
#dnn_Blue_Right .triangle {
	left: -42px;
}
}
.GreyWhiteFull {
	background-color:#fff;
	overflow:hidden;
	box-shadow: 0px -1px 32px 25px rgba(4,5,5,0.08) inset;
	-webkit-box-shadow: 0px -1px 32px 25px rgba(4,5,5,0.08) inset;
	-moz-box-shadow: 0px -1px 32px 25px rgba(4,5,5,0.08) inset;
}
.GreyWhiteFull #dnn_White_Right .Content,.BurgundyFull #dnn_Burgundy_Left .Content {
	padding: 25px 15px 35px 15px;
}
.GreyWhiteFull p, .BurgundyFull p {
	color:#5b5b5b;
}
.GreyWhiteFull h2 {
	font-family: 'Crimson Pro', serif;
	font-weight:700;
	font-size:24px;
	margin-bottom: 19px;
}
@media only screen and (min-width:992px) {
.GreyWhiteFull #dnn_White_Right .Content {
    padding: 15px 45px 15px 56px;
	z-index: 1;
	position: relative;
}
.GreyWhiteFull h2 {
	margin-bottom:5px;
	line-height: 27px;
}
.GreyWhiteFull p { 
	font-size:15px;
	margin-bottom:8px;
	line-height:17px;
}
#dnn_White_Right {
	position:relative;
}
#dnn_White_Right .triangle {
	width: 130px;
	height: 100%;
	background-color: #a5d9f2;
	display: block;
	min-height: 248px;
	position: absolute;
	top: 0;
	    transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
	left: -104px;
	z-index: 1;
	border-bottom: 1px solid #a5d9f2;
}
.GreyWhiteFull p {
	font-size:16px;;
}
}
@media only screen and (min-width:1200px) {
.GreyWhiteFull h2 {
	font-size: 32px;
	line-height:32px;
	margin-bottom: 23px;
}
.GreyWhiteFull #dnn_White_Right .Content {
    padding: 15px 45px 15px 25px;
}
.GreyWhiteFull p {
    font-size: 16px;
	margin-bottom: 18px;
	line-height: 21px;
}
.GreyWhiteFull #dnn_White_Left img {
    max-width: 579px;
}
#dnn_White_Right .triangle {
	left: -130px;
}
}

@media only screen and (min-width:1385px) {
.GreyWhiteFull #dnn_White_Left img {
    max-width: 650px;
}
}
@media only screen and (min-width:1440px) {
.GreyWhiteFull h2 {
	margin-bottom: 19px;
}
.GreyWhiteFull p {
    font-size: 20px;
	line-height: 24px;
}
.GreyWhiteFull #dnn_White_Right .Content {
    padding: 15px 105px 15px 25px;
}
#dnn_White_Right .triangle {
    left: -169px;
}
}
@media only screen and (min-width:1600px) {
.GreyWhiteFull #dnn_White_Right .Content {
    padding: 15px 290px 15px 25px;
}
.GreyWhiteFull p {
	margin-bottom: 20px;
}
.GreyWhiteFull #dnn_White_Left img {
    max-width: 717px;
}
#dnn_White_Right .triangle {
	left: -169px;
}
}

@media only screen and (min-width:1700px) {
.GreyWhiteFull #dnn_White_Left img {
    max-width: 790px;
}
}
@media only screen and (min-width:1800px) {
#dnn_White_Right .triangle {
    left: -201px;
	width: 164px;
}
}
.BurgundyFull {
	overflow:hidden;
	background-color:#efebec;
}
#dnn_Burgundy_Right {
	background-color:#a12641;
	position:relative;
	padding:35px;
}
#dnn_Burgundy_Right .col-lg-6 {
	margin-bottom:25px;
}
#dnn_Burgundy_Right .Content {
	text-align:center;
}
#dnn_Burgundy_Right .Content p, #dnn_Burgundy_Right .Content a {
	font-weight:bold;
	color:#fff;
}
#dnn_Burgundy_Right .Content img {
	max-width:85px;
}
@media only screen and (min-width:768px) {
#dnn_Burgundy_Right .col-lg-6 {
    padding: 0 35px;
}
}
@media only screen and (min-width:992px) {
#dnn_Burgundy_Right .triangle {
    width: 130px;
    height: 100%;
    background-color: #a12641;
    display: block;
    min-height: 248px;
    position: absolute;
    top: 0;
    transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    left: -37px;
    z-index: 1;
    border-bottom: 1px solid #a12641;
}
.BurgundyFull #dnn_Burgundy_Left .Content {
	padding: 12px 55px 15px 48px;
}
#dnn_Burgundy_Right .col-lg-6 {
    margin-bottom: 0;
}
#dnn_Burgundy_Right {
	padding: 51px 15px 35px 15px;
}
#dnn_Burgundy_Right .Content {
    position: relative;
    z-index: 2;
}
#dnn_Burgundy_Left h2 {
	font-size:32px;
}
}

@media only screen and (min-width:1440px) {
.BurgundyFull #dnn_Burgundy_Left .Content {
    padding: 12px 118px 15px 83px;
}
.BurgundyFull #dnn_Burgundy_Left .Content p {
    font-size:20px;
}
}
@media only screen and (min-width:1600px) {
.BurgundyFull #dnn_Burgundy_Left .Content {
    padding: 12px 118px 15px 187px;
}
.BurgundyFull #dnn_Burgundy_Left .Content .BurgundyBtn {
	width:175px;
}
.LightBlueFull #dnn_Blue_Right .Content {
	padding: 15px 188px 15px 73px;
}
.GreyWhiteFull #dnn_White_Right .Content {
	padding: 15px 290px 15px 73px;
}
}

/**mortgagebot table styling**/
#mortgageBotFeed {
	padding:40px 0 35px 0;
	max-width: 1290px;
	margin: 0 auto;
}
#mortgageBotFeed  .responsive tr:nth-child(2n+1) {
  background-color: unset;
}

#mortgageBotFeed table thead  th a {
  display: block;
  margin: 34px 0 15px 0;
  color: #4e4d4f;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
#mortgageBotFeed table thead  th {
	font-size: 20px;
	  font-weight: 700;
	  line-height:25px;
	  padding:8px;
}
.todaysRates {
  text-align: center;
  border-top:1px solid #a12641;
  border-bottom:1px solid #a12641;
  border-left:4px solid #a12641;
  border-right:4px solid #a12641;
}

.todaysRates thead tr {
  background: none 0% 0% repeat scroll;
}

.todaysRates thead th {
  width: 25%;
  vertical-align: middle; 
  text-align: center;
}

.bgrDark{
  background: #fff;
  height: 70px;
}

#mortgageBotFeed table thead th:nth-child(1),
#mortgageBotFeed table thead th:nth-child(3){
  background: #fff;
}

.bgrLight {
  background: #efebeb;
  height: 70px;
}

#mortgageBotFeed table thead th:nth-child(2),
#mortgageBotFeed table thead th:nth-child(4){
  background: #efebeb;
}

.rateBtn {
  display: block;
  width: 100%;
  padding: 1px;
  background: #a12641;
  font-size: 20px;
  text-transform: uppercase;
  border:2px solid #a12641;
  font-weight: bold;
}
.rateBtn a {
	color:#fff !important;
}

.rateBtn:hover {
	border:2px solid #a12641;
	background:#fff;
}
.rateBtn:hover a, .rateBtn a:hover {
	color:#a12641 !important;
	text-decoration:none;
}
.TodayRateDetail {
	font-size:16px;
}
a.TodayRateDetail {
	color:#a12641;
}
span.TodayRateDetail {
	color:#4e4d4f;
}

#mortgageBotFeed tbody tr td:nth-child(1){
  padding: 0;
}

#mortgageBotFeed table p {
  margin: 0 0 5px;
  font-weight:600 !important;
}

#mortgageBotFeed table .todaysRates th, 
#mortgageBotFeed table .todaysRates td {
  padding: 5px 0;
}

/*Respo*/
@media (max-width: 1385px){
.HomeNewssection {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
}
@media (min-width: 768px) and (max-width: 991px){
  #mortgageBotFeed .responsive th,
  #mortgageBotFeed .responsive td{
    padding:0 !important;
  }
  #mortgageBotFeed table thead th a{
    font-size: 15px;
  }
  #mortgageBotFeed .responsive td{
    font-size: 13px;
  }
}
@media only screen and (min-width:992px) {
#mortgageBotFeed #tabtwo td.bgrLight, #mortgageBotFeed #tabtwo td.bgrDark {
	padding:15px 5px;
	width:12%;
}
#mortgageBotFeed .TodayRateDetail {
  font-size: 19px;
}
.responsive.greybg.LargeTable th {
  color: #fff;
  background: #bd4561;
  padding: 5px 12px;
  text-align: center;
  border-right: solid 1px #fff;
  font-size: 20px;
  min-width: 160px;
  font-weight: normal;
  line-height: 27px;
}
.responsive.greybg.LargeTable td {
	border: solid 1px #a6a6a6;
}
body table.responsive.greybg.LargeTable td:nth-child(2) {
	text-align:left;
}
.responsive.greybg.LargeTable .tableheader {
	font-weight:bold;
	font-size:22px;
	line-height:28px;
}
.responsive.greybg.LargeTable .tableheader p {
	margin-top:25px;
}
}
@media (max-width: 991px){
.responsive.greybg.LargeTable .tableheader {
	font-size: 20px;
	color: #fff;
	padding: 10px;
	background-color: #a12641;
	text-align:center;
	line-height:30px;
}
.responsive.greybg.LargeTable td.tableheader::before {
	color:#fff;
}
.responsive.greybg.LargeTable td::before {
	font-size: 20px;
	padding:0;
	margin:0;
	line-height: 18px;
}
.responsive.greybg.LargeTable ul {
	margin-bottom:0;
}
.responsive.greybg.LargeTable .tableheader p {
	margin:0;
}
.responsive.greybg.LargeTable .tableheader .BurgundyBtn, .responsive.greybg.LargeTable .tableheader .BurgundyBtn:hover, .responsive.greybg.LargeTable .tableheader .BurgundyBtn:visited {
	background-color: #fff;
	color:#a12641;
	border: 1px solid #a12641;
	padding: 3px 25px 3px 10px;
}
.responsive.greybg.LargeTable .tableheader a.BurgundyBtn::before {
	color:#a12641;
	font-size:13px;
	line-height:30px;
}
table.responsive, table.responsive caption, table.responsive thead, table.responsive tbody, table.responsive td, table.responsive tr {
    display: block;
}
table.responsive td {
    float: left;
    width: 100%;
}
table.responsive th {
	display:none;
}
table.responsive.greybg.LargeTable.OnlyHeader {
	margin-bottom:0;
}
table.responsive.greybg.LargeTable.OnlyHeader th {
	display:block;
}
table.responsive.greybg.LargeTable.OnlyHeader th {
  color: #fff;
  background: #bd4561;
  padding: 5px 12px;
  text-align: center;
  border-right: solid 1px #fff;
  font-size: 20px;
  min-width: 160px;
  font-weight: normal;
  line-height: 27px;
}
table.responsive tr{
   float:left;
   width:100%;
}
table.responsive tr:nth-child(2n){
   background-color:#fff;
}
table.responsive td:before{
   display:block;
   width:100%;
   content: attr(title);
   color: #4e4d4f;
   font-size: 16px;
   font-weight:700; 
   margin: 10px 0;
}

.HomeSkin table.responsive td:first-child:before {
	padding:0;
}
.HomeSkin .todaysRates {
	border:0;
}
table.responsive td:first-child:before {
	padding: 5px 0 15px 0;
}
}
@media (max-width: 991px){
.bgrDark,
.bgrLight{
    height: auto;
	padding:0 10px 8px 10px;
}
#mortgageBotFeed tbody tr td:nth-child(1){
	padding: 10px 0;
}
#mortgageBotFeed table .bgrLight:last-of-type{
    margin: 0 0 40px 0;
}
.todaysRates {
	border:none;
}
#mortgageBotFeed table.responsive td:first-child {
	padding: 0;
	margin:0;
}
#mortgageBotFeed table.responsive td:first-child p {
	margin:0;
}
#mortgageBotFeed table.responsive td:before, span.TodayRateDetail {
	 font-size: 20px;
}
}

.TopWhiteFull {
    background: url("/Portals/_default/Skins/VintonBank/Images/whiteright_bg.png") no-repeat bottom right;
	position:relative;
	background-size: 65%;
}
.TopWhiteFull #leftbg {
    background: url("/Portals/_default/Skins/VintonBank/Images/whiteleft_bg.png") no-repeat top left;
	width: 100%;
	height: 100%;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	background-size: 65%;
}
#RatesTab {
	margin:55px 0 0 0;
}
#RatesTab.nav-tabs .nav-link.active {
	color:#a12641;
	font-weight:700;
	text-decoration:underline;
	font-size:20px;
}
#RatesTab.nav-tabs .nav-link {
	font-size:20px;
	color:#acacac;
	font-weight:700;
}
#RatesTab.nav-tabs .nav-link.active, #RatesTab.nav-tabs .nav-link {
	background:transparent;
	border:none;
}
#RatesTab li.nav-item:nth-child(1) {
	border-right:2px solid #a12641;
}
#RatesTab .nav-tabs .nav-link {
	border-radius:0;
}
#RatesTab.nav > li > a {
	padding:0 8px;
}
#RatesTab.nav-tabs {
	border-bottom:0;
	max-width: 100%;
	text-align: center;
}
#RatesTab.nav-tabs {
    text-align:center;
}

.DisclaimerBelowTabs {
	margin:0 0 55px 0;
}
@media only screen and (min-width:768px) {
.TopWhiteFull #leftbg {
	background-size: 330px;
}
.TopWhiteFull {
	background-size: 273px;
}
}
@media only screen and (min-width:1025px) {
.TopWhiteFull #leftbg {
	background-size: 426px;
}
}
@media only screen and (min-width:1440px) {
.TopWhiteFull .DisclaimerBelowTabs {
	max-width:1220px;
}
}
/*homepage blog*/
.HomeSkin .DnnModule-EasyDNNnewsWidgets {
	padding:30px 0;
}
.eds_news_Advantage #HP_List .card {
	max-width:360px;
	box-shadow:none;
	border-radius:0;
	background-color:#f4f4f4;
	border-bottom: 6px solid #6d2160;
	margin: 0 auto 45px;
}
.eds_news_Advantage #HP_List .card .card-body {
	padding: 10px 20px 10px 20px;
}
.eds_news_Advantage #HP_List .col-md-6.col-lg-3:nth-child(2n) .card {
	border-bottom: 6px solid #a12641 !important;
}
.eds_news_Advantage #HP_List .col-md-6.col-lg-3 .card .BurgundyBtn {
	background-color: #6d2160;
	border: 1px solid #6d2160;
}
.eds_news_Advantage #HP_List .col-md-6.col-lg-3 .card .BurgundyBtn:hover {
	color: #6d2160;
	border: 1px solid #6d2160;
	background:transparent;
}

.eds_news_Advantage #HP_List .col-md-6.col-lg-3 .card a.BurgundyBtn:hover::before {
    right: 4px;
    color: #6d2160;
}
.eds_news_Advantage #HP_List .col-md-6.col-lg-3:nth-child(2n) .card .BurgundyBtn {
	background-color: #a12641;
	border: 1px solid #a12641;
}
.eds_news_Advantage #HP_List .col-md-6.col-lg-3:nth-child(2n) .card .BurgundyBtn:hover {
	color: #a12641;
	border: 1px solid #a12641;
	background:transparent;
}
.eds_news_Advantage #HP_List .col-md-6.col-lg-3:nth-child(2n) .card a.BurgundyBtn:hover::before {
    right: 4px;
    color: #a12641;
}

.eds_news_Advantage #HP_List .card h2.card-title, .eds_news_Advantage #HP_List .card p, .eds_news_Advantage #HP_List .card .card-description {
	color:#4e4d4f;
	font-family: 'PT Sans', sans-serif;
}
.eds_news_Advantage #HP_List .card h2.card-title {
	font-size:24px;
}
.eds_news_Advantage #HP_List .card p, .eds_news_Advantage #HP_List .card .card-description {
	font-size:16px;
}
.eds_news_Advantage #HP_List .card .card-description {
	line-height: 18px;
	margin-bottom: 25px;
}
.eds_news_Advantage #HP_List a:not(.btn):link, .eds_news_Advantage #HP_List a:not(.btn):active, .eds_news_Advantage #HP_List a:not(.btn):visited {
    color: #fff;
	margin-bottom:25px;
}
.eds_news_Advantage #HP_List .card .card-header {
	margin:0;
	background:transparent;
}
.eds_news_Advantage #HP_List .card .card-header.card-header-image {
	border-radius:0;
}
.eds_news_Advantage #HP_List .card .card-header.card-header-image img {
	border-radius:0;
	box-shadow:none;
}
@media only screen and (min-width:768px) { 
.HomeSkin .DnnModule-EasyDNNnewsWidgets {
    padding: 62px 0 0 0;
}
.eds_news_Advantage #HP_List .card h2.card-title {
	min-height: 80px;
	line-height: 26px;
}
}
.IconBoxes {
	max-width: 1100px;
	margin: 0 auto 25px;
	text-align: center;
	padding:0 25px;
}
.IconBoxes .purplebox {
	background-color:#6d2160;
}
.IconBoxes .burgundybox {
	background-color:#a12641;
}
.IconBoxes .burgundybox:hover, .IconBoxes .purplebox:hover {
	opacity:0.9;
}
.IconBoxes img {
	max-width:70px;
}
.IconBoxes .col-lg-4 {
	padding: 37px 15px 20px 15px;
}
.IconBoxes .burgundybox {
	background-color:#a12641;
}
.contentwrapper .IconBoxes a {
	color:#fff;
	font-weight:bold;
}
.contentwrapper .IconBoxes a:hover {
	text-decoration:none;
}
@media only screen and (min-width:992px) { 
.contentwrapper .IconBoxes a {
	min-height:54px;
	display:block;
}
.eds_news_Advantage #HP_List .card h2.card-title {
  min-height: 105px;
}
.eds_news_Advantage #HP_List .card .card-description {
	min-height: 130px;
}
}
@media only screen and (min-width:1200px) {
.eds_news_Advantage #HP_List .card .card-description {
	min-height: 105px;
}	
}
@media only screen and (min-width:1280px) { 
.IconBoxes {
	max-width: 920px;
}
}
@media only screen and (min-width:1440px) { 
.IconBoxes {
	max-width: 1100px;
}
.contentwrapper .IconBoxes a {
	min-height:unset;
}
.eds_news_Advantage #HP_List .card .card-description {
	min-height: 87px;
  margin-bottom:15px;
}
.eds_news_Advantage #HP_List .card h2.card-title {
  min-height: 83px;
}
}
@media only screen and (min-width:1700px) { 
.eds_news_Advantage #HP_List .card h2.card-title {
  min-height: 65px;
}
}
.grecaptcha-badge { 
    visibility: hidden;
}
/*to be moved to container.css*/
body table.greybg td {
	padding: 8px 14px;
}
body table.greybg {
	margin-bottom:35px;
}
body table.responsive.greybg.LargeTable.OnlyHeader {
	margin-bottom:0;
	border-bottom:1px solid #fff;
}
body table.responsive.greybg.LargeTable.OnlyHeader th {
	background: #a12641;
}
body .responsive.cellpad2.verticaltop.greybg.leftaligned td::before {
	display:none;
}
body table.greybg tr:nth-child(2n) {
    background: #f6f6f6;
}
@media only screen and (min-width:992px) { 
body table.greybg td {
	float: unset;
	width: unset;
}
body table.greybg td {
    border-bottom: none;
}
body table.greybg td:nth-child(2) {
	text-align:right;
}
body .responsive.cellpad2.verticaltop.greybg.leftaligned td:nth-child(2) {
	text-align:left;
}
}

.LoactionsTable h5 {
	text-transform:uppercase;
	font-size:20px;
}
.ProfilePic {
	border:1px solid #a12641;
	background-color:#f4f4f4;
	max-width:363px;
	margin:0 auto 45px;
}
.ProfilePic img {
	border-bottom:5px solid #a5d9f1;
}
.AccTabs_M .liveaccdefault .ui-accordion .ui-accordion-content p a.BurgundyBtn {
	margin-bottom:15px;
}
.AccTabs_M .BurgundyBtn::before {
	line-height: 29px;
}

/********************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: 3%;
	width:90%;
	padding:10px 15px 25px 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;
	text-align:center;
}
.extlinkContent h2 {
	margin-bottom:15px;
	font-size:18px;
}
.extlinkContent h4 {
    margin: 10px 0 20px 0;
    color: #555;
    font-size: 16px;
    line-height: 18px;
	text-transform:none;
	margin-bottom:25px;
}

.extlinkContent p {
	font-size: 15px;
	line-height: 16px;
	margin-bottom:5px;
}
.extlinkContent p, .extlinkContent h4 {
    word-wrap: break-word;
}

@media (min-width: 768px){
.extlinkContent {
	left: 21%;
	width: 59%;
	padding:35px 40px;
}
}
@media (min-width: 992px){
.extlinkContent {
	top: 17%;
}
.extlinkContent h2 {
	font-size:33px;
	margin-bottom:30px;
}
.extlinkContent p, .extlinkContent h4 {
	font-size:20px;
	line-height: 22px;
}
.extlinkContent h4 {
	line-height: 26px;
	margin-bottom:50px;
}
.extlinkContent p {
	margin-bottom:20px;
}
}
@media (min-width: 1386px){
.extlinkContent {
    left: 29%;
    width: 43%;
}
}

.DnnModule-EasyDNNmaps {
	margin-bottom:35px;
}
.col-lg-6 .DnnModule-EasyDNNmaps {
	margin-bottom:0;
} 
.DnnModule-EasyDNNmaps .mapwrapper .maptitle {
	color: #a12641;
font-size: 18px !important;
text-transform: uppercase;
line-height: 32px;
font-weight:700;
}
.DnnModule-EasyDNNmaps .mapwrapper p {
	font-size:16px !important;
}
.DnnModule-EasyDNNmaps .mapwrapper .rectanglelink {
	color: #fff !important;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #a12641;
	border: 2px solid #a12641;
	padding: 6px 22px;
	font-weight:700;
}
.DnnModule-EasyDNNmaps .mapwrapper .rectanglelink:hover {
	color: #a12641 !important;
	border: 2px solid #a12641;
	background-color: transparent;
	text-decoration: none;
}
/*Calculatirs style*/
.CalculatorAcc .accordion-button {
	text-transform:uppercase;
	color: #6d2160;
	font-weight:bold;
	background: #ebebeb;
	padding: 10px 15px;
	border-radius: unset;
}
.CalculatorAcc {
	margin-bottom:35px;
}

.CalculatorAcc .accordion-item:first-of-type, .CalculatorAcc .accordion-item:last-of-type {
	border-radius:unset;
}
.CalculatorAcc ul li, .CalculatorTab ul li {
	margin-bottom:15px;
}
.VisibleDesktop {
  display: none;
}
#v-pills-tabContent a, .mobtable.CalculatorAcc a {
	color:#4e4d4f;
	font-weight:bold;
}
@media only screen and (min-width:992px) {
.VisibleDesktop {
  display: block;
  margin:10px 0 35px 0;
}
.mobtable {
  display: none;
}
.CalculatorTab {
	margin-bottom:45px;
	position: relative;
border: 2px solid #ebebeb;
}
.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: 36px 0 0 -25px;
}
#v-pills-investment.tab-pane.fade.show.active::before {
	margin: 105px 0 0 -25px;
}
#v-pills-retirement.tab-pane.fade.show.active::before {
	margin: 170px 0 0 -25px;
}
#v-pills-lease.tab-pane.fade.show.active::before {
	margin: 240px 0 0 -25px;
}
.CalculatorTab .tab-pane {
	background-color:#fff;
}
.CalculatorTab #v-pills-tab {
	width:33%;
	background: #f9f9f9;
	min-height: 69vh;
	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:#6d2160;
}
.nav-pills .nav-link {
	text-transform:uppercase;
	color: #3c3c3c;
	font-size: 20px;
	padding: 25px 15px 20px 25px;
	text-align: left;
	border-bottom: 1px solid #000;
	border-radius: 0;
	font-weight: 700;
}
.nav-pills .nav-link:last-child {
	border-bottom:none;
}
}
@media only screen and (min-width:1440px) {
.CalculatorTab #v-pills-tab {
    min-height: 64vh;
}
}
.responsive-table.mobtable {
    width: 100%;
	margin-bottom:35px;
}
.responsive-table.mobtable .tableheader.Burgundy {
    font-size: 20px;
    color: #fff;
    padding: 10px;
	line-height:45px;
	background-color:#a12641;
}
.responsive-table.mobtable tr {
	border-bottom: 1px solid #4f4f4f;
}
.responsive-table.mobtable tr:first-child {
	border-bottom:none;
}
.responsive-table.mobtable tr:nth-child(2n), .responsive-table.ProductTable.Borders tr:nth-child(2n) {
  background: #f2f2f2;
}
.responsive-table.mobtable p {
	margin: 0;
    line-height: 25px;
	font-weight:bold;
}
.responsive-table.mobtable td {
	padding: 10px 15px 25px 15px;
}
.responsive-table.mobtable span.rightcontent {
	font-weight:normal;
}
.responsive-table.mobtable .MultipleButtons {
	margin-top: 22px;
}
.responsive-table.mobtable .MultipleButtons a.BurgundyBtn.Lighter {
	margin-right:15px;
}
.responsive-table.mobtable .MultipleButtons a.BurgundyBtn.Lighter, .ProductTable .BurgundyBtn.Lighter {
	background-color:#bd4561;
}
.responsive-table.mobtable .MultipleButtons a.BurgundyBtn.Lighter:hover, .ProductTable .BurgundyBtn.Lighter:hover, .responsive-table.mobtable .MultipleButtons a.BurgundyBtn.Lighter:hover::before, .ProductTable .BurgundyBtn.Lighter:hover::before {
	color:#fff;
}
.responsive-table.mobtable .MultipleButtons a.BurgundyBtn.Lighter::before,  .responsive-table.mobtable .MultipleButtons a.BurgundyBtn::before {
	line-height:32px;
}
.responsive-table.mobtable .MultipleButtons a.BurgundyBtn {
	padding: 5px 31px 5px 16px;
}
.responsive-table.ProductTable.Borders td {
	border: solid 1px #a6a6a6;
	font-size:18px;
	padding:10px;
}
.responsive-table.ProductTable.Borders th {
	color: #fff;
	background: #bd4561;
	padding: 5px 12px;
	text-align: center;
	border-right: solid 1px #fff;
	font-size: 20px;
	min-width: 160px;
	font-weight: normal;
	line-height: 27px;
}

@media only screen and (min-width:992px) {
.ProductTable tr td {
	border: solid 1px #a6a6a6;
}
.ProductTable th {
    color: #fff;
	background: #bd4561;
	padding: 15px 12px;
	text-align: center;
	border-right: solid 1px #fff;
	font-size: 22px;
	min-width: 160px;
	font-weight: normal;
	line-height: 27px;
}
.ProductTable th.LightBlue {
	background-color:#a5d9f2;
	color:#414141;
	font-weight:bold;
}
.ProductTable th:nth-child(1) {
	border-left: solid 1px #bd4561;
}
.ProductTable th:last-child {
	border-right: solid 1px #bd4561;
}
.ProductTable td {
    padding: 13px 18px;
    vertical-align: middle;
    text-align: center;
	font-size:16px;
}
.responsive-table.ProductTable.VisibleDesktop.Left td {
	vertical-align: top;
    text-align: left;
}
.ProductTable tr:nth-child(2) td {
	padding:8px 12px;
}
.ProductTable tr:nth-child(2) td p {
	margin-top:24px;
}
.ProductTable td:first-child {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
}
.ProductTable .BurgundyBtn, .ProductTable .LightBlueBtn, .ProductTable .SkyBlueBtn {
	padding:6px 31px 6px 16px;
	margin-bottom: 15px;
	display: inline-block;
}
}
@media only screen and (min-width:1440px) {
.ProductTable td {
	font-size:18px;
}
.ProductTable tr:nth-child(2) td p.MultipleButtons {
	margin-bottom:5px;
}
}
.table-responsive .basicTable {
  width: 100%;
  margin: 10px 0;
  border: solid 1px #f2f3f3;
}
.table-responsive .basicTable tr:nth-child(1) {
    background: #f2f3f3;
    color: #fff;
}
.table-responsive .basicTable td {
    padding: 10px;
    border: solid 1px #f2f3f3;
}
.table-responsive .basicTable th {
	padding: 10px;
}
.table-responsive .basicTable p {
    margin: unset;
}
/*additional news items*/
figure.right {
	max-width:400px;
	background-color: #f7f7f7;
}
figure.right .figure-caption {
	font-size:14px;
	padding:3px 7px 5px 7px;
}
@media only screen and (min-width:992px) {
figure.right {
	float:right;
	margin-left:15px;
}
}
.eds_news_Ozone.eds_subCollection_news .customNews .edn_mediaContainer {
	border:none !important;;
}
.eds_news_Ozone.eds_subCollection_news .edn_metaDetails {
	 color: #252525;
}
.eds_news_Ozone.eds_subCollection_news .edn_metaDetails time {
	 color: #252525;
	 font-weight:normal;
	 font-size:13px;
}
.eds_news_Ozone .customDetails ul li, .eds_news_Ozone .customDetails ol li {
  font-family: 'PT Sans', sans-serif;
  font-size:18px;
  color: #252525;
}
.eds_news_Ozone.eds_subCollection_news .customDetails .edn_aditionalBox.edn_relatedArticles {
	border:none;
}
.eds_news_Ozone.eds_subCollection_news .customDetails a {
	color:#a12641;
}
.eds_news_Ozone.eds_subCollection_news .customDetails .edn_aditionalBox.edn_relatedArticles h2 {
	border:none;
	text-transform:uppercase;
}
.eds_news_Ozone .customDetails h3, .eds_news_Ozone .customDetails h4, .eds_news_Ozone .customDetails h5, .eds_news_Ozone .customDetails h6 {
  font-family: 'PT Sans', sans-serif;
  color: #a12641; 
  font-weight: 700;
}
.eds_news_Ozone .customDetails h3 {
	font-size: 26px;
}
.eds_news_Ozone .customDetails h4 {
	font-size: 24px;
}
.eds_news_Ozone .customDetails h5 {
	font-size: 22px;
}
.eds_news_Ozone .customDetails h6 {
	font-size: 20px;
}
.SocialpopupBG .btn.btn-secondary.mt-3{
	float:right;
}
.ModLiveAccordionC .liveaccdefault .ui-accordion .ui-accordion-content p a.BurgundyBtn, .ModLiveAccordionC .liveaccdefault .ui-accordion .ui-accordion-content p a.PurpleBtn {
	color:#fff;
}
.ModLiveAccordionC .liveaccdefault .ui-accordion .ui-accordion-content p a.BurgundyBtn:hover {
	color:#a12641;
}
.ModLiveAccordionC .liveaccdefault .ui-accordion .ui-accordion-content p a.PurpleBtn:hover {
	color:#6d2160;
}
.ModIMUKSubscriptionC .alert-warning {
	opacity:1 !important;
}
.ModIMUKSubscriptionC #messageSubscribe .alert-success,.ModIMUKSubscriptionC #messageUnsubscribe .alert-success,.ModIMUKSubscriptionC #messageUnsubscribe .alert-warning {
	opacity:1 !important;
	padding: 8px 12px;
}
.ModIMUKSubscriptionC #messageSubscribe, .ModIMUKSubscriptionC #messageUnsubscribe {
	width:100%;
}
.ModIMUKSubscriptionC .btn-primary {
	padding: 8px 29px 8px 16px;
	border: 1px solid #a12641;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #a12641;
	color: #fff;
	font-size: 17px;
	text-align: center;
	font-weight: 700 !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
}
.ModIMUKSubscriptionC .btn-primary:hover {
  background: transparent;
  color: #a12641;
  border: 1px solid #a12641;
  text-decoration: none;
}
.ModIMUKSubscriptionC .btn-primary:hover::before {
  right: 4px;
  color: #a12641;
}
.ModIMUKSubscriptionC #messageSubscribe .alert-success button, .ModIMUKSubscriptionC #messageUnsubscribe .alert-success button, .ModIMUKSubscriptionC .alert-warning button {
	float: right;
	background: transparent;
	font-size: 31px;
	padding: 0;
	border: none;
}
.ModIMUKSubscriptionC .btn-primary::before {
  position: absolute;
  top: 0;
  right: 9px;
  height: 100%;
  font-size: 14px;
  line-height: 43px;
  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;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
}
.ModIMUKSubscriptionC h2, .ModIMUKSubscriptionC label {
	display:none;
}
.ModIMUKSubscriptionC .form-group input {
	margin-bottom:15px;
}
.help-block a small {
	font-size:14px;
}
.help-block {
	float:right;
}
@media only screen and (min-width:1200px) {
.help-block {
	float:left;
}
.unsubscribe-form .help-block {
	float:none;
}
.mb8 {
	margin: 0 0 8px 0;
}
}
.InnerSkin.Bankers h1 {
	line-height:28px;
}
.InnerSkin.Bankers h1 span {
	color: #4e4d4f;
	font-size: 22px;
	font-weight: 500;
	font-style: italic;
}

.LiveForm .label_hidden {
    height: 0;
    margin-bottom: 0 !important;
}
