:root{
  --navbar-text-color: rgb(51,51,51);
  --navbar-text-color-hover: rgb(161, 187, 212);
  --footer-link: rgb(161, 187, 212);
  --footer-link-hover: #3D527E;
  --hamburger-color: rgb(51,51,51);
  --hamburger-color-hover: rgb(161, 187, 212);
  --default-link-color: rgb(161, 187, 212);
  --default-link-color-hover: #3D527E;
  --default-linear-gradient: linear-gradient(90deg,#3d527e,#9dbbd7);
  --color-footer-text: rgb(119, 119, 119);
}

a{
  color: var(--default-link-color);
}
a:hover, a:focus{
  color: var(--default-link-color-hover);
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
  background-color: transparent;
}
/*Match top bar & navbar items*/
.navbar-brand{
  padding: 0;
}

@media (max-width: 991px) and (min-width: 461px){
  .PoweredByCarma-screenadjust{
    margin-top: 16px;
  }
}
@media (max-width: 460px){
  .PoweredByCarma-screenadjust{
    margin-top: 32px;
  }
}
.customlink {
  color: #333333;
  background-color: transparent;
  text-decoration: none;
}
.customlink:visited {
  color: #033333;
  background-color: transparent;
  text-decoration: none;
}
.customlink:hover {
  color: 333333;
  opacity: .7;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.customlink:active {
  color: 333333;
  background-color: transparent;
  text-decoration: none;
}
.customTheme{
  font-size: 12px; 
  font-weight: 600; 
  letter-spacing: .5px; 
  /* font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif; */
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  color: #333333;
}
.custom-vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#gethelp{
  -webkit-transform: skew(0deg, 0deg); 
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  margin-top: 0px;
  height: 125px;
  border-top-width: 0px !important;
  border-color: var(--default-link-color-hover) !important;
  border-top-style: none !important;
}

/* @media(min-width: 767px){
  .navbar-header{
    padding-top: 0px !important;
  }
} */
.navbar-fixed-top .navbar-header{
    padding-top: 3px;
}

#nbar{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    background-color: white;
}
#TopPushDown{
    margin-top: 97px;
}
@media(max-width:981px){
    #nbar-container{
        min-height: 97px;
    }
}
@media(min-width: 981px){
    #nbar-container{
        min-height: 97px;
    }
}
#nbar-container .navbar-header{
  height:77px;
}

#hamburger{
  position: absolute;
  top: 25px;
  right: 0px;
  color: var(--hamburger-color);
  border-style: none;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -webkit-font-smoothing:antialiased;
}
#hamburger:hover{
  color: var(--hamburger-color-hover);
  border-style: none;
}

/**HAMBURGER REWRITE BEGIN FOR DASTOR**/

.w-nav-icon {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    position: relative;
    height: inherit;
    width: 1em;
}
.w-nav-control>* + * {
    margin-left: 0.5rem;
}
.w-nav-control {
    margin-right: -0.8rem;
}
.w-nav-icon>div {
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.15s cubic-bezier(0,1,.8,1);
}
.w-nav-control.active .w-nav-icon>div {
    transform: translateY(-50%) rotate(45deg);
    transition-delay: 0.15s;
}
.w-nav-icon>div {
    border-bottom: 0.15em solid;
}
.w-nav-icon>div, .w-nav-icon>div:before, .w-nav-icon>div:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: inherit;
}
.w-nav-icon>div:before {
    top: -0.3333em;
    transition: top 0.15s cubic-bezier(0,1,.8,1) 0.15s,opacity 0.15s cubic-bezier(0,1,.8,1);
}
.w-nav-icon>div:after {
    top: 0.3333em;
    transition: top 0.15s cubic-bezier(0,1,.8,1) 0.15s,transform 0.15s cubic-bezier(0,1,.8,1);
}
.w-nav-icon>div:before, .w-nav-icon>div:after {
    border-bottom: inherit;
}
.w-nav-icon>div, .w-nav-icon>div:before, .w-nav-icon>div:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: inherit;
}
.w-nav-control.active .w-nav-icon>div:before {
    top: 0;
    opacity: 0;
    transition: top 0.15s cubic-bezier(0,1,.8,1),opacity 0.15s cubic-bezier(0,1,.8,1) 0.15s;
}
.w-nav-control.active .w-nav-icon>div:after {
    top: 0;
    transform: rotate(
90deg);
    transition: top 0.15s cubic-bezier(0,1,.8,1),transform 0.15s cubic-bezier(0,1,.8,1) 0.15s;
}

/**HAMBURGER REWRITE END**/




/*hamburger lines color & background/outline*/
/* .icon-bar{
  background-color: rgb(51,51,51) !important;
} */

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
  background-color: transparent;
}
.navbar-inverse .navbar-toggle{
  border-color: transparent;
}
.navbar-toggle .icon-bar{
  border-style: solid;
  border-width: 1px;
  border-color: inherit;
}
#smallImage{
  padding-top: 22px;
}

/*"blue border" color change (home page bar color)*/
.blue_border {
  /* border-bottom: 7px solid #3d527e; */
  border-bottom: none;
  position: relative;
}
.blue_border>span::after{
  left:46%;
  margin-left: 4em;
}
.blue_border>span::before{
  right:46%;
  margin-right: 4em;
}
.blue_border>span::before, .blue_border>span::after{
  content: '';
  position: absolute;
  top: 40%;
  height: 0;
  width: 10vw;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: rgb(229, 229, 229);
}
.blue_border>span>span>div{
  text-align: center;
}
.page_section h2 {
    color: rgb(51,51,51);
    font-size: 32px;
    text-size-adjust: 100%;
    font-weight: 400;
}

.page-heading>.page-header>h1{
  color: rgb(51,51,51);
  text-align: center;
  font-size: 28px;
}
.page-heading>.page-header::before, .page-heading>.page-header::after {
  content: '';
  position: absolute;
  top: 30%;
  height: 0;
  width: 30%;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: rgb(229, 229, 229);
}
.page-heading>.page-header::before{
  right: 30px;
  left: auto;
}
.page-heading>.page-header::after{
  right: auto;
  left: 30px;
}
.page-heading>.page-header{
  position: relative;
  border-bottom: 0px solid #eee;
}

/*Replace home screen background.*/
.section-landing {
    background: linear-gradient(rgba(59,81,120,0.75), rgba(59,81,120,0.75)), url(bg3.jpg) no-repeat center;
    background-size: cover;
    border-top-width: 10px !important;
    border-color: var(--default-link-color-hover) !important;
    border-top-style: solid !important;
}
.page_section{
  border-top-width: 10px !important;
  border-color: var(--default-link-color-hover) !important;
  border-top-style: solid !important;
}

/*Reduce section landing (background) size when on mobile as well as header text*/
@media(max-width:576px){
   .section-landing .row > div .section-landing-heading {
    font-size: 14vw;
   }
}

/*Force iphone to keep formatting of phone numbers*/
a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}

/*Fix top breadcrumb font sizing*/
.breadcrumb > .active {
    font-weight: 300 !important;
}
.breadcrumb > li a, .breadcrumb > li a:hover{
  text-decoration: none !important;
  color: #333333 !important;
}


/*Remove navbar dividing pipes "|"*/
.navbar-fixed-top.navbar .menu-bar > .navbar-nav > .divider-vertical{
  border-left: 0px;
  border-right: 0px;
}

/*navbar dropdown match*/
#navbar .dropdown-menu {
    padding: 20px;
    border-top: 0px solid var(--default-link-color-hover);
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
    margin-top: 3px;
    background-color: white;
    /*Below for navbar on-hover changes*/
    opacity: 0;
    transform: scaleY(0) translateZ(0);
    transform-origin: 50% 0;
    transition: transform 0.3s, opacity 0.3s;
    transition-property: transform, opacity;
    transition-duration: 0.3s, 0.3s;
    transition-timing-function: ease, ease;
    transition-delay: 0s, 0s;
}
/*BEGIN navbar on-hover changes*/
#navbar ul>li.dropdown:hover>.dropdown-menu {
  transform: scaleY(1) translateZ(0);
  opacity: 1;
}
#navbar ul>li.dropdown>.dropdown-menu{
  display: block;
}
/*END navbar on-hover changes*/

#navbar .dropdown-menu>li{
  color: var(--navbar-text-color);
}
#navbar .dropdown-menu>li:hover{
  color: var(--navbar-text-color-hover);
}
#navbar .dropdown-menu>li>a{
  color: inherit;
}

/*Move down when larger media size site*/
@media(max-width: 1200px){
  #navbar .dropdown-menu {
    margin-top: 0px;
  }
}
@media(min-width: 1200px){
  #navbar .dropdown-menu {
    margin-top: 0px;
  }
  #navbar ul.nav>li.dropdown{
    padding-bottom: 26px;
  }
}

@media (min-width: 1200px){
  .navbar-right .dropdown-menu {
    right: auto;
    left: -10px;
  }
}

/*Match the down carrot in the navbar to existing site*/
span[class="caret"]{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' focusable='false' width='.5em' height='1em' style='-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);' preserveAspectRatio='xMidYMid meet' viewBox='0 0 1200 1200'><path d='M600.006 989.352l178.709-178.709L1200 389.357l-178.732-178.709L600.006 631.91L178.721 210.648L0 389.369l421.262 421.262l178.721 178.721h.023z' fill='%23FFFFFF'/></svg>");
  margin: 0px;
  border: none;
  vertical-align: inherit;
  width: 10px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
}
/*Match clickable links within navbar to existing site*/
div ul li a:not([role=tab]), div ul li ul li a, .navbar-fixed-top.navbar .menu-bar > .navbar-nav > li > a
{	
  color: var(--navbar-text-color);
  /* font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif; */
  font-family: sans-serif;
  font-style: normal;
  text-decoration: none;
  /* text-transform: uppercase; */
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -webkit-font-smoothing:antialiased;
  text-size-adjust:100%;
  font-size: 16px;
  /* letter-spacing: 1px; */
  font-weight: 400 !important;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-nav > li > a{
  font-size: 18px !important;
}

div ul li a:hover, div ul li ul li a:hover, .navbar-fixed-top.navbar .menu-bar > .navbar-nav > li > a:hover,
div ul li a:focus, div ul li ul li a:focus, .navbar-fixed-top.navbar .menu-bar > .navbar-nav > li > a:focus
{
	color: var(--navbar-text-color-hover);
  background-color: transparent;
  /* opacity: .7; */
}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus
{
	color: var(--navbar-text-color-hover);
  background-color: transparent;
  /* opacity: .7; */
}


@media (max-width: 1208px) and (min-width: 981px){
#top-menu li a {
    font-size: 12px!important;
}
}

.dropdown-toggle:focus {
    border: 0px dashed!important;
    border-color: #fff!important;
}
/*Match fonts to existing website*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  /* font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif; */
  /* font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif; */
  font-family: sans-serif;
  font-weight: 300;
}
body{
  /* font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif; */
  /* font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif; */
  font-family: sans-serif;
  letter-spacing: .5px;
}
.section-title{
  /* font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif; */
  /* font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif; */
  font-family: sans-serif;
  letter-spacing: 1px;
  
}
.page-heading{
  color: #333333;
  /* font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif; */
  /* font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif; */
  font-family: sans-serif;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -webkit-font-smoothing:antialiased;
  text-size-adjust:100%;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 300 !important;
}


/*Make all primary & info buttons match - use primary colors*/
.btn-info{
  /* background-color: #0b356d;
  border-color: #0b356d; */
  background-color: #3d527e;
  border-color: #3d527e;
}
.btn-info:hover{
  /* background-color: #3d527e;
  border-color: #3d527e; */
  background-color: #2c3c5c;
  border-color: #2c3c5c;
}

/*Change Primary and Default Button colors*/
.btn-primary {
    color: #fff;
    background-color: #3d527e;
    border-color: #3d527e;
}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus {
    background-color: #2c3c5c;
    border-color: #2c3c5c;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open>.btn-primary.dropdown-toggle:hover, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle.focus {
    background-color: #2c3c5c;
    border-color: #2c3c5c;
}
.btn-default {
    color: #3d527e;
    background-color: #fff;
    border-color: #3d527e;
}
.btn-default:hover,.btn-default:active,.btn-default:focus {
    color: #3d527e;
    border-color: #3d527e;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open>.btn-default.dropdown-toggle:hover, .open>.btn-default.dropdown-toggle:focus, .open>.btn-default.dropdown-toggle.focus {
    color: #3d527e;
    background-color: #d4d4d4;
    border-color: #2c3c5c;
}

/*Match footer #1*/
.xrm-attribute-value > h5{
  /* font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif; */
  /* font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif; */
  font-family: sans-serif;
  letter-spacing: .5px;
  font-weight: 300;
  line-height: 30px;
  font-size: 18px;
}
/*Match footer #2*/
.footer-copyright{
  font-weight: 100;
  color: var(--color-footer-text);
}
/*Match footer #3*/
.footer-location-title{
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .5px;
}
/*Decrease chunkyness on login headers*/
.login-heading-section{
  font-weight: 400;
}
/*Remove grey from boxes (service order)*/
.form-control, .form-control[readonly] {
    background-color: white;
    opacity: 1;
}
/*Decrease all spacing*/
.crmEntityFormView .cell {
    padding: 0 28px 10px;
}
/*Footer top color*/
footer .footer-top {
    background:var(--default-linear-gradient);
}
footer .footer-bottom {
    background:var(--default-linear-gradient);
}
footer {
  border-top-width: 10px !important;
  border-color: var(--default-link-color-hover) !important;
  border-top-style: solid !important;
}