@font-face {
  font-family: 'GoldanaBase';
            src: url('../fonts/GoldanaBase.eot?#iefix') format('embedded-opentype'),  
                url('../fonts/GoldanaBase.otf')  format('opentype'),
                url('../fonts/GoldanaBase.woff') format('woff'), 
                url('../fonts/GoldanaBase.ttf')  format('truetype'), 
                url('../fonts/GoldanaBase.svg#GoldanaBase') format('svg');
  font-weight: normal;
  font-style: normal;
}


img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
strong{ font-weight: bold;}





html,body,p,a,span{
    font-family:   Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    color: #174250;
}
p.noMarginTop{margin-top: 0;}
footer{
    margin-top: 100px;
}

.footer-modern__layer_bottom a,
.footer-modern__layer_bottom p,
.footer-modern__layer_bottom dd,
.footer-modern__layer_bottom dt{
    font-size: 14px;
}
a, a p, a span, 
a:active, a:focus,
.list-nav .active a, 
.list-nav a:hover,
.list-marked-primary li,
.rd-navbar-static .rd-navbar-nav > li.opened > a, 
.rd-navbar-static .rd-navbar-nav > li.active > a, 
.rd-navbar-sidebar .rd-navbar-nav > li.opened > a, 
.rd-navbar-sidebar .rd-navbar-nav > li.active > a,
.rd-navbar-static .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle::after, 
.rd-navbar-static .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle::after, 
.rd-navbar-static .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle::after, 
.rd-navbar-static .rd-navbar-nav > li > a:hover + .rd-navbar-submenu-toggle::after,
.rd-navbar .rd-navbar-nav > li.focus > a,
.rd-navbar .rd-navbar-nav > li > a:hover,
.rd-navbar .rd-navbar-nav > li li > a:hover
{
    color: #f84700;
}
.page .button-primary {
    background-color: #f84700;
    border-color: #f84700;
}
a:hover, a.thumbnail-classic-title:hover, .page a.icon-primary:hover{
    color: #333;
}
.rd-navbar .rd-navbar-nav > li > a {
    font-size: 15px;
}
.rd-navbar-static .rd-navbar-nav > li {
    padding: 0 11px;
}
p strong{
    font-weight: 600;
}
p{
    margin-top: 12px;
}
p + * {
    margin-top: 40px;
}
p a{
    color: #27bb9a;
}
h1,h2,h3,h4,h5,h6{
    color: #174250;
    font-size: 16px;
    font-family: 'GoldanaBase',"Libre Franklin", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
}

h1{
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    text-transform: uppercase;
}
h2, .heading-2 {
    font-size: 38px;
    font-weight: bold;
}

h3, .heading-3 {
    font-size: 34px;
    font-weight: bold;
}

h4, .heading-4 {
    font-size: 30px;
    font-weight: bold;
}
h5, .heading-5 {
    font-size: 25px;
    font-weight: bold;
}
h6, .heading-6 {
    font-size: 22px;
    font-weight: bold;
}


.page .button-gray-light-outline-orange {
    color: #f84700;
    background-color: transparent;
    border-color: #f84700;
}

.list-marked-primary  li {
    position: relative;
    padding-left: 20px;
}

.list-marked-primary li:before {
    background: #f84700;

    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    height: 3px;
    width: 3px;
}

.bannerLink{
    display: block;
    width: 100%;
    height: 100%;
}
.content-block ul { 
   list-style-type: disc; 
   list-style-position: inside; 
   margin-left: 20px;
   padding-top: 10px;
   padding-bottom: 10px;
       margin-top: 10px;
}
.content-block ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
   margin-left: 20px;
   padding-top: 10px;
   padding-bottom: 10px;
       margin-top: 10px;
}
.content-block ul ul, .content-block ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
.content-block ol ol, .content-block ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}
.content-block ol li, .content-block ul li { 
    display: list-item;
}


@media (min-width: 576px) { 
    
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
   
}

/*  Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
  
}

/*  Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
    
}
@media (min-width: 1600px) { 
    
}
.BannerBg, .bg-accent{
    background: #f84700;
    padding: 50px 0;
}
.BannerBg p, .bg-accent p,
.BannerBg h2, .bg-accent h2,
.BannerBg h3, .bg-accent h3{
    color: #fff;
}
.paddingTop90{
    padding-top: 90px;
}
.endorsments{
    margin-top: 80px;
}

.first-letter:first-letter,.ui-to-top, .ui-to-top:active, .ui-to-top:focus {
	background-color: #f84700;
}
.page a.icon-primary {
    color: #f84700;
}
.quote-default__mark {
    fill: #f84700;
}
.hidden{
    display: none;
}
span.wpcf7-list-item {
    display: block;
    text-align: left;
}
input.checkbox-custom {
    margin-right: 10px;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
    background: orange;
    color: white;
    padding: 5px 10px;
}
.screen-reader-response {
    visibility: hidden;
}
.paddingBottom80{
    padding-bottom: 60px;
}
.paddingTop30{
    padding-top: 30px;
}
#section-see-features{
    margin-top: 80px;
    margin-bottom: 50px;
}
.owl-stage{
    transition: all 1.00s ease 0s !important;
}
a.brand-name img {
    max-height: 100px;
}

.issues-home h3 a{
    background-color: #f84700;
    color: #fff;
    border-radius: 5px;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 175px;
    transition: all 0.5s ease 0s !important;
}
.issues-home div{
    
}
.issues-home a .fa-check{
    color: #fff;
    font-size: 55px;
    display: block;
}
.issues-home a:hover{
    color: #f84700;
    background-color: #fff;
}
.issues-home a:hover .fa-check{
    color: #f84700;
}