/* Import bootstrap 3 mixins and variables so we can use them */
/* Webfont: Lato-Bold */
@font-face {
  font-family: 'LatoWebBold';
  src: url('../../../../themes/plusfour/css/fonts/Lato-Bold.eot');
  src: url('../../../../themes/plusfour/css/fonts/Lato-Boldd41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../../themes/plusfour/css/fonts/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */ url('../../../../themes/plusfour/css/fonts/Lato-Bold.woff') format('woff'), /* Modern Browsers */ url('../../../../themes/plusfour/css/fonts/Lato-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  
  /* IE9 Compat Modes */
}
/* Webfont: Lato-Light */
@font-face {
  font-family: 'LatoWebLight';
  src: url('../../../../themes/plusfour/css/fonts/Lato-Light.eot');
  src: url('../../../../themes/plusfour/css/fonts/Lato-Lightd41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../../themes/plusfour/css/fonts/Lato-Light.woff2') format('woff2'), /* Modern Browsers */ url('../../../../themes/plusfour/css/fonts/Lato-Light.woff') format('woff'), /* Modern Browsers */ url('../../../../themes/plusfour/css/fonts/Lato-Light.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  
  /* IE9 Compat Modes */
}
/* Webfont: Lato-Medium */
@font-face {
  font-family: 'LatoWebMedium';
  src: url('../../../../themes/plusfour/css/fonts/Lato-Medium.eot');
  src: url('../../../../themes/plusfour/css/fonts/Lato-Mediumd41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../../themes/plusfour/css/fonts/Lato-Medium.woff2') format('woff2'), /* Modern Browsers */ url('../../../../themes/plusfour/css/fonts/Lato-Medium.woff') format('woff'), /* Modern Browsers */ url('../../../../themes/plusfour/css/fonts/Lato-Medium.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  
  /* IE9 Compat Modes */
}
/* Webfont: Lato-Regular */
@font-face {
  font-family: 'LatoWeb';
  src: url('../../../../themes/plusfour/css/fonts/Lato-Regular.eot');
  src: url('../../../../themes/plusfour/css/fonts/Lato-Regulard41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../../themes/plusfour/css/fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */ url('../../../../themes/plusfour/css/fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */ url('../../../../themes/plusfour/css/fonts/Lato-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  
  /* IE9 Compat Modes */
}
/* Webfont: Lato-Semibold */
@font-face {
  font-family: 'LatoWebSemibold';
  src: url('../../../../themes/plusfour/css/fonts/Lato-Semibold.html');
  src: url('../../../../themes/plusfour/css/fonts/Lato-Semiboldd41d.html?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../../themes/plusfour/css/fonts/Lato-Semibold-2.html') format('woff2'), /* Modern Browsers */ url('../../../../themes/plusfour/css/fonts/Lato-Semibold-3.html') format('woff'), /* Modern Browsers */ url('../../../../themes/plusfour/css/fonts/Lato-Semibold-4.html') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  
  /* IE9 Compat Modes */
}
@font-face {
  font-family: 'icomoon';
  src: url('../../../../themes/plusfour/css/fonts/icomoone7e8.eot?3xbh3f');
  src: url('../../../../themes/plusfour/css/fonts/icomoone7e8.eot?3xbh3f#iefix') format('embedded-opentype'), url('../../../../themes/plusfour/css/fonts/icomoone7e8.ttf?3xbh3f') format('truetype'), url('../../../../themes/plusfour/css/fonts/icomoone7e8.woff?3xbh3f') format('woff'), url('../../../../themes/plusfour/css/fonts/icomoone7e8.svg?3xbh3f#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "\e900";
}
.icon-linkedin:before {
  content: "\e901";
}
.icon-mobile:before {
  content: "\e902";
}
.icon-phone:before {
  content: "\e903";
}
.light {
  font-family: 'LatoWebLight';
}
.reg {
  font-family: 'LatoWeb';
}
.med {
  font-family: 'LatoWebMedium';
}
.bold {
  font-family: 'LatoWebBold';
}
.flexCenter {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 12px 7px;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #00aeef;
  margin-left: -1px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #00aeef;
  border-color: #00aeef;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #00aeef;
  border-color: #00aeef;
  cursor: default;
}
* {
  box-sizing: border-box;
}
body {
  font-family: 'LatoWebLight';
  font-size: 18px;
  line-height: 130%;
  color: #231f20;
}
h1,
h2 {
  font-family: 'LatoWebBold';
  margin: 20px 0;
}
h1 strong,
h2 strong {
  font-family: 'LatoWebBold';
}
h1 {
  font-size: 4rem;
}
@media (max-width: 768px) {
  h1 {
    font-size: 3.5rem;
  }
}
h2 {
  font-size: 3.6rem;
}
@media (max-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}
h3 {
  font-size: 3.3rem;
}
@media (max-width: 768px) {
  h3 {
    font-size: 2.5rem;
  }
}
h1,
h2,
h3 {
  color: #231f20;
}
.blue.bg {
  background-color: #00aeef;
}
.blue.text {
  color: #00aeef;
}
h3,
h4,
h5,
h6 {
  font-family: 'LatoWebMedium';
  margin: 20px 0;
}
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-family: 'LatoWebBold';
}
p {
  margin-bottom: 15px;
}
strong {
  font-family: 'LatoWeb';
}
a {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: #00aeef;
}
a:hover,
a:focus {
  color: #0089bc;
  text-decoration: none;
  outline: none;
}
ul li {
  margin-bottom: 10px;
}
img {
  max-width: 100%;
}
hr {
  border-color: #a7a9ac;
}
.background-blue {
  background-color: #00aeef !important;
}
.text-blue {
  color: #00aeef !important;
}
.background-black {
  background-color: #231f20 !important;
}
.text-black {
  color: #231f20 !important;
}
.background-white {
  background-color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.background-grey {
  background-color: #a7a9ac !important;
}
.text-grey {
  color: #a7a9ac !important;
}
.background-lightgrey {
  background-color: #f4f4f4 !important;
}
.text-lightgrey {
  color: #f4f4f4 !important;
}
.background-grey h2,
.background-grey h3 {
  color: #231f20;
}
.background-white h2,
.background-white h3 {
  color: #a7a9ac;
}
.background-black h2,
.background-black h3,
.background-black .arrow_content {
  color: #ffffff;
}
.background-black .arrow_content .arrow_wrapper span {
  color: #ffffff;
}
.btn,
.btn.line:hover {
  line-height: 1;
  font-family: 'LatoWebMedium';
  font-size: 23px;
  text-transform: uppercase;
  padding: 10px 12px;
  border: 3px solid #231f20;
  display: inline-block;
  margin: 20px 0;
  color: #231f20;
  border-radius: 0;
}
@media (max-width: 768px) {
  .btn,
  .btn.line:hover {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .btn,
  .btn.line:hover {
    display: block;
  }
}
.btn:hover,
.btn.line {
  background-color: #231f20;
  color: #ffffff;
}
.btn.blue {
  background-color: #00aeef;
  color: #ffffff;
  border-color: #00aeef;
}
.btn.blue:hover {
  background-color: #ffffff;
  color: #00aeef;
}
.btn.black_text {
  background-color: transparent;
  color: #231f20;
  border-color: #231f20;
  margin: 20px 0;
  line-height: 1.3;
}
.btn.black_text:hover {
  background-color: #231f20;
  color: #ffffff;
}
.btn.white {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.btn.white:hover {
  background-color: #ffffff;
  color: #231f20;
}
.main_wrapper {
  background-color: #f2f2f2;
}
.main_wrapper .wrapper {
  background-color: #ffffff;
  margin: 0 auto;
}
main {
  margin: 0 auto;
  min-height: 600px;
}
@media (max-width: 600px) {
  main {
    margin-top: 30px;
  }
}
/* ==========================================================================
   edit mode
========================================================================== */
.editMode header .header_wrapper {
  position: static;
}
.editMode .modal {
  display: block;
}
.editMode .btn {
  margin: 0;
}
/* ==========================================================================
   Header
========================================================================== */
header {
  width: 100%;
  margin: 0 auto;
  border-top: 20px solid #a7a9ac;
}
header .header_wrapper {
  background-color: #ffffff;
  padding: 15px 0;
  width: 100%;
  z-index: 300;
}
header .header_wrapper.shadow {
  box-shadow: 0 0 5px #e6e6e6;
}
header .header_wrapper .logo_wrapper {
  margin: 10px 0;
}
header .head-text {
  line-height: 1;
  font-size: 90%;
  margin-bottom: 0;
  text-align: center;
}
header .contact-num {
  margin: 40px 10px;
}
header .contact-num .contact_btn {
  color: #231f20;
  margin-left: 10px;
  display: inline-block;
}
.menu_wrapper {
  text-align: right;
  margin-top: 5px;
}
@media (min-width: 1200px) {
  .menu_wrapper {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .menu_wrapper {
    background-color: #00aeef;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    margin-top: 0;
    text-align: left;
    position: fixed;
    width: 100%;
    max-width: 300px;
    height: 100%;
    top: 0;
    right: -300px;
    padding: 30px 0;
  }
}
.menu_wrapper .nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .menu_wrapper .nav {
    padding: 30px 10px;
  }
}
.menu_wrapper .nav li {
  display: inline-block;
}
@media (max-width: 768px) {
  .menu_wrapper .nav li {
    display: block;
  }
}
.menu_wrapper .nav li.nav-selected > a,
.menu_wrapper .nav li.nav-path-selected > a {
  color: #00aeef;
}
@media (max-width: 768px) {
  .menu_wrapper .nav li.nav-selected > a,
  .menu_wrapper .nav li.nav-path-selected > a {
    background-color: #ffffff;
  }
}
.menu_wrapper .nav li.nav-dropdown {
  position: relative;
}
.menu_wrapper .nav li.nav-dropdown i {
  display: none;
}
@media (max-width: 768px) {
  .menu_wrapper .nav li.nav-dropdown {
    position: static;
  }
  .menu_wrapper .nav li.nav-dropdown i {
    display: inline-block;
    float: right;
  }
}
.menu_wrapper .nav li.nav-dropdown:hover .sub_nav {
  display: block;
}
@media (max-width: 768px) {
  .menu_wrapper .nav li.nav-dropdown:hover .sub_nav {
    display: block !important;
  }
}
.menu_wrapper .nav li.nav-dropdown .sub_nav {
  background-color: #ffffff;
  width: 200px;
  position: absolute;
  display: none;
  text-align: left;
  padding: 10px;
}
@media (max-width: 768px) {
  .menu_wrapper .nav li.nav-dropdown .sub_nav {
    background-color: #00aeef;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    width: 300px;
    display: block;
    position: fixed;
    top: 0;
    right: -300px;
    height: 100%;
    padding: 60px 10px;
    z-index: 400;
  }
}
.menu_wrapper .nav li.nav-dropdown .sub_nav.active {
  right: inherit;
}
@media (max-width: 768px) {
  .menu_wrapper .nav li.nav-dropdown .sub_nav.active {
    right: 0;
  }
}
.menu_wrapper .nav li.nav-dropdown .sub_nav li {
  display: block;
  margin-bottom: 0;
}
.menu_wrapper .nav li.nav-dropdown .sub_nav li.back_btn,
.menu_wrapper .nav li.nav-dropdown .sub_nav li.parent_block {
  padding: 5px;
  color: #ffffff;
  font-family: 'LatoWebBold';
  display: none;
}
.menu_wrapper .nav li.nav-dropdown .sub_nav li.back_btn i,
.menu_wrapper .nav li.nav-dropdown .sub_nav li.parent_block i {
  float: none;
}
@media (max-width: 768px) {
  .menu_wrapper .nav li.nav-dropdown .sub_nav li.back_btn,
  .menu_wrapper .nav li.nav-dropdown .sub_nav li.parent_block {
    display: block;
  }
}
.menu_wrapper .nav li.nav-dropdown .sub_nav li a {
  font-size: 17px;
  padding: 5px;
  display: block;
}
.menu_wrapper .nav li a {
  color: #a7a9ac;
  font-family: 'LatoWeb';
  font-size: 20px;
  padding: 5px 15px;
}
.menu_wrapper .nav li a:hover,
.menu_wrapper .nav li a:focus {
  background-color: transparent;
  color: #00aeef;
}
@media (max-width: 768px) {
  .menu_wrapper .nav li a:hover,
  .menu_wrapper .nav li a:focus {
    background-color: #ffffff;
  }
}
@media (max-width: 992px) {
  .menu_wrapper .nav li a {
    font-size: 18px;
    padding: 5px 10px;
  }
}
@media (max-width: 768px) {
  .menu_wrapper .nav li a {
    color: #ffffff;
    padding: 8px 5px 3px;
    line-height: 130%;
  }
}
.hamburger_nav {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  z-index: 400;
  cursor: pointer;
}
@media (max-width: 768px) {
  .hamburger_nav {
    display: inline-block;
  }
}
.hamburger_nav .bars {
  background-color: #00aeef;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  display: block;
  width: 100%;
  height: 3px;
  position: relative;
  margin: 15px 0;
}
.hamburger_nav .bars:before,
.hamburger_nav .bars:after {
  background-color: #00aeef;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  content: " ";
  width: 100%;
  height: 3px;
  position: absolute;
}
.hamburger_nav .bars:before {
  top: 8px;
}
.hamburger_nav .bars:after {
  bottom: 8px;
}
.nav_open .hamburger_nav .bars {
  background-color: transparent;
}
.nav_open .hamburger_nav .bars:before {
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.nav_open .hamburger_nav .bars:after {
  background-color: #ffffff;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  transform: rotate(-225deg);
  bottom: 0;
}
.nav_open .menu_wrapper {
  right: 0;
  box-shadow: 0 0 5px #808080;
}
/* ==========================================================================
   footer
========================================================================== */
footer {
  background-color: #231f20;
  color: #ffffff;
  font-size: 14px;
  padding: 20px 0;
}
@media (max-width: 600px) {
  footer {
    text-align: center;
  }
}
footer .left {
  float: left;
}
@media (max-width: 600px) {
  footer .left {
    float: none !important;
  }
}
footer .right {
  float: right;
}
@media (max-width: 600px) {
  footer .right {
    float: none !important;
  }
}
footer a {
  color: #ffffff;
}
footer p {
  margin-bottom: 0;
}
footer .social_icon {
  text-align: right;
}
footer .social_icon i {
  font-size: 25px;
  margin: 3px;
}
@media (max-width: 600px) {
  footer .social_icon {
    text-align: center;
  }
}
.img_block {
  background-color: #f2f2f2;
  margin: 40px 0;
  padding: 30px 40px;
  text-align: center;
  min-height: 500px;
}
@media (max-width: 992px) {
  .img_block {
    padding: 20px 30px;
  }
}
@media (max-width: 768px) {
  .img_block {
    min-height: inherit;
  }
}
.img_block .img_wrapper {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 178px;
  height: 178px;
  overflow: hidden;
  margin: 20px auto 30px;
}
.img_block .content_wrapper .btn {
  margin: 30px auto 0;
}
section {
  padding: 40px 0;
}
@media (max-width: 768px) {
  section {
    padding: 20px 0;
  }
}
#top_banner {
  padding: 30px 0 0;
}
#top_banner .background-black {
  padding: 40px 0;
}
#top_banner .background-black p {
  line-height: 140%;
  font-size: 2rem;
}
@media (max-width: 768px) {
  #top_banner .right {
    text-align: center;
    float: none;
    display: block;
    margin: 10px auto;
    max-width: 250px;
  }
}
.arrow_content .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .arrow_content .row {
    display: block;
  }
}
.arrow_content .lefe {
  order: 0;
}
.arrow_content .right {
  order: 1;
}
.arrow_content h2,
.arrow_content h3,
.arrow_content h4 {
  font-size: 4rem;
  font-family: 'LatoWebBold';
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .arrow_content h2,
  .arrow_content h3,
  .arrow_content h4 {
    font-size: 2.5rem;
  }
}
.arrow_content .col-sm-12 .content {
  padding: 20px 0 0;
}
@media (min-width: 1200px) {
  .arrow_content .col-sm-12 .content {
    padding: 20px 0 0;
  }
}
@media (max-width: 768px) {
  .arrow_content .col-sm-12 .content {
    padding: 10px 0 0;
  }
}
.arrow_content .content {
  padding: 20px 0;
}
@media (min-width: 1200px) {
  .arrow_content .content {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .arrow_content .content {
    padding: 10px 0;
  }
}
.arrow_content .arrow_wrapper {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .arrow_content .arrow_wrapper {
    display: none;
  }
}
.arrow_content .arrow_wrapper span {
  font-size: 8rem;
  color: #231f20;
}
#budget_section .arrow_content:after,
#employers_section .arrow_content:after {
  background-color: #5a5c60;
  display: block;
  content: " ";
  width: 24px;
  height: 138%;
  position: absolute;
  right: -15px;
  top: -40px;
}
@media (max-width: 768px) {
  #budget_section .arrow_content:after,
  #employers_section .arrow_content:after {
    display: none;
  }
}
#budget_section .budgeting_dropdown,
#employers_section .budgeting_dropdown,
#employees_section .budgeting_dropdown {
  text-align: center;
}
#budget_section .budgeting_dropdown .dropdown .btn,
#employers_section .budgeting_dropdown .dropdown .btn {
  margin: 16% 0;
}
@media (max-width: 768px) {
  #budget_section .budgeting_dropdown .dropdown .btn,
  #employers_section .budgeting_dropdown .dropdown .btn {
    display: block;
    max-width: 250px;
    margin: 10px auto;
  }
}
#budget_section .budgeting_dropdown .dropdown .dropdown-menu,
#employers_section .budgeting_dropdown .dropdown .dropdown-menu {
  font-size: 18px;
  line-height: 130%;
  top: 63%;
  padding: 20px;
  left: 5%;
  color: #231f20;
  width: 100%;
}
@media (max-width: 768px) {
  #budget_section .budgeting_dropdown .dropdown .dropdown-menu,
  #employers_section .budgeting_dropdown .dropdown .dropdown-menu {
    left: 1%;
  }
}
#employers_section .arrow_content:after {
  height: 164%;
}
@media (min-width: 1200px) {
  #employers_section .arrow_content:after {
    height: 135%;
  }
}
@media (max-width: 992px) {
  #employers_section .arrow_content:after {
    height: 138%;
  }
}
#employees_section .budgeting_dropdown .btn {
  margin: 16% 0;
}
@media (max-width: 768px) {
  #employees_section .budgeting_dropdown .btn {
    display: block;
    max-width: 250px;
    margin: 10px auto;
  }
}
#employees_section .budgeting_dropdown .dropdown-menu {
  font-size: 18px;
  line-height: 130%;
  top: 63%;
  padding: 20px;
  left: 5%;
  color: #231f20;
  width: 100%;
}
@media (max-width: 768px) {
  #employees_section .budgeting_dropdown .dropdown-menu {
    left: 1%;
  }
}
#form_section .arrow_content {
  text-align: center;
  padding: 0;
}
.modal:focus {
  outline: none;
}
.modal .modal-content button {
  margin: 10px;
}
#contact h4 {
  font-size: 2rem;
}
#contact [class^="icon-"] {
  font-size: 20px;
  margin-right: 10px;
}
#contact a {
  color: #231f20;
}
#contact .form-actions {
  text-align: right;
}
#contact .btn.btn-primary {
  background-color: #ffffff;
  color: #231f20;
}
#contact .btn.btn-primary:hover {
  background-color: #231f20;
  color: #ffffff;
}
iframe.googleMap {
  width: 100% !important;
}
form {
  margin-bottom: 30px;
}
form .captcha input {
  margin: 20px 0;
}
form .btn.btn-primary {
  background-color: #231f20;
  color: #ffffff;
}
.modal-backdrop {
  background-color: rgba(35, 31, 32, 0.8);
}
/*.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px;
}

.checkbox {
    padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}
*/
.form-button {
  display: block;
  width: 100%;
}
.insuranceForm,
.indicativeQuoteForm,
.kiwisaverForm {
  display: none;
}
.editMode .insuranceForm,
.editMode .indicativeQuoteForm,
.editMode .kiwisaverForm {
  display: block !important;
}
.banner_slider {
  position: relative;
}
.banner_slider .rslides .img_wrapper {
  float: right;
  width: 70%;
}
.banner_slider .rslides .img_wrapper img {
  width: 100%;
}
@media (max-width: 768px) {
  .banner_slider .rslides .img_wrapper {
    float: none;
    width: 100%;
  }
}
.banner_slider .rslides .content_wrapper {
  background-color: #00aeef;
  color: #ffffff;
  box-sizing: border-box;
  float: right;
  width: 30%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-items: center;
  align-content: center;
  align-items: center;
  padding: 0 5%;
}
.banner_slider .rslides .content_wrapper h1,
.banner_slider .rslides .content_wrapper h2,
.banner_slider .rslides .content_wrapper h3,
.banner_slider .rslides .content_wrapper h4,
.banner_slider .rslides .content_wrapper h5 {
  color: #ffffff;
  font-family: 'LatoWeb';
}
.banner_slider .rslides .content_wrapper .btn {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .banner_slider .rslides .content_wrapper .btn {
    width: 100%;
    margin: 20px 0;
  }
}
@media (max-width: 768px) {
  .banner_slider .rslides .content_wrapper {
    float: none;
    width: 100%;
    height: auto !important;
    min-height: 150px;
    padding: 20px;
  }
}
.banner_slider .rslides_tabs {
  position: absolute;
  bottom: 0;
  left: 5%;
  z-index: 200;
}
@media (max-width: 768px) {
  .banner_slider .rslides_tabs {
    display: none;
  }
}
.banner_slider .rslides_tabs li.rslides_here a {
  background-color: #231f20;
}
.banner_slider .rslides_tabs li a {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
}
.blog_list {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.blog_list .img_wrapper {
  margin-bottom: 20px;
}
.blog_list h3 {
  margin: 0 0 10px;
  text-transform: uppercase;
}
.blog_list .date,
.blog_featured_list_wrapper .date {
  color: #00aeef;
}
.blog_featured_list_wrapper {
  background-color: #f2f2f2;
  padding: 20px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .blog_featured_list_wrapper {
    padding: 10px;
  }
}
.blog_featured_list_wrapper .featured_list {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.blog_featured_list_wrapper .heading {
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.blog_featured_list_wrapper .img_wrapper {
  margin-bottom: 20px;
}
.blog_featured_list_wrapper h4 {
  margin: 0 0 5px;
}
.blog_featured_list_wrapper .content {
  font-size: 16px;
}
.blog_featured_list_wrapper .content .more_link {
  color: #231f20;
  font-family: 'LatoWeb';
  display: block;
}
.blog_featured_list_wrapper .content .more_link:hover {
  color: #00aeef;
}
.blog_post_content {
  margin-bottom: 20px;
}
.blog_post_content .heading {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.blog_post_content .img_wrapper {
  margin: 20px auto 30px;
}
.blog_post_content a {
  font-family: 'LatoWebBold';
}
.blog_post_content a.btn {
  font-family: 'LatoWeb';
}
.heading {
  color: #a7a9ac;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 2px solid #00aeef;
}
.top_banenr {
  width: 100%;
  min-height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 30px;
  background-size: cover;
}
@media (max-width: 768px) {
  .top_banenr {
    min-height: 100px;
  }
}
