@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Thin.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Italic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

/* --------- Custom Breakpoints ---------- */
/* ----------- Styles ------------- */
html {
  -webkit-overflow-scrolling: touch; }

html.noscroll {
  overflow: hidden; }

body.noscroll {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0; }
  @media (max-width: 550px) {
    body.noscroll .entire_body {
      display: none; } }
.disable-click {
  pointer-events: none; }
img {
	max-width: 100%;
}
.transition {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .transition:hover {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }

/* @group Modal */
.modal_main, .modal_secondary {
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  background: rgba(255, 255, 255, 0.87);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10040;
  text-align: center;
  display: none; }
  @media (max-width: 550px) {
    .modal_main, .modal_secondary {
      background: none; } }
  .modal_main *, .modal_secondary * {
    font-family: 'Helvetica Neue';
    font-weight: 500; }
  .modal_main .modal_background, .modal_secondary .modal_background {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: transparent;
    opacity: .89;
    z-index: 10039;
    min-height: 900px;
    height: 100%;
    -webkit-backface-visibility: hidden; }
    @media (max-width: 550px) {
      .modal_main .modal_background, .modal_secondary .modal_background {
        min-height: 0 !important; } }
    .modal_main .modal_background.black, .modal_secondary .modal_background.black {
      background: transparent;
      opacity: .85; }
    .modal_main .modal_background.active, .modal_secondary .modal_background.active {
      display: block; }
  .modal_main .modal_group, .modal_secondary .modal_group {
    z-index: 10042;
    position: relative;
    margin: 75px auto;
    width: 450px;
    text-align: left; }
    @media (max-width: 550px) {
      .modal_main .modal_group, .modal_secondary .modal_group {
        width: 100%;
        margin: 0%;
        background: #F4F4F4;
        min-height: 100%;
        padding: 0; } }
    .modal_main .modal_group.active, .modal_secondary .modal_group.active {
      display: block; }
  .modal_main .modal_content, .modal_secondary .modal_content {
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
    position: relative;
    background: #F4F4F4;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29), 0 0 13px rgba(43, 59, 93, 0.29); }
    @media (max-width: 550px) {
      .modal_main .modal_content, .modal_secondary .modal_content {
        box-shadow: none; } }
    .modal_main .modal_content #res_form, .modal_main .modal_content #com_form, .modal_secondary .modal_content #res_form, .modal_secondary .modal_content #com_form {
      display: none; }
    .modal_main .modal_content .x_box, .modal_secondary .modal_content .x_box {
      width: 29px;
      height: 29px;
      position: absolute;
      top: -9px;
      right: -9px;
      z-index: 2;
      padding: 7px;
      border-radius: 50%;
      box-shadow: 0px 0px 2px #666666;
      background: #D2232A; }
      @media (max-width: 550px) {
        .modal_main .modal_content .x_box, .modal_secondary .modal_content .x_box {
          top: -35px;
          right: -20px;
          border-radius: 0;
          box-shadow: none; } }
      .modal_main .modal_content .x_box:hover, .modal_secondary .modal_content .x_box:hover {
        background: #e0484e;
        cursor: pointer; }
    .modal_main .modal_content.gray, .modal_secondary .modal_content.gray {
      background: #F4F4F4; }
    .modal_main .modal_content .title, .modal_secondary .modal_content .title {
      background: #2c2c2c;
      padding: 12px 15px;
      position: relative;
      border-radius: 0;
      margin: 0px;
      overflow: hidden; }
      .modal_main .modal_content .title h2, .modal_secondary .modal_content .title h2 {
        color: white;
        font-size: 18px;
        padding-bottom: 2px;
        margin: 0;
        float: left;
        font-weight: bold;
        padding-left: 10px; }
      .modal_main .modal_content .title .x_btn, .modal_secondary .modal_content .title .x_btn {
        width: 15px;
        float: right;
        cursor: pointer;
        margin-top: 5px; }
      .modal_main .modal_content .title .dashed, .modal_secondary .modal_content .title .dashed {
        float: right;
        border-right: 1px dashed rgba(255, 255, 255, 0.45);
        height: 28px;
        margin-top: -3px;
        margin-right: 13px; }
        .modal_main .modal_content .title .dashed.left, .modal_secondary .modal_content .title .dashed.left {
          float: left; }
      .modal_main .modal_content .title .drop, .modal_secondary .modal_content .title .drop {
        padding-top: 1px;
        width: 30%;
        float: left;
        color: white;
        font-size: 16px;
        font-weight: bold;
        padding-right: 20px;
        background: url(/wp-content/themes/certapro/images/arrow_down_white.svg) no-repeat 90% center;
        cursor: pointer; }
        @media (max-width: 450px) {
          .modal_main .modal_content .title .drop, .modal_secondary .modal_content .title .drop {
            width: 32%;
            font-size: 13px; } }
      .modal_main .modal_content .title .total, .modal_secondary .modal_content .title .total {
        padding-top: 1px;
        float: left;
        color: white;
        font-size: 16px;
        font-weight: bold;
        width: 55%; }
        @media (max-width: 450px) {
          .modal_main .modal_content .title .total, .modal_secondary .modal_content .title .total {
            width: 53%;
            font-size: 13px; } }
        .modal_main .modal_content .title .total span, .modal_secondary .modal_content .title .total span {
          color: white; }
          @media (max-width: 450px) {
            .modal_main .modal_content .title .total span, .modal_secondary .modal_content .title .total span {
              display: none; } }
    .modal_main .modal_content .title, .modal_secondary .modal_content .title {
      background: #1f1f1f;
      padding: 15px;
      position: relative;
      border-radius: 3px 3px 0 0;
      margin: 0px; }
      .modal_main .modal_content .title h2, .modal_secondary .modal_content .title h2 {
        color: white;
        font-size: 18px;
        padding-bottom: 2px;
        font-family: 'Helvetica Neue';
        font-weight: 600; }
      .modal_main .modal_content .title .x, .modal_secondary .modal_content .title .x {
        width: 20px;
        position: absolute;
        top: 17px;
        right: 15px;
        cursor: pointer; }
    .modal_main .modal_content .oe_drop, .modal_secondary .modal_content .oe_drop {
      display: none;
      position: absolute;
      top: 49px;
      width: 100%;
      max-width: 450px;
      background: #2c2c2c;
      padding: 15px;
      z-index: 99;
      box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29), 0 0 13px rgba(43, 59, 93, 0.29); }
      .modal_main .modal_content .oe_drop.fixed, .modal_secondary .modal_content .oe_drop.fixed {
        position: fixed;
        top: 49px; }
      .modal_main .modal_content .oe_drop .room, .modal_secondary .modal_content .oe_drop .room {
        width: 100%;
        padding: 13px 5px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
        .modal_main .modal_content .oe_drop .room span, .modal_secondary .modal_content .oe_drop .room span {
          color: white;
          font-weight: 600; }
        .modal_main .modal_content .oe_drop .room img, .modal_secondary .modal_content .oe_drop .room img {
          float: right;
          margin-left: 10px; }
        .modal_main .modal_content .oe_drop .room.new img.plus, .modal_secondary .modal_content .oe_drop .room.new img.plus {
          float: left;
          width: 20px;
          margin: 0 8px 0 0; }
      .modal_main .modal_content .oe_drop .oe_menu_close, .modal_secondary .modal_content .oe_drop .oe_menu_close {
        padding: 15px 0 0;
        text-align: center;
        cursor: pointer; }
        .modal_main .modal_content .oe_drop .oe_menu_close span, .modal_secondary .modal_content .oe_drop .oe_menu_close span {
          display: inline-block;
          color: white;
          font-size: 12px;
          font-weight: 600;
          float: none; }
        .modal_main .modal_content .oe_drop .oe_menu_close img, .modal_secondary .modal_content .oe_drop .oe_menu_close img {
          display: inline-block;
          float: none;
          margin-left: 8px;
          width: 10px; }
    .modal_main .modal_content .slide_panel, .modal_secondary .modal_content .slide_panel {
      overflow: hidden;
      padding: 0px;
      display: none;
      background: transparent; }
      .modal_main .modal_content .slide_panel .sub-button-text, .modal_secondary .modal_content .slide_panel .sub-button-text {
        padding-top: 20px;
        clear: both; }
      .modal_main .modal_content .slide_panel.active, .modal_secondary .modal_content .slide_panel.active {
        display: block; }
      .modal_main .modal_content .slide_panel .summary, .modal_secondary .modal_content .slide_panel .summary {
        margin-bottom: 0px;
        padding-bottom: 5px; }
        .modal_main .modal_content .slide_panel .summary p.disclaimer, .modal_secondary .modal_content .slide_panel .summary p.disclaimer {
          font-size: 12px;
          line-height: 18px;
          text-align: left; }
        .modal_main .modal_content .slide_panel .summary p.desc, .modal_secondary .modal_content .slide_panel .summary p.desc {
          margin-top: 5px; }
        .modal_main .modal_content .slide_panel .summary .summary_box, .modal_secondary .modal_content .slide_panel .summary .summary_box {
          padding: 15px 20px;
          background: white;
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.29);
          cursor: pointer;
          border-radius: 2px;
          margin-bottom: 13px;
          overflow: hidden;
          -webkit-transition: all .3s;
          -moz-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s;
          position: relative; }
          .modal_main .modal_content .slide_panel .summary .summary_box:hover, .modal_secondary .modal_content .slide_panel .summary .summary_box:hover {
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.49);
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s; }
          .modal_main .modal_content .slide_panel .summary .summary_box a.summary_edit, .modal_secondary .modal_content .slide_panel .summary .summary_box a.summary_edit {
            position: absolute;
            bottom: 20px;
            right: 20px;
            color: #D2232A;
            font-size: 14px; }
          .modal_main .modal_content .slide_panel .summary .summary_box .item, .modal_secondary .modal_content .slide_panel .summary .summary_box .item {
            font-size: 18px;
            color: #333333;
            line-height: 30px;
            float: left;
            font-weight: 600; }
            @media (max-width: 550px) {
              .modal_main .modal_content .slide_panel .summary .summary_box .item, .modal_secondary .modal_content .slide_panel .summary .summary_box .item {
                font-size: 17px; } }
          .modal_main .modal_content .slide_panel .summary .summary_box .cost, .modal_secondary .modal_content .slide_panel .summary .summary_box .cost {
            font-size: 18px;
            color: #333333;
            line-height: 30px;
            float: right;
            font-weight: 600;
            padding-right: 40px;
            background: url(/wp-content/themes/certapro/images/oe_plus.svg) no-repeat right 3px;
            background-size: 24px; }
            @media (max-width: 550px) {
              .modal_main .modal_content .slide_panel .summary .summary_box .cost, .modal_secondary .modal_content .slide_panel .summary .summary_box .cost {
                font-size: 17px; } }
          .modal_main .modal_content .slide_panel .summary .summary_box.open .cost, .modal_secondary .modal_content .slide_panel .summary .summary_box.open .cost {
            background: url(/wp-content/themes/certapro/images/oe_minus.svg) no-repeat right 3px;
            background-size: 24px; }
          .modal_main .modal_content .slide_panel .summary .summary_box .details, .modal_secondary .modal_content .slide_panel .summary .summary_box .details {
            display: none;
            clear: both;
            float: left;
            margin-top: 20px; }
            .modal_main .modal_content .slide_panel .summary .summary_box .details h3, .modal_secondary .modal_content .slide_panel .summary .summary_box .details h3 {
              display: block;
              width: 100%;
              margin-top: 0px;
              font-weight: 600;
              font-size: 14px;
              margin-bottom: 5px; }
            .modal_main .modal_content .slide_panel .summary .summary_box .details ul, .modal_secondary .modal_content .slide_panel .summary .summary_box .details ul {
              margin-bottom: 15px;
              padding-left: 15px; }
          .modal_main .modal_content .slide_panel .summary .summary_box.total, .modal_secondary .modal_content .slide_panel .summary .summary_box.total {
            margin-top: 18px;
            background: #fdb913;
            border: 1px solid #efaa02;
            color: #1f1f1f;
            cursor: default; }
            .modal_main .modal_content .slide_panel .summary .summary_box.total *, .modal_secondary .modal_content .slide_panel .summary .summary_box.total * {
              color: white; }
            .modal_main .modal_content .slide_panel .summary .summary_box.total .cost, .modal_main .modal_content .slide_panel .summary .summary_box.total .item, .modal_secondary .modal_content .slide_panel .summary .summary_box.total .cost, .modal_secondary .modal_content .slide_panel .summary .summary_box.total .item {
              background: none;
              font-size: 21px;
              padding-right: 0;
              color: #1f1f1f; }
              @media (max-width: 550px) {
                .modal_main .modal_content .slide_panel .summary .summary_box.total .cost, .modal_main .modal_content .slide_panel .summary .summary_box.total .item, .modal_secondary .modal_content .slide_panel .summary .summary_box.total .cost, .modal_secondary .modal_content .slide_panel .summary .summary_box.total .item {
                  font-size: 20px; } }
      .modal_main .modal_content .slide_panel .padding, .modal_secondary .modal_content .slide_panel .padding {
        padding: 25px;
        overflow: hidden; }
        @media (max-width: 550px) {
          .modal_main .modal_content .slide_panel .padding, .modal_secondary .modal_content .slide_panel .padding {
            padding: 20px 15px 30px; } }
        @media (max-width: 350px) {
          .modal_main .modal_content .slide_panel .padding, .modal_secondary .modal_content .slide_panel .padding {
            padding: 12px 12px 30px; } }
        .modal_main .modal_content .slide_panel .padding.space, .modal_secondary .modal_content .slide_panel .padding.space {
          padding-bottom: 45px; }
        .modal_main .modal_content .slide_panel .padding h2, .modal_secondary .modal_content .slide_panel .padding h2 {
          font-size: 18px;
          margin-bottom: 6px; }
          .modal_main .modal_content .slide_panel .padding h2.main, .modal_secondary .modal_content .slide_panel .padding h2.main {
            font-size: 18px;
            line-height: 20px;
            margin-bottom: 5px;
            margin-top: 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            font-weight: 600;
            letter-spacing: 0; }
            .modal_main .modal_content .slide_panel .padding h2.main.rooms, .modal_secondary .modal_content .slide_panel .padding h2.main.rooms {
              margin-bottom: 20px; }
        .modal_main .modal_content .slide_panel .padding p, .modal_secondary .modal_content .slide_panel .padding p {
          padding: 6px 0;
          line-height: 24px;
          font-size: 16px;
          margin-top: 10px; }
        .modal_main .modal_content .slide_panel .padding .form_body, .modal_secondary .modal_content .slide_panel .padding .form_body {
          margin: -15px 0 20px 0;
          padding-bottom: 2px;
          overflow: hidden; }
          .modal_main .modal_content .slide_panel .padding .form_body label.desc, .modal_secondary .modal_content .slide_panel .padding .form_body label.desc {
            margin-top: 17px;
            margin-bottom: 3px;
            font-size: 15px;
            font-weight: 600; }
      .modal_main .modal_content .slide_panel .button_group, .modal_secondary .modal_content .slide_panel .button_group {
        width: 100%;
        height: 65px;
        position: relative;
        z-index: 2;
        border-radius: 0 0 2px 2px;
        background: #2c2c2c;
        overflow: hidden;
        float: left;
        margin-top: 15px;
        border-radius: 3px; }
        @media (max-width: 550px) {
          .modal_main .modal_content .slide_panel .button_group, .modal_secondary .modal_content .slide_panel .button_group {
            border-radius: 3px;
            overflow: hidden; } }
        .modal_main .modal_content .slide_panel .button_group.cust_times, .modal_secondary .modal_content .slide_panel .button_group.cust_times {
          margin-top: 30px; }
        .modal_main .modal_content .slide_panel .button_group .main, .modal_secondary .modal_content .slide_panel .button_group .main {
          width: 100%;
          height: 100%;
          background: #2c2c2c;
          text-align: center;
          display: inline-block;
          position: relative;
          cursor: pointer; }
          .modal_main .modal_content .slide_panel .button_group .main.half, .modal_secondary .modal_content .slide_panel .button_group .main.half {
            width: 50% !important;
            float: left !important; }
            .modal_main .modal_content .slide_panel .button_group .main.half span.text, .modal_secondary .modal_content .slide_panel .button_group .main.half span.text {
              margin-left: 0; }
            .modal_main .modal_content .slide_panel .button_group .main.half.left span.icon, .modal_secondary .modal_content .slide_panel .button_group .main.half.left span.icon {
              margin-right: 10px;
              margin-left: 0; }
            .modal_main .modal_content .slide_panel .button_group .main.half.left:after, .modal_secondary .modal_content .slide_panel .button_group .main.half.left:after {
              content: " ";
              position: absolute;
              top: 10px;
              right: 0;
              bottom: 11px;
              border-right: 1px dashed rgba(255, 255, 255, 0.45); }
          @media (max-width: 550px) {
            .modal_main .modal_content .slide_panel .button_group .main, .modal_secondary .modal_content .slide_panel .button_group .main {
              border-radius: 0 3px 3px 0; } }
          .modal_main .modal_content .slide_panel .button_group .main span, .modal_secondary .modal_content .slide_panel .button_group .main span {
            display: inline-block;
            vertical-align: middle; }
            .modal_main .modal_content .slide_panel .button_group .main span.text, .modal_secondary .modal_content .slide_panel .button_group .main span.text {
              color: white;
              line-height: 65px;
              font-size: 19px;
              margin-left: -20px;
              font-family: 'Roboto', sans-serif;
              font-weight: 400; }
              @media (max-width: 550px) {
                .modal_main .modal_content .slide_panel .button_group .main span.text, .modal_secondary .modal_content .slide_panel .button_group .main span.text {
                  font-family: 'Roboto', sans-serif;
                  font-weight: 400;
                  font-size: 18px;
                  margin-left: -5px; } }
            .modal_main .modal_content .slide_panel .button_group .main span.icon, .modal_secondary .modal_content .slide_panel .button_group .main span.icon {
              margin-left: 10px; }
              @media (max-width: 550px) {
                .modal_main .modal_content .slide_panel .button_group .main span.icon.icon_submit, .modal_secondary .modal_content .slide_panel .button_group .main span.icon.icon_submit {
                  display: none; } }
              .modal_main .modal_content .slide_panel .button_group .main span.icon .arrow, .modal_secondary .modal_content .slide_panel .button_group .main span.icon .arrow {
                width: 18px;
                position: relative;
                top: 2px; }
          .modal_main .modal_content .slide_panel .button_group .main:hover, .modal_secondary .modal_content .slide_panel .button_group .main:hover {
            cursor: pointer;
            background: #1f1f1f; }
          .modal_main .modal_content .slide_panel .button_group .main.choose span.text, .modal_secondary .modal_content .slide_panel .button_group .main.choose span.text {
            margin-left: 0; }
        .modal_main .modal_content .slide_panel .button_group .sub, .modal_secondary .modal_content .slide_panel .button_group .sub {
          background: #2c2c2c;
          height: 100%;
          text-align: center;
          cursor: pointer;
          position: relative; }
          .modal_main .modal_content .slide_panel .button_group .sub:hover, .modal_secondary .modal_content .slide_panel .button_group .sub:hover {
            background: #1f1f1f; }
          .modal_main .modal_content .slide_panel .button_group .sub img, .modal_secondary .modal_content .slide_panel .button_group .sub img {
            width: 18px;
            margin: 0 auto;
            padding-top: 25px;
            display: inline-block; }
            @media (max-width: 350px) {
              .modal_main .modal_content .slide_panel .button_group .sub img, .modal_secondary .modal_content .slide_panel .button_group .sub img {
                width: 25px;
                padding-top: 21px; } }
          .modal_main .modal_content .slide_panel .button_group .sub:after, .modal_secondary .modal_content .slide_panel .button_group .sub:after {
            content: " ";
            position: absolute;
            top: 10px;
            right: 0;
            bottom: 10px;
            border-right: 1px dashed rgba(255, 255, 255, 0.4); }
        .modal_main .modal_content .slide_panel .button_group.has_back .main, .modal_secondary .modal_content .slide_panel .button_group.has_back .main {
          width: 85%;
          float: right; }
        .modal_main .modal_content .slide_panel .button_group.has_back .sub, .modal_secondary .modal_content .slide_panel .button_group.has_back .sub {
          width: 15%;
          float: left; }
    .modal_main .modal_content .room_selector, .modal_secondary .modal_content .room_selector {
      margin: 0 0 15px;
      overflow: hidden;
      padding-bottom: 1px; }
      .modal_main .modal_content .room_selector label.desc, .modal_secondary .modal_content .room_selector label.desc {
        margin-bottom: 7px !important; }
      .modal_main .modal_content .room_selector .group, .modal_secondary .modal_content .room_selector .group {
        width: 33.33%;
        margin-right: -1px;
        margin-bottom: -1px;
        background: white;
        border: 1px solid #DEDDDD;
        padding: 10px;
        text-align: center; }
        @media (max-width: 550px) {
          .modal_main .modal_content .room_selector .group, .modal_secondary .modal_content .room_selector .group {
            width: 50%; } }
        .modal_main .modal_content .room_selector .group.end, .modal_secondary .modal_content .room_selector .group.end {
          margin-right: 0; }
        .modal_main .modal_content .room_selector .group h2, .modal_secondary .modal_content .room_selector .group h2 {
          margin: 0;
          font-weight: 600;
          width: 100%;
          text-align: center;
          margin-bottom: 10px;
          font-size: 15px;
          font-family: 'Roboto', sans-serif;
          font-weight: 400; }
        .modal_main .modal_content .room_selector .group img.icon, .modal_secondary .modal_content .room_selector .group img.icon {
          height: 26px; }
        .modal_main .modal_content .room_selector .group .counter, .modal_secondary .modal_content .room_selector .group .counter {
          margin-top: 10px;
          text-align: center; }
          .modal_main .modal_content .room_selector .group .counter img.counter_btn, .modal_secondary .modal_content .room_selector .group .counter img.counter_btn {
            width: 20px;
            display: inline-block;
            cursor: pointer;
            vertical-align: middle; }
          .modal_main .modal_content .room_selector .group .counter input.number, .modal_secondary .modal_content .room_selector .group .counter input.number {
            border: 0;
            font-size: 22px;
            line-height: 26px;
            font-weight: 600;
            display: inline-block;
            width: 20px;
            height: 35px;
            vertical-align: middle;
            text-align: center;
            padding: 0;
            text-indent: 0;
            margin: 0 12px;
            font-family: 'Roboto', sans-serif;
            font-weight: 400; }
            @media (max-width: 550px) {
              .modal_main .modal_content .room_selector .group .counter input.number, .modal_secondary .modal_content .room_selector .group .counter input.number {
                position: relative;
                top: -2px; } }
            @media (max-width: 350px) {
              .modal_main .modal_content .room_selector .group .counter input.number, .modal_secondary .modal_content .room_selector .group .counter input.number {
                width: 34px; } }
    .modal_main .modal_content .constrained, .modal_secondary .modal_content .constrained {
      margin-top: 12px;
      margin-bottom: 25px;
      overflow: hidden;
      text-align: center; }
      .modal_main .modal_content .constrained.step_one, .modal_secondary .modal_content .constrained.step_one {
        margin-bottom: 15px;
        margin-top: 2px; }
      @media (max-width: 550px) {
        .modal_main .modal_content .constrained, .modal_secondary .modal_content .constrained {
          margin: 25px 0 20px; } }
      .modal_main .modal_content .constrained label.title_txt,
      .modal_main .modal_content .constrained .label.title_txt, .modal_secondary .modal_content .constrained label.title_txt,
      .modal_secondary .modal_content .constrained .label.title_txt {
        margin-bottom: 15px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-weight: normal;
        font-size: 17px; }
        .modal_main .modal_content .constrained label.title_txt span,
        .modal_main .modal_content .constrained .label.title_txt span, .modal_secondary .modal_content .constrained label.title_txt span,
        .modal_secondary .modal_content .constrained .label.title_txt span {
          font-size: 14px;
          font-style: italic;
          color: #1f1f1f;
          display: block;
          margin-top: 1px;
          margin-bottom: 0px; }
    .modal_main .modal_content form, .modal_secondary .modal_content form {
      overflow: hidden; }
      .modal_main .modal_content form .col-xs-3, .modal_secondary .modal_content form .col-xs-3 {
        width: 25%;
        float: left;
        padding: 7px;
        font-weight: 600;
        font-size: 15px; }
      .modal_main .modal_content form .padded-row .row, .modal_secondary .modal_content form .padded-row .row {
        padding: 10px 0;
        font-weight: 600; }
        .modal_main .modal_content form .padded-row .row .col-xs-3, .modal_secondary .modal_content form .padded-row .row .col-xs-3 {
          text-align: center; }
          .modal_main .modal_content form .padded-row .row .col-xs-3:first-child, .modal_secondary .modal_content form .padded-row .row .col-xs-3:first-child {
            text-align: left;
            padding-left: 35px; }
          .modal_main .modal_content form .padded-row .row .col-xs-3 img, .modal_secondary .modal_content form .padded-row .row .col-xs-3 img {
            display: inline-block;
            width: 28px;
            height: 28px; }
      .modal_main .modal_content form .group, .modal_secondary .modal_content form .group {
        width: 100%;
        float: left;
        margin: 0 0 -1px 0; }
        .modal_main .modal_content form .group.hide_group, .modal_secondary .modal_content form .group.hide_group {
          display: none; }
        .modal_main .modal_content form .group.has_commercial, .modal_secondary .modal_content form .group.has_commercial {
          margin-bottom: 5px; }
        .modal_main .modal_content form .group:last-child .group.half, .modal_main .modal_content form .group:last-child .group.third, .modal_secondary .modal_content form .group:last-child .group.half, .modal_secondary .modal_content form .group:last-child .group.third {
          margin-bottom: 0 !important; }
        .modal_main .modal_content form .group.half, .modal_secondary .modal_content form .group.half {
          width: 50%; }
          .modal_main .modal_content form .group.half.space, .modal_secondary .modal_content form .group.half.space {
            margin-bottom: 15px !important; }
          .modal_main .modal_content form .group.half.end input, .modal_secondary .modal_content form .group.half.end input {
            border-left: 0 !important; }
          .modal_main .modal_content form .group.half.space, .modal_secondary .modal_content form .group.half.space {
            width: 48%;
            margin-right: 2%; }
            .modal_main .modal_content form .group.half.space.end, .modal_secondary .modal_content form .group.half.space.end {
              width: 50%;
              margin-right: 0%; }
        .modal_main .modal_content form .group.third, .modal_secondary .modal_content form .group.third {
          width: 33.3333333333%; }
        .modal_main .modal_content form .group.checks, .modal_secondary .modal_content form .group.checks {
          margin-bottom: -2%; }
        .modal_main .modal_content form .group.checked, .modal_secondary .modal_content form .group.checked {
          margin-bottom: 0px;
          width: 49.5%;
          margin-right: 1%; }
          .modal_main .modal_content form .group.checked.end, .modal_secondary .modal_content form .group.checked.end {
            margin-right: 0; }
          .modal_main .modal_content form .group.checked.small, .modal_secondary .modal_content form .group.checked.small {
            width: 43%;
            float: none;
            display: inline-block;
            margin-right: -1px; }
          .modal_main .modal_content form .group.checked input[type="radio"] + label, .modal_main .modal_content form .group.checked input[type="checkbox"] + label, .modal_secondary .modal_content form .group.checked input[type="radio"] + label, .modal_secondary .modal_content form .group.checked input[type="checkbox"] + label {
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            color: #1f1f1f;
            font-weight: 500; }
          .modal_main .modal_content form .group.checked label,
          .modal_main .modal_content form .group.checked .label, .modal_secondary .modal_content form .group.checked label,
          .modal_secondary .modal_content form .group.checked .label {
            text-align: left;
            padding-left: 15px;
            position: relative;
            margin-top: 1px; }
            .modal_main .modal_content form .group.checked label:before,
            .modal_main .modal_content form .group.checked .label:before, .modal_secondary .modal_content form .group.checked label:before,
            .modal_secondary .modal_content form .group.checked .label:before {
              content: ' ';
              width: 20px;
              height: 20px;
              background: url(/wp-content/themes/certapro/images/gray_check.svg) no-repeat center center;
              display: inline-block;
              vertical-align: middle;
              position: absolute;
              top: 50%;
              margin-top: -11px;
              right: 15px;
              background-size: cover;
              margin-right: 0; }
            .modal_main .modal_content form .group.checked label:hover,
            .modal_main .modal_content form .group.checked .label:hover, .modal_secondary .modal_content form .group.checked label:hover,
            .modal_secondary .modal_content form .group.checked .label:hover {
              background: #f2f2f2; }
          .modal_main .modal_content form .group.checked input[type="radio"]:checked + label, .modal_main .modal_content form .group.checked input[type="checkbox"]:checked + label, .modal_secondary .modal_content form .group.checked input[type="radio"]:checked + label, .modal_secondary .modal_content form .group.checked input[type="checkbox"]:checked + label {
            background: #fff1ce;
            color: black;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            font-weight: 500; }
          .modal_main .modal_content form .group.checked input[type="radio"]:checked + label:before, .modal_main .modal_content form .group.checked input[type="checkbox"]:checked + label:before, .modal_secondary .modal_content form .group.checked input[type="radio"]:checked + label:before, .modal_secondary .modal_content form .group.checked input[type="checkbox"]:checked + label:before {
            background: url(/wp-content/themes/certapro/images/yellow_check.svg) no-repeat center center;
            position: absolute;
            top: 50%;
            margin-top: -11px;
            right: 15px;
            background-size: cover;
            margin-right: 0; }
        .modal_main .modal_content form .group.icon, .modal_secondary .modal_content form .group.icon {
          float: none;
          display: inline-block;
          max-width: 250px;
          margin-bottom: 7px; }
          .modal_main .modal_content form .group.icon label, .modal_secondary .modal_content form .group.icon label {
            width: calc(100% - 50px) !important;
            text-align: left;
            padding-left: 15px;
            position: relative;
            margin-top: 0; }
            .modal_main .modal_content form .group.icon label:before, .modal_secondary .modal_content form .group.icon label:before {
              content: ' ';
              width: 20px;
              height: 20px;
              background: url(/wp-content/themes/certapro/images/gray_check.svg) no-repeat center center;
              display: inline-block;
              vertical-align: middle;
              position: absolute;
              top: 50%;
              margin-top: -11px;
              right: 15px;
              background-size: cover;
              margin-right: 0; }
            .modal_main .modal_content form .group.icon label:hover, .modal_secondary .modal_content form .group.icon label:hover {
              background: #f2f2f2; }
          .modal_main .modal_content form .group.icon input[type="radio"]:checked + label, .modal_main .modal_content form .group.icon input[type="checkbox"]:checked + label, .modal_secondary .modal_content form .group.icon input[type="radio"]:checked + label, .modal_secondary .modal_content form .group.icon input[type="checkbox"]:checked + label {
            background: #fdc12c;
            color: white; }
          .modal_main .modal_content form .group.icon input[type="radio"]:checked + label:before, .modal_main .modal_content form .group.icon input[type="checkbox"]:checked + label:before, .modal_secondary .modal_content form .group.icon input[type="radio"]:checked + label:before, .modal_secondary .modal_content form .group.icon input[type="checkbox"]:checked + label:before {
            background: url(/wp-content/themes/certapro/images/yellow_check.svg) no-repeat center center;
            position: absolute;
            top: 50%;
            margin-top: -13px;
            right: 13px;
            margin-right: 0; }
          .modal_main .modal_content form .group.icon span.icon, .modal_secondary .modal_content form .group.icon span.icon {
            float: left;
            width: 38px;
            height: 27px;
            margin-right: 10px;
            margin-top: 12px;
            background-size: contain;
            background-repeat: no-repeat; }
            .modal_main .modal_content form .group.icon span.icon.commercial, .modal_secondary .modal_content form .group.icon span.icon.commercial {
              background-image: url(/wp-content/themes/certapro/images/icon_business.png); }
              .modal_main .modal_content form .group.icon span.icon.commercial.selected, .modal_secondary .modal_content form .group.icon span.icon.commercial.selected {
                background-image: url(/wp-content/themes/certapro/images/icon_business_active.png); }
            .modal_main .modal_content form .group.icon span.icon.residential, .modal_secondary .modal_content form .group.icon span.icon.residential {
              background-image: url(/wp-content/themes/certapro/images/icon_home.png); }
              .modal_main .modal_content form .group.icon span.icon.residential.selected, .modal_secondary .modal_content form .group.icon span.icon.residential.selected {
                background-image: url(/wp-content/themes/certapro/images/icon_home_active.png); }
            .modal_main .modal_content form .group.icon span.icon.exterior, .modal_secondary .modal_content form .group.icon span.icon.exterior {
              background-image: url(/wp-content/themes/certapro/images/icon_exterior.png); }
              .modal_main .modal_content form .group.icon span.icon.exterior.selected, .modal_secondary .modal_content form .group.icon span.icon.exterior.selected {
                background-image: url(/wp-content/themes/certapro/images/icon_exterior_active.png); }
            .modal_main .modal_content form .group.icon span.icon.interior, .modal_secondary .modal_content form .group.icon span.icon.interior {
              background-image: url(/wp-content/themes/certapro/images/icon_interior.png); }
              .modal_main .modal_content form .group.icon span.icon.interior.selected, .modal_secondary .modal_content form .group.icon span.icon.interior.selected {
                background-image: url(/wp-content/themes/certapro/images/icon_interior_active.png); }
        .modal_main .modal_content form .group.icon_stacked, .modal_secondary .modal_content form .group.icon_stacked {
          float: left;
          display: inline-block;
          width: 50%;
          margin-bottom: 7px;
          text-align: center;
          padding: 0 10px; }
          @media (max-width: 350px) {
            .modal_main .modal_content form .group.icon_stacked, .modal_secondary .modal_content form .group.icon_stacked {
              padding: 0 5px; } }
          .modal_main .modal_content form .group.icon_stacked label,
          .modal_main .modal_content form .group.icon_stacked .label, .modal_secondary .modal_content form .group.icon_stacked label,
          .modal_secondary .modal_content form .group.icon_stacked .label {
            width: 100% !important;
            height: 70px;
            font-size: 17px;
            line-height: 23px;
            text-align: left;
            padding-left: 15px;
            position: relative;
            margin-top: 0;
            padding: 11px 20px;
            font-weight: 500; }
            @media (max-width: 350px) {
              .modal_main .modal_content form .group.icon_stacked label,
              .modal_main .modal_content form .group.icon_stacked .label, .modal_secondary .modal_content form .group.icon_stacked label,
              .modal_secondary .modal_content form .group.icon_stacked .label {
                font-size: 16px;
                line-height: 21px;
                padding: 11px 15px; } }
            .modal_main .modal_content form .group.icon_stacked label:before,
            .modal_main .modal_content form .group.icon_stacked .label:before, .modal_secondary .modal_content form .group.icon_stacked label:before,
            .modal_secondary .modal_content form .group.icon_stacked .label:before {
              content: ' ';
              width: 20px;
              height: 20px;
              background: url(/wp-content/themes/certapro/images/gray_check.svg) no-repeat center center;
              display: inline-block;
              vertical-align: middle;
              position: absolute;
              position: absolute;
              top: 50%;
              margin-top: -13px;
              right: 13px;
              margin-right: 0; }
            .modal_main .modal_content form .group.icon_stacked label:hover,
            .modal_main .modal_content form .group.icon_stacked .label:hover, .modal_secondary .modal_content form .group.icon_stacked label:hover,
            .modal_secondary .modal_content form .group.icon_stacked .label:hover {
              background: #f2f2f2; }
          .modal_main .modal_content form .group.icon_stacked input[type="radio"]:checked + label, .modal_main .modal_content form .group.icon_stacked input[type="checkbox"]:checked + label, .modal_secondary .modal_content form .group.icon_stacked input[type="radio"]:checked + label, .modal_secondary .modal_content form .group.icon_stacked input[type="checkbox"]:checked + label {
            background: #fff1ce;
            color: black;
            font-weight: 500; }
          .modal_main .modal_content form .group.icon_stacked input[type="radio"]:checked + label:before, .modal_main .modal_content form .group.icon_stacked input[type="checkbox"]:checked + label:before, .modal_secondary .modal_content form .group.icon_stacked input[type="radio"]:checked + label:before, .modal_secondary .modal_content form .group.icon_stacked input[type="checkbox"]:checked + label:before {
            background: url(/wp-content/themes/certapro/images/yellow_check.svg) no-repeat center center;
            position: absolute;
            top: 50%;
            margin-top: -13px;
            right: 13px;
            margin-right: 0; }
          .modal_main .modal_content form .group.icon_stacked span.icon, .modal_secondary .modal_content form .group.icon_stacked span.icon {
            display: inline-block;
            width: 75px;
            height: 60px;
            margin-right: 0px;
            margin-top: 10px;
            margin-bottom: 7px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center; }
            .modal_main .modal_content form .group.icon_stacked span.icon.iconHome, .modal_secondary .modal_content form .group.icon_stacked span.icon.iconHome {
              background-image: url(/wp-content/themes/certapro/images/icon_in_home.svg); }
              .modal_main .modal_content form .group.icon_stacked span.icon.iconHome.selected, .modal_secondary .modal_content form .group.icon_stacked span.icon.iconHome.selected {
                background-image: url(/wp-content/themes/certapro/images/icon_in_home_active.svg); }
            .modal_main .modal_content form .group.icon_stacked span.icon.iconOnline, .modal_secondary .modal_content form .group.icon_stacked span.icon.iconOnline {
              background-image: url(/wp-content/themes/certapro/images/icon_online.svg); }
              .modal_main .modal_content form .group.icon_stacked span.icon.iconOnline.selected, .modal_secondary .modal_content form .group.icon_stacked span.icon.iconOnline.selected {
                background-image: url(/wp-content/themes/certapro/images/icon_online_active.svg); }
          .modal_main .modal_content form .group.icon_stacked p.info_txt, .modal_secondary .modal_content form .group.icon_stacked p.info_txt {
            font-size: 13px;
            line-height: 18px;
            text-align: left;
            margin: 10px 0 0 0;
            float: left;
            padding: 7px; }
            @media (max-width: 350px) {
              .modal_main .modal_content form .group.icon_stacked p.info_txt, .modal_secondary .modal_content form .group.icon_stacked p.info_txt {
                padding: 7px 0; } }
        .modal_main .modal_content form .group.checkbox, .modal_secondary .modal_content form .group.checkbox {
          margin-right: -1px !important;
          margin-bottom: 15px !important; }
          .modal_main .modal_content form .group.checkbox input[type="radio"] + label, .modal_main .modal_content form .group.checkbox input[type="checkbox"] + label, .modal_secondary .modal_content form .group.checkbox input[type="radio"] + label, .modal_secondary .modal_content form .group.checkbox input[type="checkbox"] + label {
            border-radius: 0; }
          .modal_main .modal_content form .group.checkbox:first-child input[type="radio"] + label, .modal_main .modal_content form .group.checkbox:first-child input[type="checkbox"] + label, .modal_secondary .modal_content form .group.checkbox:first-child input[type="radio"] + label, .modal_secondary .modal_content form .group.checkbox:first-child input[type="checkbox"] + label {
            border-radius: 3px 0 0 3px; }
          .modal_main .modal_content form .group.checkbox:last-child input[type="radio"] + label, .modal_main .modal_content form .group.checkbox:last-child input[type="checkbox"] + label, .modal_secondary .modal_content form .group.checkbox:last-child input[type="radio"] + label, .modal_secondary .modal_content form .group.checkbox:last-child input[type="checkbox"] + label {
            border-radius: 0 3px 3px 0; }
          .modal_main .modal_content form .group.checkbox.half, .modal_secondary .modal_content form .group.checkbox.half {
            width: 50%;
            margin: 0; }
          .modal_main .modal_content form .group.checkbox.third, .modal_secondary .modal_content form .group.checkbox.third {
            width: 33.3333333333%;
            margin: 0; }
        .modal_main .modal_content form .group input[type="checkbox"], .modal_secondary .modal_content form .group input[type="checkbox"] {
          display: none !important; }
        .modal_main .modal_content form .group.needsfilled input[type="radio"] + label, .modal_main .modal_content form .group.needsfilled input[type="checkbox"] + label, .modal_main .modal_content form .group.needsfilled input select, .modal_main .modal_content form .group.needsfilled .drop_line span.drop[type="radio"] + label, .modal_main .modal_content form .group.needsfilled .drop_line span.drop[type="checkbox"] + label, .modal_main .modal_content form .group.needsfilled .drop_line span.drop select, .modal_secondary .modal_content form .group.needsfilled input[type="radio"] + label, .modal_secondary .modal_content form .group.needsfilled input[type="checkbox"] + label, .modal_secondary .modal_content form .group.needsfilled input select, .modal_secondary .modal_content form .group.needsfilled .drop_line span.drop[type="radio"] + label, .modal_secondary .modal_content form .group.needsfilled .drop_line span.drop[type="checkbox"] + label, .modal_secondary .modal_content form .group.needsfilled .drop_line span.drop select {
          background: rgba(255, 191, 191, 0.5);
          border: 1px solid #e49f9f;
          color: #af0202; }
        .modal_main .modal_content form .group .preferred:focus, .modal_secondary .modal_content form .group .preferred:focus {
          outline: none; }
      .modal_main .modal_content form input[type="checkbox"] + label, .modal_secondary .modal_content form input[type="checkbox"] + label {
        width: calc(100% - 2px);
        line-height: 50px;
        text-align: center;
        border-radius: 3px;
        background: #fbfbfb;
        border: 1px solid #ddd;
        cursor: pointer;
        display: block;
        font-size: 15px; }
        .modal_main .modal_content form input[type="checkbox"] + label:hover, .modal_secondary .modal_content form input[type="checkbox"] + label:hover {
          background: #f5f5f5; }
        @media (max-width: 550px) {
          .modal_main .modal_content form input[type="checkbox"] + label, .modal_secondary .modal_content form input[type="checkbox"] + label {
            line-height: 55px; } }
      .modal_main .modal_content form input[type="checkbox"]:checked + label, .modal_secondary .modal_content form input[type="checkbox"]:checked + label {
        color: white;
        font-weight: 600;
        background: #FDB913;
        border-color: #fdbc1d; }
        .modal_main .modal_content form input[type="checkbox"]:checked + label:before, .modal_secondary .modal_content form input[type="checkbox"]:checked + label:before {
          content: ' ';
          width: 20px;
          height: 20px;
          background: url(/wp-content/themes/certapro/images/white_check.svg) no-repeat center center;
          display: inline-block;
          vertical-align: middle;
          position: relative;
          top: -1px;
          margin-right: 6px;
          background-size: cover; }
        .modal_main .modal_content form input[type="checkbox"]:checked + label:hover, .modal_secondary .modal_content form input[type="checkbox"]:checked + label:hover {
          background: #fdc12c; }
      .modal_main .modal_content form.needsfilled input[type="radio"] + label, .modal_secondary .modal_content form.needsfilled input[type="radio"] + label {
        background: #fcebeb;
        border: 1px solid #e49f9f;
        color: #af0202; }
    .modal_main .modal_content .step, .modal_secondary .modal_content .step {
      margin-top: 20px;
      padding-top: 5px;
      border-top: 1px dashed #ddd;
      float: left;
      width: 100%; }
    .modal_main .modal_content .spacer, .modal_secondary .modal_content .spacer {
      width: 100%;
      margin-bottom: 5px;
      margin-top: 5px;
      display: block;
      font-size: 17px;
      font-family: 'Helvetica Neue';
      font-weight: 500 !important;
      color: #1f1f1f;
      padding-left: 0;
      float: left;
      font-weight: normal;
      margin-top: 35px; }
    .modal_main .modal_content label, .modal_secondary .modal_content label {
      width: 100%;
      margin-bottom: 5px;
      margin-top: 5px;
      display: block;
      font-size: 17px;
      font-family: 'Helvetica Neue';
      font-weight: 400;
      color: #1f1f1f;
      padding-left: 0;
      float: left;
      font-weight: normal; }
      .modal_main .modal_content label.title_txt, .modal_secondary .modal_content label.title_txt {
        font-weight: 500; }
      .modal_main .modal_content label.spacer, .modal_secondary .modal_content label.spacer {
        margin-top: 35px; }
      .modal_main .modal_content label.check, .modal_secondary .modal_content label.check {
        margin-bottom: -1px;
        margin-top: 10px;
        padding-top: 0 !important; }
      .modal_main .modal_content label span.toggle, .modal_secondary .modal_content label span.toggle {
        float: right;
        background-image: url(../../images/add_icon.svg);
        background-size: cover;
        width: 26px;
        height: 26px;
        position: relative;
        top: -2px;
        cursor: pointer;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        .modal_main .modal_content label span.toggle.open, .modal_secondary .modal_content label span.toggle.open {
          background-image: url(../../images/close_icon.svg); }
        .modal_main .modal_content label span.toggle:hover, .modal_secondary .modal_content label span.toggle:hover {
          -webkit-transition: all .3s;
          -moz-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s;
          opacity: .7;
          cursor: pointer; }
          @media (max-width: 550px) {
            .modal_main .modal_content label span.toggle:hover, .modal_secondary .modal_content label span.toggle:hover {
              opacity: 1; } }
    .modal_main .modal_content textarea, .modal_secondary .modal_content textarea {
      background: #fff;
      /*text-indent: 15px;*/
      padding: 15px;
      height: 150px;
      width: 100%;
      font-size: 16px;
      line-height: 20px;
      border-radius: 3px;
      border-bottom: 7px;
      border: 1px solid #ddd;
      float: left;
      font-family: 'Helvetica Neue';
      font-weight: 400;
      font-width: normal; }
      .modal_main .modal_content textarea::-webkit-input-placeholder, .modal_secondary .modal_content textarea::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #aaa; }
      .modal_main .modal_content textarea::-moz-placeholder, .modal_secondary .modal_content textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #aaa; }
      .modal_main .modal_content textarea:-ms-input-placeholder, .modal_secondary .modal_content textarea:-ms-input-placeholder {
        /* IE 10+ */
        color: #aaa; }
      .modal_main .modal_content textarea:-moz-placeholder, .modal_secondary .modal_content textarea:-moz-placeholder {
        /* Firefox 18- */
        color: #aaa; }
      @media (max-width: 550px) {
        .modal_main .modal_content textarea, .modal_secondary .modal_content textarea {
          font-family: 'Helvetica Neue';
          font-weight: 600; } }
      .modal_main .modal_content textarea.project_details, .modal_secondary .modal_content textarea.project_details {
        display: none; }
    .modal_main .modal_content .drop_line, .modal_secondary .modal_content .drop_line {
      max-width: none;
      background: #fff url(/wp-content/themes/certapro/landing-templates/img/arrow_gray_down.svg) no-repeat 92% center;
      height: 50px;
      padding: 0px;
      border: 1px solid #c9c9c9;
      border-radius: 0px;
      display: inline-block;
      width: 100%;
      margin-bottom: 0px;
      margin-top: 0px;
      text-align: center; }
      .modal_main .modal_content .drop_line.selected, .modal_secondary .modal_content .drop_line.selected {
        background: #fff1ce url(/wp-content/themes/certapro/landing-templates/img/arrow_gray_down.svg) no-repeat 96% center;
        color: black;
        font-weight: 500;
        border: 1px solid #fdb913; }
      @media (max-width: 550px) {
        .modal_main .modal_content .drop_line, .modal_secondary .modal_content .drop_line {
          height: 50px; } }
      .modal_main .modal_content .drop_line span.drop, .modal_secondary .modal_content .drop_line span.drop {
        width: 100%;
        display: inline-block; }
        .modal_main .modal_content .drop_line span.drop select, .modal_secondary .modal_content .drop_line span.drop select {
          background: none;
          height: auto;
          position: relative;
          top: 0px;
          border: 0px solid #ddd;
          border-radius: 0px;
          padding: 14px 7px 12px 15px;
          text-indent: 0px;
          vertical-align: middle;
          font-size: 15px;
          width: 100%;
          margin: 0;
          outline: none;
          display: inline-block;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          cursor: pointer;
          color: #787878;
          font-family: 'Helvetica Neue';
          font-weight: 400;
          font-weight: normal; }
          @media (max-width: 550px) {
            .modal_main .modal_content .drop_line span.drop select, .modal_secondary .modal_content .drop_line span.drop select {
              padding: 12px 7px 12px 12px;
              font-size: 16px;
              font-family: 'Helvetica Neue';
              font-weight: 600;
              font-width: normal; } }
      .modal_main .modal_content .drop_line .drop_arrow, .modal_secondary .modal_content .drop_line .drop_arrow {
        position: absolute;
        top: 6px;
        left: 369px;
        z-index: 1;
        width: 18px; }
    .modal_main .modal_content input, .modal_secondary .modal_content input {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      height: 50px;
      text-indent: 0px;
      width: 100%;
      margin: 0;
      font-size: 18px;
      font-family: 'Helvetica Neue';
      font-weight: 400;
      font-weight: normal;
      outline: none;
      border: 1px solid #c9c9c9;
      border-radius: 0px;
      padding: 0 0 0 15px; }
      .modal_main .modal_content input::-webkit-input-placeholder, .modal_secondary .modal_content input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #aaa; }
      .modal_main .modal_content input::-moz-placeholder, .modal_secondary .modal_content input::-moz-placeholder {
        /* Firefox 19+ */
        color: #aaa; }
      .modal_main .modal_content input:-ms-input-placeholder, .modal_secondary .modal_content input:-ms-input-placeholder {
        /* IE 10+ */
        color: #aaa; }
      .modal_main .modal_content input:-moz-placeholder, .modal_secondary .modal_content input:-moz-placeholder {
        /* Firefox 18- */
        color: #aaa; }
      @media (max-width: 550px) {
        .modal_main .modal_content input, .modal_secondary .modal_content input {
          font-size: 16px;
          height: 50px;
          text-indent: 5px;
          font-family: 'Helvetica Neue';
          font-weight: 600;
          font-width: normal; } }
      .modal_main .modal_content input[type="radio"], .modal_secondary .modal_content input[type="radio"] {
        display: none !important; }
      .modal_main .modal_content input[type="radio"] + label, .modal_secondary .modal_content input[type="radio"] + label {
        line-height: 45px;
        text-align: center;
        background: white;
        border: 1px solid #ccc;
        cursor: pointer;
        float: left;
        font-size: 16px;
        font-family: 'Helvetica Neue';
        font-weight: 400;
        height: 50px;
        margin-bottom: -4px;
        text-transform: none;
        border-radius: 0;
        transition: background-color 0.5s ease; }
      .modal_main .modal_content input[type="radio"]:checked + label, .modal_secondary .modal_content input[type="radio"]:checked + label {
        color: white;
        background: #FDB913;
        border-color: #f9b202;
        font-family: 'Helvetica Neue';
        font-weight: 600;
        transition: background-color 0.5s ease; }
        .modal_main .modal_content input[type="radio"]:checked + label:before, .modal_secondary .modal_content input[type="radio"]:checked + label:before {
          content: ' ';
          width: 24px;
          height: 24px;
          background: url(../../images/white_check.svg) no-repeat center center;
          display: inline-block;
          vertical-align: middle;
          position: relative;
          top: -2px;
          margin-right: 6px; }
      .modal_main .modal_content input[type="checkbox"], .modal_secondary .modal_content input[type="checkbox"] {
        -webkit-appearance: normal; }
    .modal_main .modal_content input.needsfilled, .modal_main .modal_content textarea.needsfilled, .modal_secondary .modal_content input.needsfilled, .modal_secondary .modal_content textarea.needsfilled {
      background: #fcebeb !important;
      border: 1px solid #e49f9f !important;
      color: #af0202 !important; }
    .modal_main .modal_content .drop_line.needsfilled, .modal_secondary .modal_content .drop_line.needsfilled {
      background: url(/wp-content/themes/certapro/landing-templates/img/arrow-form.svg) no-repeat right center #fcebeb !important;
      border: 1px solid #e49f9f !important;
      background-size: 32px !important; }
      .modal_main .modal_content .drop_line.needsfilled select, .modal_secondary .modal_content .drop_line.needsfilled select {
        color: #af0202 !important; }
    .modal_main .modal_content .country, .modal_secondary .modal_content .country {
      display: none; }

#res_form .loading {
  display: block;
  width: 100%;
  z-index: 1;
  background: #f4f4f4;
  transition: all 100ms ease-in;
  text-align: center;
  padding-left: 0px;
  margin: 0; }
  #res_form .loading .msg {
    display: inline-block;
    padding: 50px 20px;
    text-align: center; }
    #res_form .loading .msg p {
      font-size: 19px;
      line-height: 23px;
      font-family: 'Helvetica Neue';
      font-weight: 400; }
  #res_form .loading .holder {
    display: inline-block; }
  #res_form .loading.done {
    opacity: 0;
    display: none; }
  #res_form .loading.no-service {
    min-height: 150px; }
    #res_form .loading.no-service .msg {
      opacity: 0;
      display: none; }
    #res_form .loading.no-service .denied {
      display: block;
      opacity: 1; }
    #res_form .loading.no-service .holder {
      display: none; }

.modal_main .modal_content form .label.check.title_txt {
  padding-top: 0 !important; }

#photo_upload_question .group.half.checkbox {
  margin-bottom: 15px !important; }

.oe-spacer {
  height: 50px;
  width: 100%;
  display: none; }
  @media (max-width: 550px) {
    .oe-spacer {
      display: block; } }
  .oe-spacer.fixed {
    display: block; }

.fixed#oe-title-bar .title {
  position: fixed;
  top: 0;
  width: 450px;
  z-index: 99; }
  @media (max-width: 550px) {
    .fixed#oe-title-bar .title {
      width: 100%; } }
#oe-title-bar .title {
  z-index: 99; }
  @media (max-width: 550px) {
    #oe-title-bar .title {
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      right: 0; } }
  #oe-title-bar .title .total {
    font-weight: bold;
    position: relative; }
    #oe-title-bar .title .total span {
      position: absolute;
      top: 0;
      margin-left: 10px; }
      #oe-title-bar .title .total span:nth-child(1).positive {
        animation: positive-highlight 700ms ease-in-out; }
      #oe-title-bar .title .total span:nth-child(1).negative {
        animation: negative-highlight 700ms ease-in-out; }
      #oe-title-bar .title .total span:nth-child(2).positive {
        animation: positive-peel 700ms ease-in-out; }
      #oe-title-bar .title .total span:nth-child(2).negative {
        animation: negative-peel 700ms ease-in-out; }

.progress_bar {
  z-index: 98;
  width: 100%;
  height: 18px;
  border-radius: 0px;
  background: #e0dede;
  border: 0px solid #c7c7c7;
  position: relative;
  overflow: hidden;
  margin-bottom: 0px; }
  .progress_bar .bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2%;
    background-color: #fdb913;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f1ad04), color-stop(1, #f5d996));
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.3);
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out; }
    .progress_bar .bar:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
      background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
      z-index: 1;
      -webkit-background-size: 50px 50px;
      -moz-background-size: 50px 50px;
      background-size: 50px 50px;
      -webkit-animation: move 2s linear infinite;
      -moz-animation: move 2s linear infinite;
      -webkit-border-top-right-radius: 8px;
      -webkit-border-bottom-right-radius: 8px;
      -moz-border-radius-topright: 8px;
      -moz-border-radius-bottomright: 8px;
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
      -webkit-border-top-left-radius: 20px;
      -webkit-border-bottom-left-radius: 20px;
      -moz-border-radius-topleft: 20px;
      -moz-border-radius-bottomleft: 20px;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
      overflow: hidden; }

.denied {
  text-align: center; }
  .denied h2 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 35px 0; }
    @media (max-width: 350px) {
      .denied h2 {
        font-size: 18px; } }
  .denied p {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 10px; }

#no_appt_available {
  padding: 20px 0;
  overflow: hidden; }

p.disclaimer {
  width: 100%;
  text-align: center;
  margin-top: 25px;
  font-size: 13px;
  font-weight: 600; }

.app-x {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 99999;
  width: 22px;
  cursor: pointer; }

.title-bar {
  padding: 0;
  height: auto;
  margin-top: -4px;
  margin-bottom: 20px;
  background: transparent; }
  .title-bar h1 {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 24px; }

/* @end */
/* Loading panel */
.vertical {
  display: table;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 11;
  padding: 50px 20px; }
  @media (max-width: 350px) {
    .vertical {
      padding: 50px 10px; } }
  .vertical .centered {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    margin-top: -10px;
    position: relative;
    z-index: 3;
    padding: 0 0px 25px 0px; }

.loading {
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #f4f4f4;
  transition: all 100ms ease-in;
  text-align: center; }
  .loading .msg {
    display: inline-block;
    padding: 50px 20px;
    text-align: center; }
    .loading .msg p {
      font-size: 19px;
      line-height: 23px; }
  .loading .holder {
    display: inline-block; }
  .loading.done {
    opacity: 0;
    display: none; }
  .loading.no-service {
    min-height: 150px; }
    .loading.no-service .msg {
      opacity: 0;
      display: none; }
    .loading.no-service .denied {
      display: block;
      opacity: 1; }
    .loading.no-service .holder {
      display: none; }

.denied {
  text-align: center; }
  .denied h2 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 35px 0; }
    @media (max-width: 350px) {
      .denied h2 {
        font-size: 18px; } }
  .denied p {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 10px; }

#no_appt_available {
  padding: 20px 0;
  overflow: hidden; }

/* @end */
/* @group Date & Time Picker */
.date_slider_group {
  overflow: hidden;
  width: 100%;
  margin-top: 7px;
  float: left; }
  .date_slider_group .date_slider {
    width: 86%;
    float: left;
    overflow: hidden;
    height: 70px;
    position: relative;
    margin-bottom: 15px; }
    .date_slider_group .date_slider .slider_track {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; }
    .date_slider_group .date_slider .block_group {
      width: auto;
      float: left; }
      .date_slider_group .date_slider .block_group .block {
        width: 18.5%;
        height: auto;
        margin: 0 .75%;
        border: 1px solid #ddd;
        padding: 9px 10px;
        background: white;
        float: left;
        cursor: pointer;
        transition: border-color 0.5s ease, background-color 0.5s ease; }
        .date_slider_group .date_slider .block_group .block:hover {
          cursor: pointer;
          border: 1px solid #FDB913;
          transition: border-color 0.5s ease, background-color 0.5s ease; }
        .date_slider_group .date_slider .block_group .block span {
          text-align: center;
          width: 100%;
          display: block;
          color: #1f1f1f;
          font-family: 'Helvetica Neue';
          font-weight: 600; }
          .date_slider_group .date_slider .block_group .block span.top {
            font-size: 10px;
            line-height: 10px;
            padding-bottom: 0px;
            text-transform: uppercase; }
          .date_slider_group .date_slider .block_group .block span.bottom {
            font-size: 16px; }
        .date_slider_group .date_slider .block_group .block.active {
          background: #FDB913;
          border: 1px solid #FDB913; }
          .date_slider_group .date_slider .block_group .block.active span {
            background: #FDB913;
            color: white; }
  .date_slider_group .arrow {
    position: relative;
    width: 7%;
    height: 70px; }
    .date_slider_group .arrow img {
      width: 30px;
      margin-top: 0px;
      display: inline-block;
      padding: 14px; }
      @media (max-width: 550px) {
        .date_slider_group .arrow img {
          width: 24px; } }
      .date_slider_group .arrow img:hover {
        opacity: .5;
        cursor: pointer; }
    .date_slider_group .arrow .arrow_overlay {
      background: #F4F4F4;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: none; }
      .date_slider_group .arrow .arrow_overlay.show {
        opacity: .8;
        display: block; }
    .date_slider_group .arrow.left {
      float: left;
      text-align: left; }
      .date_slider_group .arrow.left img {
        padding-left: 0; }
    .date_slider_group .arrow.right {
      float: right;
      text-align: right; }
      .date_slider_group .arrow.right img {
        padding-right: 0;
        position: relative;
        right: 3px; }

.time_group {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #ddd; }
  .time_group .time {
    float: left;
    width: 100%;
    margin: 3px 0;
    border: 1px solid #ddd;
    background: white;
    padding: 11px 10px;
    color: #1f1f1f;
    font-size: 17px;
    text-align: center;
    transition: border-color 0.5s ease, background-color 0.5s ease;
    cursor: pointer; }
    .time_group .time:before {
      content: ' ';
      width: 20px;
      height: 20px;
      display: inline-block;
      background-image: url(../../images/check_inactive.svg);
      background-size: cover;
      margin-right: 5px;
      position: relative;
      top: 4px;
      display: none; }
    @media (max-width: 550px) {
      .time_group .time {
        font-size: 16px; } }
    .time_group .time:hover {
      cursor: pointer;
      border: 1px solid #FDB913;
      transition: border-color 0.5s ease, background-color 0.5s ease; }
    .time_group .time.active {
      background: #FDB913;
      border: 1px solid #FDB913;
      color: white;
      font-family: 'Helvetica Neue';
      font-weight: 600; }
      .time_group .time.active:before {
        background-image: url(../../images/check_active.svg);
        display: inline-block; }

.custom_time {
  width: 100%;
  float: left;
  border: 0;
  background: transparent;
  padding: 15px 10px;
  color: #1f1f1f;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.5s ease, background-color 0.5s ease; }
  .custom_time:hover {
    cursor: pointer; }
  .custom_time:before {
    content: ' ';
    width: 20px;
    height: 20px;
    background-size: cover;
    margin-right: 5px;
    position: relative;
    top: 5px;
    background-image: url(../../images/check_inactive.svg);
    display: inline-block; }
  .custom_time.active {
    border: 0; }
    .custom_time.active:before {
      content: ' ';
      width: 20px;
      height: 20px;
      background-size: cover;
      margin-right: 8px;
      position: relative;
      top: 4px;
      background-image: url(../../images/check_yellow_active.svg);
      display: inline-block; }

.franchise_open {
  cursor: pointer; }

/* @end */
#photos {
  font-size: 1.25rem;
  background: #f4f4f4;
  padding: 30px;
  max-width: 600px;
  text-align: center;
  margin: 20px auto; }
  #photos.has-advanced-upload {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; }
  #photos.is-dragover {
    background-color: #e2e2e2; }
  #photos .error {
    font-size: 16px;
    color: red; }
  #photos .dropbox {
    display: block;
    margin: 0px auto; }
  #photos .upload-cta {
    font-weight: bold;
    cursor: pointer; }
    @media (max-width: 450px) {
      #photos .upload-cta {
        font-size: 14px; } }
    #photos .upload-cta span {
      color: #fdb913; }
  #photos .files {
    padding-left: 0px; }
    #photos .files .file-name {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 0px; }
    #photos .files .file {
      text-align: center;
      font-size: 16px;
      font-weight: 100px;
      list-style: none;
      clear: both;
      position: relative;
      background: #fff;
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
      padding: 15px;
      margin: 10px; }
      #photos .files .file .photo_description {
        display: block;
        float: none;
        height: auto; }
      #photos .files .file img {
        margin: 0px auto 20px;
        display: block;
        height: 100px; }
      #photos .files .file .options {
        cursor: pointer; }
      #photos .files .file .check,
      #photos .files .file .remove {
        border-radius: 50%;
        height: 25px;
        width: 25px;
        position: absolute;
        right: 15px;
        top: 15px;
        margin-top: -.2em;
        cursor: pointer; }
        #photos .files .file .check svg,
        #photos .files .file .remove svg {
          width: 100%;
          height: 100%;
          right: 0;
          cursor: pointer; }
      #photos .files .file .check {
        z-index: 1;
        background: #0f73dc; }
        #photos .files .file .check:hover {
          opacity: 0; }
      #photos .files .file .remove {
        z-index: 0;
        background: red; }
  #photos .btn-submit {
    padding: 10px;
    background: #0f73dc;
    color: #fff;
    text-decoration: none;
    display: block;
    max-width: 100px;
    margin: 25px auto 25px; }

#upload_photo_exterior {
  color: #1f1f1f; }
  #upload_photo_exterior .group {
    margin-bottom: 10px !important; }
  #upload_photo_exterior .group.checked {
    margin-bottom: 2px !important; }
  #upload_photo_exterior ul {
    margin-left: 0px !important; }
    @media (max-width: 550px) {
      #upload_photo_exterior ul li {
        font-size: 14px;
        line-height: 16px; } }
    @media (max-width: 350px) {
      #upload_photo_exterior ul li {
        font-size: 12px; } }
/* @group Modal */
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.modal {
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10040;
  text-align: center;
  display: none; }
  .modal .modal_background {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
    opacity: .89;
    z-index: 10039;
    min-height: 900px;
    height: 100%; }
    @media (max-width: 550px) {
      .modal .modal_background {
        display: none; } }
    .modal .modal_background.black {
      background: transparent;
      opacity: .7; }
      @media (max-width: 550px) {
        .modal .modal_background.black {
          opacity: 1;
          background: #F4F4F4; } }
    .modal .modal_background.active {
      display: block; }
  .modal .modal_group {
    z-index: 10042;
    position: relative;
    margin: 50px auto;
    width: 450px;
    text-align: left; }
    @media (max-width: 550px) {
      .modal .modal_group {
        width: 100%;
        margin: 0; } }
    .modal .modal_group.active {
      display: block; }
  .modal .modal_content {
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29), 0 0 13px rgba(43, 59, 93, 0.29); }
    @media (max-width: 550px) {
      .modal .modal_content {
        border-radius: 0;
        margin: 0;
        box-shadow: none; } }
    .modal .modal_content .x_box {
      width: 38px;
      height: 35px;
      position: absolute;
      top: 0;
      right: 0;
      padding: 8px;
      background: #D2232A; }
    .modal .modal_content.gray {
      background: #F4F4F4; }
    .modal .modal_content form.estimate {
      max-width: none;
      box-shadow: none;
      width: 100%;
      float: none;
      background: #F4F4F4;
      padding: 25px; }
      @media (max-width: 550px) {
        .modal .modal_content form.estimate {
          padding: 15px; } }
      .modal .modal_content form.estimate .group input {
        background: #fff; }
      .modal .modal_content form.estimate .submit-estimate {
        border-radius: 5px;
        font-size: 20px; }
    .modal .modal_content .title {
      background: #231F20;
      padding: 15px;
      position: relative;
      border-radius: 3px 3px 0 0;
      margin: 0px; }
      @media (max-width: 550px) {
        .modal .modal_content .title {
          border-radius: 0; } }
      .modal .modal_content .title h2 {
        color: white;
        font-size: 18px;
        padding-bottom: 2px;
        font-weight: 600; }
      .modal .modal_content .title .x {
        width: 20px;
        position: absolute;
        top: 17px;
        right: 15px;
        cursor: pointer; }
    .modal .modal_content .panel {
      overflow: hidden;
      padding-bottom: 10px;
      display: none; }
      .modal .modal_content .panel.active {
        display: block; }
    .modal .modal_content .padding {
      padding: 15px 30px;
      overflow: hidden; }
      .modal .modal_content .padding h2 {
        font-size: 18px;
        margin-bottom: 6px; }
      .modal .modal_content .padding p {
        padding: 6px 0;
        line-height: 24px;
        font-size: 16px;
        margin-top: 10px; }
      .modal .modal_content .padding .franchises .franchise {
        width: 100%;
        display: block;
        background: white;
        border: 1px solid #ccc;
        color: #333;
        padding: 10px 15px; }
        .modal .modal_content .padding .franchises .franchise h2 {
          font-size: 14px;
          font-weight: 600; }
        .modal .modal_content .padding .franchises .franchise p {
          margin: -5px 0 0 0;
          font-size: 14px;
          line-height: 20px; }
    .modal .modal_content a.select_franchise {
      text-decoration: none; }
    .modal .modal_content form.label {
      overflow: hidden; }
      .modal .modal_content form.label .group {
        width: 100%;
        float: left;
        margin: 1% 0; }
        .modal .modal_content form.label .group.half {
          width: 48%;
          margin: 1% 0;
          margin-right: 4%; }
          .modal .modal_content form.label .group.half.end {
            margin-right: 0; }
        .modal .modal_content form.label .group.third {
          width: 31.3333333333%;
          margin: 1% 0;
          margin-right: 3%; }
          .modal .modal_content form.label .group.third.end {
            margin-right: 0; }
      .modal .modal_content form.label .step {
        margin-top: 20px;
        padding-top: 5px;
        border-top: 1px dashed #ddd;
        float: left;
        width: 100%; }
      .modal .modal_content form.label label {
        width: 100%;
        margin-bottom: 5px;
        margin-top: 12px;
        display: block;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        color: #222; }
        .modal .modal_content form.label label.check {
          margin-bottom: -9px;
          margin-top: 10px; }
      .modal .modal_content form.label textarea {
        background: #fff;
        /*text-indent: 15px;*/
        padding: 15px;
        height: 250px;
        width: 100%;
        font-size: 14px;
        border-radius: 3px;
        border-bottom: 7px;
        border: 1px solid #ddd;
        float: left;
        resize: none; }
      .modal .modal_content form.label .drop_line {
        max-width: none;
        background: #fff url(img/drop-arrow.png) no-repeat right;
        height: 45px;
        padding: 0px;
        border: 1px solid #bbb;
        border-radius: 3px;
        display: inline-block;
        width: 100%;
        margin-bottom: 0px;
        margin-top: 0px;
        text-align: center; }
        .modal .modal_content form.label .drop_line span.drop {
          width: 100%;
          display: inline-block; }
          .modal .modal_content form.label .drop_line span.drop select {
            background: none;
            height: auto;
            position: relative;
            top: 0px;
            border: 0px solid #ddd;
            border-radius: 0px;
            padding: 12px 7px 15px 15px;
            text-indent: 0px;
            vertical-align: middle;
            font-size: 15px;
            width: 100%;
            margin: 0;
            outline: none;
            display: inline-block;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            cursor: pointer;
            color: #222;
            font-weight: 400; }
        .modal .modal_content form.label .drop_line .drop_arrow {
          position: absolute;
          top: 6px;
          left: 369px;
          z-index: 1;
          width: 18px; }
      .modal .modal_content form.label input {
        height: 45px;
        text-indent: 15px;
        width: 100%;
        margin: 0;
        font-size: 15px;
        outline: none;
        border: 1px solid #ccc;
        border-radius: 3px; }
        .modal .modal_content form.label input[type="checkbox"] {
          display: none !important; }
        .modal .modal_content form.label input[type="checkbox"] + label {
          width: calc(100% - 2px);
          line-height: 80px;
          text-align: center;
          border-radius: 3px;
          background: white;
          border: 1px solid #ccc;
          cursor: pointer;
          display: block;
          font-size: 18px;
          margin-bottom: 0;
          text-transform: none; }
          @media (max-width: 550px) {
            .modal .modal_content form.label input[type="checkbox"] + label {
              margin-bottom: -21px;
              line-height: 60px;
              border-radius: 0;
              font-size: 17px; } }
        .modal .modal_content form.label input[type="checkbox"]:checked + label {
          color: white;
          background: #231F20;
          border-color: #282425; }
        .modal .modal_content form.label input[type="radio"] {
          display: none !important; }
        .modal .modal_content form.label input[type="radio"] + label {
          line-height: 45px;
          text-align: center;
          border-radius: 3px;
          background: white;
          border: 1px solid #ccc;
          cursor: pointer;
          float: left;
          font-size: 15px;
          font-weight: 400;
          height: 50px;
          margin-bottom: -4px;
          text-transform: none; }
        .modal .modal_content form.label input[type="radio"]:checked + label {
          color: white;
          background: #D2232A;
          border-color: #c12027;
          font-weight: 700; }
          .modal .modal_content form.label input[type="radio"]:checked + label:before {
            content: ' ';
            width: 24px;
            height: 24px;
            background: url(../img/white_check.svg) no-repeat center center;
            display: inline-block;
            vertical-align: middle;
            position: relative;
            top: -2px;
            margin-right: 6px; }
      .modal .modal_content form.label .buttons {
        margin-top: 25px;
        float: left;
        width: 100%; }
      .modal .modal_content form.label .button {
        float: right;
        border: 0;
        width: 100%;
        text-indent: 0;
        font-weight: 600;
        line-height: 0;
        border-bottom: 2px solid #151314;
        height: 60px;
        font-size: 18px;
        text-align: left;
        padding: 20px; }
        .modal .modal_content form.label .button.lightgray {
          border-bottom: 2px solid #e7e7e7;
          margin-right: 7px;
          line-height: 14px; }
        .modal .modal_content form.label .button.black {
          border-bottom: 2px solid #000;
          background: url(../img/arrow_right.svg) no-repeat 94% center #231F20;
          line-height: 10px;
          color: white; }
        .modal .modal_content form.label .button.red {
          border-bottom: 2px solid #bc1f26;
          background: url(../img/arrow_right.svg) no-repeat 94% center #D2232A;
          line-height: 10px;
          color: white; }
    .modal .modal_content .btns {
      width: 100%;
      text-align: left; }
      .modal .modal_content .btns a {
        display: inline-block;
        background: #231F20;
        border-radius: 3px;
        padding: 10px 15px;
        color: white;
        text-decoration: none;
        font-size: 18px;
        margin-right: 5px;
        float: left; }

.app-x {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 99999;
  width: 22px;
  cursor: pointer; }

.title-bar {
  padding: 0;
  height: auto;
  margin-top: -4px;
  margin-bottom: 20px;
  background: transparent; }
  .title-bar h1 {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 24px; }

.tenant_block {
  background: #F4F4F4;
  padding: 0 20px 20px 20px;
  margin-top: 15px;
  border-radius: 3px;
  border: 1px solid #dddddd;
  overflow: hidden;
  position: relative; }
  .tenant_block .tenant_title {
    padding: 15px 15px 9px 0;
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 600;
    color: #12181f; }
    .tenant_block .tenant_title img {
      position: absolute;
      top: 13px;
      right: 15px; }

.add_tenant {
  background: #F4F4F4;
  color: #12181f;
  border: 1px solid #dddddd;
  padding: 15px;
  font-size: 15px;
  width: 100%;
  text-align: center;
  border-radius: 3px;
  margin: 20px 0 10px;
  font-weight: 400; }
  .add_tenant:hover {
    background: #e7e7e7;
    cursor: pointer; }

/* @end */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#cboxbtns {
  z-index: 99999999;
  display: none; }

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  /*overflow:hidden;*/ }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000; }

#colorbox {
  outline: 0; }

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px 0; }

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px 0; }

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px -29px; }

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px -29px; }

#cboxMiddleLeft {
  width: 21px;
  background: url(images/controls.png) left top repeat-y; }

#cboxMiddleRight {
  width: 21px;
  background: url(images/controls.png) right top repeat-y; }

#cboxTopCenter {
  height: 21px;
  background: url(images/border.png) 0 0 repeat-x; }

#cboxBottomCenter {
  height: 21px;
  background: url(images/border.png) 0 -29px repeat-x; }

#cboxContent {
  background: #fff;
  /*overflow:hidden;*/ }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  margin-bottom: 28px; }

#cboxTitle {
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  bottom: -73px;
  height: 55px;
  font-weight: 500;
  font-size: 13px; }

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
  display: none !important; }

#cboxLoadingOverlay {
  background: url(images/loading_background.png) no-repeat center center; }

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef; }

#cboxPrevious {
  z-index: 99999999;
  position: fixed;
  bottom: 50%;
  left: 17px;
  background: url(images/btn-left.png) no-repeat;
  width: 39px;
  height: 39px;
  text-indent: -999999px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

#cboxPrevious:hover {
  opacity: .8;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

#cboxNext {
  z-index: 99999999;
  position: fixed;
  bottom: 50%;
  right: 10px;
  background: url(images/btn-right.png) no-repeat;
  width: 39px;
  height: 39px;
  text-indent: -999999px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

#cboxNext:hover {
  opacity: .8;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxClose:hover {
  background-position: -25px -25px; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }

/* @group Sections */
.hide_section {
  display: none; }

section {
  width: 100%;
  display: block;
  z-index: 1;
  padding: 75px 0px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1100px) {
    section {
      padding: 80px 0; } }
  @media (max-width: 768px) {
    section {
      padding: 70px 0; } }
  @media (max-width: 550px) {
    section {
      padding: 60px 0; } }
  section.white, section.gray, section.black {
    margin: 0 !important; }
  section .container {
    max-width: 1300px;
    padding: 0 50px;
    position: relative; }
    section .container.wide {
      max-width: 1450px; }
    @media (max-width: 1100px) {
      section .container {
        padding: 0 20px; } }
    @media (max-width: 550px) {
      section .container {
        padding: 0 20px; } }
    @media (max-width: 350px) {
      section .container {
        padding: 0 15px; } }
  section.no-padding {
    padding: 0; }
  section.center {
    text-align: center; }
    section.center ul {
      margin-left: 0; }
      section.center ul li {
        list-style-position: inside; }
    section.center ul.leftalign {
      padding-left: 20px;
      overflow: hidden; }
      section.center ul.leftalign li {
        list-style-position: outside; }
    section.center ul.blocks {
      width: 100%;
      max-width: 1000px;
      margin: 0 auto;
      padding: 0 15px; }
      section.center ul.blocks li {
        list-style: none;
        background: white;
        padding: 20px;
        color: #4C555C;
        border: 1px solid #e8e8e8;
        display: inline-block;
        margin: .5%;
        width: 48%;
        vertical-align: middle;
        font-size: 17px;
        line-height: 25px; }
        @media (max-width: 900px) {
          section.center ul.blocks li {
            width: 100%;
            margin: .5% 0; } }
        @media (max-width: 550px) {
          section.center ul.blocks li {
            margin: 5px 0; } }
    section.center h3.title {
      margin-top: 45px;
      margin-bottom: 15px; }
    section.center p.small {
      font-size: 12px;
      line-height: 16px;
      font-style: italic;
      margin-top: 30px; }
  section.left {
    text-align: left; }
    @media (max-width: 550px) {
      section.left {
        text-align: center; } }
  section.white {
    background: #fff; }
  section.gray {
    background: #f3f3f3; }
    section.gray .info_block {
      border-bottom: 1px dashed #d5d5d5; }
      section.gray .info_block:last-child {
        border-bottom: 0; }
  section.black, section.yellow {
    background: #231F20; }
    section.black.sign_up, section.yellow.sign_up {
      padding: 75px 0; }
      @media (max-width: 550px) {
        section.black.sign_up, section.yellow.sign_up {
          padding: 75px 0; } }
    section.black p, section.yellow p {
      color: #fff;
      font-weight: 500; }
      section.black p.large, section.yellow p.large {
        font-size: 22px;
        line-height: 30px; }
    section.black h1, section.black h2, section.black h3, section.yellow h1, section.yellow h2, section.yellow h3 {
      color: #fff;
      font-weight: 400;
      font-size: 40px;
      line-height: 46px;
      margin-top: 0;
      margin-bottom: 10px; }
      @media (max-width: 550px) {
        section.black h1, section.black h2, section.black h3, section.yellow h1, section.yellow h2, section.yellow h3 {
          font-size: 28px;
          line-height: 35px;
          margin-bottom: 30px; } }
  section.yellow {
    background: #231F20 !important; }
    section.yellow h2 {
      font-weight: 500;
      color: white !important; }
    section.yellow p {
      font-weight: 600;
      color: white !important; }
    section.yellow:before {
      background: none;
      border: 2px solid #fff;
      content: "";
      display: block;
      position: absolute;
      top: 7px;
      left: 0px;
      right: 0px;
      pointer-events: none; }
    section.yellow:after {
      background: none;
      border: 2px solid #fff;
      content: "";
      display: block;
      position: absolute;
      bottom: 7px;
      left: 0px;
      right: 0px;
      pointer-events: none; }
    section.yellow.footer {
      background: #FDB913 !important; }
      section.yellow.footer h2, section.yellow.footer p {
        color: #231F20 !important; }
      section.yellow.footer p {
        font-size: 20px; }
  section .testimonial {
    text-align: center;
    padding: 0 100px; }
    @media (max-width: 768px) {
      section .testimonial {
        padding: 0 50px; } }
    @media (max-width: 550px) {
      section .testimonial {
        padding: 0 10px; } }
    section .testimonial p {
      font-size: 28px;
      line-height: 43px;
      font-weight: 400; }
      @media (max-width: 550px) {
        section .testimonial p {
          font-size: 22px;
          line-height: 33px; } }
      section .testimonial p.name {
        font-size: 25px;
        line-height: 25px;
        margin-top: 30px;
        font-weight: 600;
        font-style: italic; }
        @media (max-width: 550px) {
          section .testimonial p.name {
            font-size: 22px;
            line-height: 32px; } }
    section .testimonial .rating {
      width: 100%;
      display: block;
      text-align: center;
      margin-top: 0px; }
      section .testimonial .rating img {
        display: inline-block;
        height: 30px; }
    section .testimonial a.estimate_button {
      font-size: 19px;
      font-weight: 600;
      color: #231F20;
      text-transform: uppercase;
      text-decoration: none;
      display: inline-block;
      vertical-align: middle;
      margin-top: 40px;
      background: #FDB913;
      padding: 10px 25px;
      border-radius: 2px;
      border-bottom: 2px solid #e5a302; }
      @media (max-width: 350px) {
        section .testimonial a.estimate_button {
          font-size: 17px; } }
      section .testimonial a.estimate_button:hover {
        background: #e5a302; }
      section .testimonial a.estimate_button img {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -2px;
        left: 5px; }
  section h1 {
    font-size: 35px;
    color: #231F20;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 20px 0; }
    @media (max-width: 450px) {
      section h1 {
        font-size: 31px;
        line-height: 36px; } }
  section h2 {
    font-size: 33px;
    font-weight: 600;
    line-height: 38px;
    margin: 0px 0 15px 0;
    color: #231F20; }
    @media (max-width: 1100px) {
      section h2 {
        font-size: 28px;
        line-height: 35px;
        font-weight: 400; } }
  section h3 {
    font-size: 20px;
    line-height: 30px;
    color: #231F20;
    margin-top: 25px;
    margin-bottom: 5px;
    font-weight: 400; }
  section h6 {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 300;
    font-style: italic; }
  section p {
    font-size: 19px;
    line-height: 32px;
    font-weight: 400;
    margin: 5px 0 15px;
    color: #4C555C; }
    section p a {
      color: #0368cd;
      font-weight: 400; }
    section p.short {
      max-width: 715px;
      margin: 0 auto 45px; }
    section p:last-child {
      margin-bottom: 0; }
    section p strong {
      font-weight: 600; }
    section p.disclaimer {
      width: 100%;
      margin-top: 0;
      font-size: 13px;
      line-height: 19px;
      font-weight: 400;
      font-style: italic; }
  section strong {
    font-weight: 700; }
  section ol {
    margin: 0;
    padding: 0 0 0 25px; }
  section ul {
    margin: 10px 0 20px 35px;
    padding: 0; }
  section ul li, section ol li {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    margin: 5px 0 15px;
    color: #4C555C;
    list-style: outside; }
  section .size-onehalf {
    float: left;
    width: 50%;
    height: auto;
    margin: 0 30px 15px 0; }
    @media (max-width: 550px) {
      section .size-onehalf {
        width: 100%; } }
  section .left {
    width: 50%;
    float: left; }
    @media (max-width: 900px) {
      section .left {
        width: 100%;
        float: none;
        text-align: center; } }
    section .left.text {
      padding-right: 50px; }
      @media (max-width: 900px) {
        section .left.text {
          padding: 0; } }
  section .right {
    width: 50%;
    float: right; }
    @media (max-width: 900px) {
      section .right {
        width: 100%;
        float: none;
        text-align: center; } }
    section .right.text {
      padding-left: 50px; }
      @media (max-width: 900px) {
        section .right.text {
          padding: 0; } }
    section .right.img img {
      width: 100%;
      float: right;
      max-width: 900px; }
      @media (max-width: 900px) {
        section .right.img img {
          float: none; } }
  section .filter_back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .08;
    z-index: 0;
    background-color: #000;
    background-position: top center;
    background-size: cover !important; }
  section.lighten .filter_back {
    opacity: .15; }
  section.footer .filter_back {
    opacity: .52; }
  section.footer.dark .filter_back {
    opacity: .15; }
  section.footer.yellow .filter_back {
    opacity: .1; }
  section.footer.yellow p {
    font-weight: 500; }
  section.footer .container {
    max-width: 650px; }
  section.footer h2 {
    font-weight: 600;
    font-size: 36px; }
    @media (max-width: 550px) {
      section.footer h2 {
        font-size: 32px;
        line-height: 36px; } }
  section.footer p {
    font-size: 22px;
    font-weight: 400; }

.desktop {
  display: inline-block; }
  @media (max-width: 550px) {
    .desktop {
      display: none; } }
.mobile {
  display: none; }
  @media (max-width: 550px) {
    .mobile {
      display: inline-block; } }
/* @end */
/* @group Checklist*/
.list {
  width: 100%;
  margin-top: 45px;
  margin-bottom: 5px;
  max-width: 700px;
  box-shadow: 1.147px 1.638px 8.28px 0.72px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  overflow: hidden;
  display: inline-block; }
  @media (max-width: 550px) {
    .list {
      margin-top: 25px; } }
  .list .item {
    width: 100%;
    float: left;
    background: #fff;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    color: #231F20;
    border-bottom: 1px dashed #ccc; }
    .list .item.title {
      background: #231F20;
      color: white;
      font-weight: 600;
      border-bottom: 0; }
      .list .item.title .right {
        padding: 20px;
        border: 0; }
    @media (max-width: 450px) {
      .list .item {
        font-size: 16px; } }
    .list .item .left {
      float: left;
      width: 50%;
      padding: 20px; }
      @media (max-width: 450px) {
        .list .item .left {
          padding: 18px;
          width: 83%; } }
    .list .item .right {
      float: left;
      width: 25%;
      padding: 18px;
      text-align: center;
      border-left: 1px solid #ccc;
      font-size: 16px; }
      @media (max-width: 450px) {
        .list .item .right {
          width: 16%; } }
      @media (max-width: 350px) {
        .list .item .right {
          padding: 18px 10px; } }
      .list .item .right img {
        display: inline-block;
        max-width: 28px;
        vertical-align: middle;
        float: none; }

/* @end */
/* @group Team */
@media (max-width: 900px) {
  .before_after {
    text-align: center; } }

.before_wrapper {
  float: left;
  width: 100%;
  max-width: 45%;
  overflow: hidden;
  margin-right: 50px;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.08); }
  @media (max-width: 900px) {
    .before_wrapper {
      max-width: 700px;
      margin: 0 auto;
      display: inline-block;
      float: none; } }
  .before_wrapper img {
    width: 100%; }

@media (max-width: 900px) {
  .before_content {
    text-align: center;
    margin-top: 20px; } }

/* @end */
/* @group Team */
.social_icons {
  width: 100%;
  text-align: center;
  max-width: 900px;
  margin: 35px auto 0; }
  .social_icons a.social_icon {
    display: inline-block;
    width: 16%;
    margin: 5px 1.5%;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 1100px) {
      .social_icons a.social_icon {
        width: 29.5%; } }
    @media (max-width: 550px) {
      .social_icons a.social_icon {
        width: 45%;
        margin: 2%; } }
    .social_icons a.social_icon img {
      width: 100%;
      height: auto; }

/* @end */
/* @group Team */
section.location_no_link .team .member {
  display: inline-block !important; }
  section.location_no_link .team .member img {
    border: 3px solid white;
    box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.08); }
  section.location_no_link .team .member h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 6px; }
  section.location_no_link .team .member p {
    font-size: 16px;
    line-height: 25px; }

section.location_no_link .block_line {
  display: none !important; }

section.location_round .team .member {
  display: inline-block !important; }
  section.location_round .team .member img {
    max-width: 250px;
    border: 3px solid white;
    box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.08); }
  section.location_round .team .member h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 6px;
    font-weight: 600; }
  section.location_round .team .member p {
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    max-height: none; }

section.location_round .block_line {
  display: none !important; }

.team {
  width: 100%;
  text-align: center;
  margin-top: 40px; }
  .team .member {
    display: inline-block;
    width: 29%;
    margin: 2%; }
    @media (max-width: 900px) {
      .team .member {
        width: 45%; } }
    @media (max-width: 550px) {
      .team .member {
        width: 100%;
        margin: 20px 0; } }
    .team .member.dynamic {
      width: 29%;
      max-width: 275px; }
      @media (max-width: 900px) {
        .team .member.dynamic {
          width: 45%; } }
      @media (max-width: 550px) {
        .team .member.dynamic {
          width: 100%; } }
      .team .member.dynamic img {
        width: 70%; }
    .team .member h2 {
      font-size: 28px;
      font-weight: 500;
      margin: 20px 0 0 0; }
      @media (max-width: 550px) {
        .team .member h2 {
          margin: 10px 0 0 0; } }
    .team .member p {
      margin: 0;
      font-size: 18px;
      max-height: 32px;
      overflow: hidden;
      font-weight: 300; }
    .team .member .circle {
      position: relative;
      border-radius: 50%;
      width: 80%;
      display: inline-block;
      height: auto;
      padding-top: 80%;
      background-size: cover;
      background-position: top center; }
    .team .member img {
      border-radius: 50%;
      overflow: hidden;
      width: 80%;
      max-width: 300px; }
      @media (max-width: 550px) {
        .team .member img {
          max-width: 250px; } }
/* @end */
/* @group Large Image Group */
.photo-gallery {
  padding: 0 0 100px 0;
  margin-top: -35px; }
  @media (max-width: 550px) {
    .photo-gallery {
      margin-top: -25px;
      padding-bottom: 65px; } }
  .photo-gallery.single {
    padding: 75px 0; }
    .photo-gallery.single h2 {
      margin-bottom: 50px; }
    .photo-gallery.single .project-block {
      width: 50%; }
      @media (max-width: 550px) {
        .photo-gallery.single .project-block {
          width: 100%; } }
  .photo-gallery.portfolio {
    padding: 0px 0; }
    .photo-gallery.portfolio .project-block {
      width: 33.3333333333%; }
      @media (max-width: 900px) {
        .photo-gallery.portfolio .project-block {
          width: 50%; } }
      @media (max-width: 550px) {
        .photo-gallery.portfolio .project-block {
          width: 100%; } }
  .photo-gallery .image-block {
    display: block;
    float: left;
    width: 25%;
    margin: 0;
    background: black;
    position: relative;
    display: block;
    overflow: hidden; }
    @media (max-width: 550px) {
      .photo-gallery .image-block {
        width: 50%; } }
    .photo-gallery .image-block a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: black;
      opacity: .25;
      z-index: 2; }
      .photo-gallery .image-block a:hover {
        opacity: 0; }
    .photo-gallery .image-block img {
      width: 100%;
      margin-bottom: -5px;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      z-index: 1; }
    .photo-gallery .image-block:hover img {
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }

/* @end */
/* @group Badges */
.badges {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 35px;
  margin: 35px auto 0; }
  @media (max-width: 900px) {
    .badges {
      max-width: 425px; } }
  .badges .badge {
    display: inline-block;
    width: 19%;
    vertical-align: top; }
    @media (max-width: 1100px) {
      .badges .badge {
        width: 24%; } }
    @media (max-width: 900px) {
      .badges .badge {
        width: 49%;
        margin-bottom: 20px; } }
    .badges .badge img {
      max-width: 200px;
      width: 100%;
      padding: 0 40px;
      margin-bottom: 10px; }
    .badges .badge h2 {
      font-size: 22px;
      line-height: 27px;
      padding: 0 25px;
      font-weight: 600; }
      @media (max-width: 550px) {
        .badges .badge h2 {
          padding: 0 10px;
          font-size: 21px;
          line-height: 25px; } }
    .badges .badge p {
      padding: 0 25px;
      line-height: 18px; }

section.wide .badges .badge {
  width: 24%; }
  @media (max-width: 900px) {
    section.wide .badges .badge {
      width: 49%;
      margin-bottom: 20px; } }
  @media (max-width: 550px) {
    section.wide .badges .badge {
      width: 100%;
      margin-bottom: 25px;
      margin-top: 25px; } }
  section.wide .badges .badge img {
    width: 100%;
    max-width: 275px; }

section.gold .badges .badge h2 {
  color: #FDB913;
  font-size: 22px;
  line-height: 27px;
  font-weight: 600; }

/* @end */
/* @group Large Image Group */
.large_image_group {
  width: 100%;
  overflow: hidden; }
  @media (max-width: 768px) {
    .large_image_group {
      border-bottom: 1px solid #ddd; } }
  .large_image_group .left {
    width: 50%;
    float: left;
    position: absolute;
    left: 0px;
    top: -1px;
    height: 100%;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 1100px) {
      .large_image_group .left {
        background-position: 67% top;
        width: 44%; } }
    @media (max-width: 768px) {
      .large_image_group .left {
        width: 100%;
        opacity: .1;
        z-index: 1; } }
  .large_image_group .right {
    width: 50%;
    float: right; }
    @media (max-width: 1100px) {
      .large_image_group .right {
        width: 100%;
        width: 56%; } }
    @media (max-width: 768px) {
      .large_image_group .right {
        width: 100%;
        position: relative;
        z-index: 2;
        text-align: left; } }
    .large_image_group .right .contain {
      padding: 90px 0px 50px 80px;
      max-width: 650px; }
      @media (max-width: 550px) {
        .large_image_group .right .contain {
          padding: 60px 30px; } }
      .large_image_group .right .contain h2 {
        margin-bottom: 40px; }
        @media (max-width: 550px) {
          .large_image_group .right .contain h2 {
            font-size: 28px; } }
      .large_image_group .right .contain ul.icon_bullets {
        list-style: none;
        padding: 0;
        margin: 15px 0 0 0; }
        .large_image_group .right .contain ul.icon_bullets li {
          list-style: none;
          padding: 0 80px 0 0;
          margin: 40px 0; }
          @media (max-width: 550px) {
            .large_image_group .right .contain ul.icon_bullets li {
              padding: 0; } }
          .large_image_group .right .contain ul.icon_bullets li img {
            float: left;
            margin: 0 40px 35px 0;
            position: relative;
            top: 7px; }
            @media (max-width: 1100px) {
              .large_image_group .right .contain ul.icon_bullets li img {
                margin-bottom: 50px; } }
            @media (max-width: 550px) {
              .large_image_group .right .contain ul.icon_bullets li img {
                margin-bottom: 70px; } }
            @media (max-width: 350px) {
              .large_image_group .right .contain ul.icon_bullets li img {
                margin-right: 20px;
                margin-bottom: 100px; } }
          .large_image_group .right .contain ul.icon_bullets li p {
            line-height: 30px; }

/* @end */
.info_block {
  width: 100%;
  float: left;
  padding: 35px 0px 30px;
  position: relative;
  border-bottom: 1px dashed #ddd;
  text-align: left;
  /* border-top: 1px solid #e5e5e5; */ }
  .info_block:last-child {
    border-bottom: 0;
    padding-bottom: 0; }
  .info_block h3 {
    font-weight: 500;
    margin-top: 0px; }
    .info_block h3 a {
      font-size: 15px;
      font-style: italic; }
  .info_block .content_container.on {
    display: inline-block;
    width: 100%; }
    .info_block .content_container.on .placeholder {
      content: '';
      width: 27%;
      margin-bottom: 13px; }
      @media (max-width: 550px) {
        .info_block .content_container.on .placeholder {
          display: none; } }
    .info_block .content_container.on.left .placeholder {
      float: left; }
  .info_block .image {
    border: 1px solid #e4e4e4;
    padding: 7px;
    background: #fff;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    position: relative;
    width: 25%; }
    @media (max-width: 550px) {
      .info_block .image {
        width: 100%;
        margin-top: 20px; } }
    .info_block .image.left {
      position: absolute;
      top: 35px; }
      @media (max-width: 550px) {
        .info_block .image.left {
          position: static;
          right: 0 !important;
          left: 0 !important; } }
    .info_block .image.left {
      left: 0px; }
      @media (max-width: 1100px) {
        .info_block .image.left {
          left: 0px; } }
  .info_block img.image {
    width: 25%; }
    @media (max-width: 768px) {
      .info_block img.image {
        width: 50%; } }
    @media (max-width: 550px) {
      .info_block img.image {
        width: 100%;
        margin: 20px 0 5px 0;
        padding: 0; } }
  .info_block .budget {
    font-size: 15px;
    line-height: 22px; }
    .info_block .budget span {
      display: inline-block;
      vertical-align: middle;
      font-size: 15px; }
    .info_block .budget img {
      display: inline-block;
      vertical-align: middle;
      height: 17px; }
  .info_block p {
    font-size: 17px; }

/* @end */
/* @group Page Blocks*/
.page_blocks {
  margin-top: 50px; }
  @media (max-width: 768px) {
    .page_blocks {
      margin-top: 25px; } }
  .page_blocks .page_block {
    width: 31.3333333333%;
    margin: .85% .85%;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    background: white;
    box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.08);
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    @media (max-width: 900px) {
      .page_blocks .page_block {
        width: 47.5%;
        margin: 1.2% .9%; } }
    @media (max-width: 550px) {
      .page_blocks .page_block {
        width: 100%;
        margin: 10px 0;
        max-width: 400px;
        float: none;
        display: inline-block; } }
    @media (min-width: 900px) {
      .page_blocks .page_block:hover {
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.25);
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; } }
  @media (min-width: 900px) and (max-width: 450px) {
    .page_blocks .page_block:hover {
      box-shadow: none; } }
    @media (min-width: 900px) {
        .page_blocks .page_block:hover .button.yellow {
          background: #FDB913;
          color: black;
          -webkit-transition: all .3s;
          -moz-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
        .page_blocks .page_block:hover img {
          opacity: 1;
          -webkit-transition: all .3s;
          -moz-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; } }
    .page_blocks .page_block.padding {
      padding-bottom: 85px; }
    .page_blocks .page_block.link h2 {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 10px;
      padding: 0 5px; }
      @media (max-width: 550px) {
        .page_blocks .page_block.link h2 {
          font-size: 19px !important; } }
    .page_blocks .page_block.link p {
      font-size: 16px;
      line-height: 26px;
      font-weight: 400;
      margin-bottom: 25px; }
    .page_blocks .page_block.no_hover:hover {
      box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.08); }
    .page_blocks .page_block.left {
      float: none;
      text-align: left;
      padding-bottom: 15px; }
      .page_blocks .page_block.left h2.large {
        padding-left: 20px;
        margin-top: 30px; }
      .page_blocks .page_block.left p {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 10px; }
        .page_blocks .page_block.left p strong {
          font-weight: 500; }
    .page_blocks .page_block.w_text h2 {
      font-weight: 600;
      margin: 20px 0 15px 0;
      font-size: 22px; }
      @media (max-width: 1100px) {
        .page_blocks .page_block.w_text h2 {
          font-size: 20px; } }
    .page_blocks .page_block.w_text p {
      font-size: 17px;
      line-height: 26px;
      margin: 15px 0 25px 0; }
    .page_blocks .page_block.locations h2 {
      font-size: 19px;
      margin-bottom: 10px; }
    .page_blocks .page_block.locations p {
      font-size: 19px;
      margin-top: -7px;
      font-weight: 400; }
      .page_blocks .page_block.locations p span {
        font-style: italic;
        font-size: 15px;
        margin-top: 23px;
        display: block;
        margin-bottom: 0; }
        .page_blocks .page_block.locations p span.bottom {
          margin-top: -3px; }
    .page_blocks .page_block a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 99; }
    .page_blocks .page_block img {
      width: 100%;
      height: auto;
      aspect-ratio: 686 / 353;
      object-fit: cover;
      opacity: 1;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    .page_blocks .page_block h2 {
      font-size: 22px;
      line-height: 29px;
      font-weight: 300;
      padding: 0 5px;
      color: #231F20;
      margin: 0 0 30px 0;
      margin-top: 20px;
      overflow: hidden; }
      .page_blocks .page_block h2.bold {
        font-size: 20px;
        font-weight: 500; }
      .page_blocks .page_block h2.large {
        overflow: visible;
        color: #231F20;
        font-size: 23px;
        margin-bottom: 20px;
        font-weight: 600; }
        .page_blocks .page_block h2.large span {
          width: 35px;
          height: 35px;
          display: inline-block;
          vertical-align: middle;
          margin-right: 5px;
          text-align: center;
          color: #231F20;
          background: none;
          border: 1px dashed #231F20;
          border-radius: 50%;
          font-size: 20px;
          font-weight: 600;
          padding-top: 5px;
          position: relative;
          top: -3px;
          line-height: 22px; }
    .page_blocks .page_block .centered {
      position: absolute;
      bottom: 5px;
      width: 100%;
      text-align: center; }
    .page_blocks .page_block p {
      font-size: 20px;
      font-weight: 400;
      padding: 0px 20px 10px;
      line-height: 30px;
      color: #231F20; }
      .page_blocks .page_block p.tight {
        font-size: 18px;
        line-height: 26px;
        margin-top: -20px; }
      .page_blocks .page_block p.learn {
        text-transform: uppercase;
        margin-top: -5px;
        margin-bottom: 30px;
        display: inline-block;
        vertical-align: middle;
        color: #12181f;
        background: #FDB913;
        font-size: 16px;
        font-weight: 600;
        padding: 12px 20px;
        border-radius: 3px;
        border-bottom: 2px solid #f4ae02; }
        .page_blocks .page_block p.learn img {
          width: 20px;
          display: inline-block;
          vertical-align: middle;
          position: relative;
          top: -2px;
          margin-left: 12px; }
      .page_blocks .page_block p.dark {
        background: #231F20;
        font-size: 21px;
        padding: 15px 40px 19px 30px;
        border-radius: 3px;
        text-transform: none;
        border-bottom: 0px; }
        .page_blocks .page_block p.dark img {
          left: 10px; }
    .page_blocks .page_block.portfolio h2 {
      font-size: 21px;
      line-height: 28px;
      font-weight: 600;
      margin: 20px 0 5px 0;
      padding: 0 10px; }
    .page_blocks .page_block.portfolio p {
      font-size: 17px;
      padding: 0 20px 30px; }
    .page_blocks .page_block.no_link {
      padding-bottom: 20px;
      text-align: left; }
      .page_blocks .page_block.no_link:hover {
        box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.08); }
  .page_blocks.two {
    max-width: 1100px;
    margin: 50px auto 0; }
    .page_blocks.two .page_block {
      width: 48%;
      margin: 1%; }
      @media (max-width: 1100px) {
        .page_blocks.two .page_block {
          width: 48%;
          margin: 1%; } }
      @media (max-width: 550px) {
        .page_blocks.two .page_block {
          width: 100%;
          margin: 10px 0; } }
      .page_blocks.two .page_block h2 {
        font-size: 22px;
        line-height: 24px; }
  .page_blocks.four .page_block {
    width: 23%; }
    @media (max-width: 1100px) {
      .page_blocks.four .page_block {
        width: 48.3%;
        margin: .85% .65%; } }
    @media (max-width: 550px) {
      .page_blocks.four .page_block {
        width: 100%;
        margin: 10px 0; } }
  .page_blocks.process .page_block {
    padding: 30px;
    text-align: left;
    margin-bottom: 1.2%; }
    @media (max-width: 550px) {
      .page_blocks.process .page_block {
        padding: 25px; } }
    .page_blocks.process .page_block span.count {
      width: 55px;
      height: 55px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      text-align: center;
      color: white;
      background: #FDB913;
      border-radius: 50%;
      font-size: 26px;
      font-weight: 500;
      padding-top: 8px;
      position: relative;
      top: -5px; }
      @media (max-width: 550px) {
        .page_blocks.process .page_block span.count {
          width: 45px;
          height: 45px;
          font-size: 22px;
          padding-top: 6px;
          margin-right: 6px;
          top: -6px; } }
    .page_blocks.process .page_block h2 {
      color: #FDB913;
      font-weight: 500;
      display: inline-block;
      vertical-align: middle;
      font-size: 26px;
      line-height: 34px;
      margin-bottom: 35px; }
      @media (max-width: 550px) {
        .page_blocks.process .page_block h2 {
          font-size: 23px; } }
    .page_blocks.process .page_block p {
      padding: 0;
      font-size: 18px; }
  .page_blocks.inline {
    text-align: center; }
    .page_blocks.inline .page_block {
      float: none;
      display: inline-block;
      vertical-align: top;
      width: 31.6333333333%; }
      @media (max-width: 550px) {
        .page_blocks.inline .page_block {
          width: 100%;
          margin: 10px 0;
          max-width: 400px;
          float: none;
          display: inline-block; } }
/* @end */
/* @group Maps*/
.maps-cover {
  width: 100%;
  margin-bottom: -5px; }
  .maps-cover iframe {
    pointer-events: none;
    width: 100%; }

p iframe {
  width: 100%;
  max-width: 800px;
  height: 450px;
  margin-top: 20px; }
  @media (max-width: 900px) {
    p iframe {
      height: 450px; } }
  @media (max-width: 768px) {
    p iframe {
      height: 309px;
      width: 550px; } }
  @media (max-width: 550px) {
    p iframe {
      height: 211px;
      width: 100%; } }
  @media (max-width: 350px) {
    p iframe {
      height: 155px;
      width: 276px; } }
/* @end */
/* @group Turn off mobile transitions and hover */
/*
 @include breakpoint($tablet-l) {
 	*, *:hover {
 		-webkit-transition: none !important; 
		-moz-transition: none !important; 
		-o-transition: none !important; 
		transition: none !important; 
		-moz-transform: scale(1) !important; 
    	-o-transform: scale(1) !important; 
    	transform: scale(1) !important; 
 	}
 }
*/
/* @end */
/* @group Columns*/
.columns {
  width: 100%;
  margin-top: 60px; }
  @media (max-width: 550px) {
    .columns {
      margin-top: 30px; } }
  .columns.three .column {
    width: 33.3333333333%; }
    @media (max-width: 768px) {
      .columns.three .column {
        width: 100%;
        border-right: 0;
        border-bottom: 1px dashed #beb6b8; } }
  .columns .column {
    margin: 0;
    float: left;
    border-right: 2px dashed #beb6b8;
    padding: 40px; }
    @media (max-width: 550px) {
      .columns .column {
        padding: 35px 10px; } }
    .columns .column:last-child {
      border-right: 0;
      border-bottom: 0;
      padding-right: 0; }
    .columns .column:first-child {
      padding-left: 0; }
    .columns .column h3 {
      margin: 0 0 25px 0;
      font-size: 25px;
      font-weight: 600;
      color: #FDB913;
      font-family: 'Paytone One', sans-serif; }
    .columns .column span.number {
      border: 4px solid #FDB913;
      color: #FDB913;
      padding: 10px;
      font-size: 25px;
      font-weight: 400;
      display: inline-block;
      border-radius: 50%;
      width: 55px;
      height: 55px;
      line-height: 25px;
      margin-bottom: 15px;
      font-family: 'Paytone One', sans-serif; }

/* @end */
/* @group Buttons*/
.button {
  padding: 20px 45px;
  margin: 50px 5px 0px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-size: 23px;
  font-weight: 900;
  line-height: 23px;
  border-radius: 3px;
  border: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 2px 0 rgba(0, 0, 0, 0.12); }
  @media (max-width: 350px) {
    .button {
      padding: 15px 30px;
      font-size: 20px;
      line-height: 20px; } }
  .button.blue {
    background: #231F20;
    color: #fff; }
    .button.blue:hover {
      background: #3e3739; }
  .button.white {
    background: #fff;
    color: #231F20;
    border: 1px solid #231F20; }
    .button.white:hover {
      background: #231F20;
      color: #fff; }
  .button.black {
    background: #231F20;
    border: none;
    border-bottom: 2px solid #080707;
    color: white;
    padding: 20px 25px;
    font-size: 22px;
    width: auto;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 5px;
    border-radius: 3px;
    text-align: left;
    display: inline-block;
    float: none !important;
    outline: none;
    margin-left: 0; }
    .button.black.arrow {
      padding: 20px 60px 20px 25px;
      background: url(../img/estimate_arrow_white.svg) no-repeat 93% center #231F20; }
      .button.black.arrow:hover {
        background: url(../img/estimate_arrow_white.svg) no-repeat 93% center #151314; }
  .button.yellow {
    background: #FDB913;
    border: none;
    border-bottom: 2px solid #db9c02;
    color: #231F20;
    padding: 20px 25px;
    font-size: 22px;
    width: auto;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 5px;
    border-radius: 3px;
    text-align: left;
    display: inline-block;
    float: none !important;
    outline: none;
    margin-left: 0; }
    .button.yellow.arrow {
      padding: 20px 60px 20px 25px;
      background: url(../img/arrow_right_black.svg) no-repeat 89% center #FDB913; }
      .button.yellow.arrow:hover {
        background: url(../img/arrow_right_black.svg) no-repeat 91% center #f4ae02; }
    .button.yellow.centered_arrow {
      text-align: center; }
      .button.yellow.centered_arrow span {
        display: inline-block;
        vertical-align: middle; }
      .button.yellow.centered_arrow img {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px; }
    @media (max-width: 450px) {
      .button.yellow {
        width: 295px;
        font-size: 18px; } }
  .button.orange {
    background: #FDB913;
    color: #fff; }
    .button.orange:hover {
      background: #f4ae02; }
      @media (max-width: 1100px) {
        .button.orange:hover {
          background: #FDB913; } }
    .button.orange.round {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      padding: 0;
      margin-top: -50px;
      font-size: 17px;
      position: relative;
      top: -23px; }

.block_line {
  clear: both;
  width: 100%;
  display: block;
  overflow: hidden; }

.more_btn {
  font-weight: 600;
  font-size: 19px;
  background: black;
  color: white !important;
  margin-top: 25px;
  cursor: pointer;
  display: none; }

/* @Loading Animation */
.pending .loading {
  display: block; }

.loading {
  display: none;
  padding-left: 170px;
  margin: 30px 0; }

.loading-submit {
  margin: 0;
  padding-left: 150px; }

.load:before,
.load:after,
.load div {
  content: '';
  height: 1em;
  width: 1em;
  border-radius: 100%;
  background: inherit;
  float: left;
  margin: 0 .1em;
  box-shadow: 0 0 0.1em rgba(0, 0, 0, 0.3);
  animation: loading .5s ease-in-out alternate infinite; }

@keyframes loading {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

.load:before {
  animation-delay: 0s; }

.load div {
  animation-delay: -.1s; }

.load:after {
  animation-delay: -.2s; }

.biggest {
  font-size: 256px; }

.bigger {
  font-size: 128px; }

.big {
  font-size: 64px; }

.small {
  font-size: 32px; }

.smaller {
  font-size: 16px; }

.smallest {
  font-size: 8px; }

.red {
  background: red; }

.blue {
  background: #2196F3; }

.teal {
  background: #009688; }

.green {
  background: #4CAF50; }

.amber {
  background: #FFC107; }

.deep-orange {
  background: #FF5722; }

.white {
  background: #FFFFFF; }

/* @end */
.buttons {
  width: 100%;
  text-align: center; }

/* @end */
/* @group footer */
.footer_disclaimer {
  background: #F4F4F4;
  text-align: center;
  padding: 20px; }
  .footer_disclaimer p {
    margin: 0px;
    font-size: 14px; }

/* @end */
/* @group Testimonials Home*/
.testimonials-home {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 25px;
  overflow: hidden; }
  .testimonials-home .group {
    width: 33.3333333333%;
    float: left;
    padding: 0 40px; }
    @media (max-width: 1100px) {
      .testimonials-home .group {
        padding: 0 20px; } }
    @media (max-width: 900px) {
      .testimonials-home .group {
        width: 100%;
        margin-bottom: 50px; } }
    .testimonials-home .group:last-child {
      margin-bottom: 0; }
    .testimonials-home .group img {
      width: 50%;
      border-radius: 50%;
      border: 3px solid #fff; }
      @media (max-width: 900px) {
        .testimonials-home .group img {
          max-width: 150px; } }
    .testimonials-home .group p {
      font-size: 17px;
      line-height: 24px;
      margin-top: 20px;
      font-weight: 400; }
      .testimonials-home .group p.name {
        font-size: 22px;
        color: white;
        margin-top: 30px;
        font-weight: 600; }
        @media (max-width: 900px) {
          .testimonials-home .group p.name {
            margin-top: 15px; } }
        .testimonials-home .group p.name span {
          font-size: 18px; }

/* @end */
@media (max-width: 768px) {
  #cboxNext, #cboxPrevious {
    bottom: 35px !important; } }

.carousel {
  width: 100%;
  height: 350px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 60px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  @media (max-width: 550px) {
    .carousel {
      height: auto !important;
      display: none; } }
.inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/**
 * ==========================
 * Animation styles
 * 
 * Notes:
 * 1. We use z-index to position active slides in-front 
 * of non-active slides
 * 2. We set right:0 and left:0 on .slide to provide us with
 * a default positioning on both sides of the slide. This allows 
 * us to trigger JS and CSS3 animations easily
 *
 */
.slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  opacity: 0; }
  .slide.show {
    opacity: 1; }
  @media (max-width: 550px) {
    .slide {
      position: relative;
      opacity: 1;
      float: left; } }
  .slide .slide_contain {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-top: 1px solid #EDE9E9;
    border-bottom: 1px solid #EDE9E9;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14); }
    @media (max-width: 768px) {
      .slide .slide_contain {
        box-shadow: none; } }
    @media (max-width: 550px) {
      .slide .slide_contain {
        border: 0; } }
    .slide .slide_contain .left {
      width: 50%;
      float: left;
      background: url(../img/triangle.png) no-repeat right center #FDB913;
      text-align: left; }
      .slide .slide_contain .left * {
        color: #231F20; }
      @media (max-width: 768px) {
        .slide .slide_contain .left {
          padding: 10px 0 15px;
          width: 100%;
          background: url(../img/triangle_gray.png) no-repeat center bottom #FDB913;
          text-align: center; } }
      @media (max-width: 550px) {
        .slide .slide_contain .left {
          background: url(../img/triangle_up.svg) no-repeat center bottom #F4F4F4; } }
      .slide .slide_contain .left .contain {
        float: right;
        padding-right: 80px; }
    .slide .slide_contain .right {
      width: 50%;
      float: right;
      background: white; }
      @media (max-width: 768px) {
        .slide .slide_contain .right {
          width: 100%;
          background: #F4F4F4; } }
      @media (max-width: 550px) {
        .slide .slide_contain .right {
          background: white; } }
      .slide .slide_contain .right .contain {
        padding: 0; }
      .slide .slide_contain .right .helper {
        display: inline-block;
        height: 100%;
        width: 1px;
        vertical-align: middle; }
      .slide .slide_contain .right img {
        width: 140px;
        display: inline-block;
        vertical-align: middle; }
        @media (max-width: 768px) {
          .slide .slide_contain .right img {
            width: 100px;
            padding: 25px 0 15px; } }
        @media (max-width: 550px) {
          .slide .slide_contain .right img {
            width: 75px; } }
    .slide .slide_contain .contain {
      max-width: 640px;
      padding: 80px 40px; }
      @media (max-width: 768px) {
        .slide .slide_contain .contain {
          max-width: none;
          padding: 40px 40px 60px !important; } }
      .slide .slide_contain .contain h2 {
        font-size: 35px; }
        @media (max-width: 768px) {
          .slide .slide_contain .contain h2 {
            font-size: 30px; } }
      .slide .slide_contain .contain p {
        font-size: 22px;
        font-weight: 300; }
        @media (max-width: 768px) {
          .slide .slide_contain .contain p {
            font-size: 20px; } }
.slide.active,
.slide.left,
.slide.right {
  z-index: 2;
  opacity: 1; }

/**
 * ==========================
 * JS animation styles
 * 
 * We use jQuery.animate to control the sliding animations
 * when CSS3 animations are not available. In order for
 * the next slide to slide in from the right, we need
 * to change the left:0 property of the slide to left:auto
 *
 */
.js-reset-left {
  left: auto; }

/**
 * ==========================
 * CSS animation styles
 * 
 * .slide.left and .slide.right set-up
 * the to-be-animated slide so that it can slide
 * into view. For example, a slide that is about 
 * to slide in from the right will:
 * 1. Be positioned to the right of the viewport (right:-100%)
 * 2. Slide in when the style is superseded with a more specific style (right:0%)
 *
 */
.slide.left {
  left: -100%;
  right: 0; }

.slide.right {
  right: -100%;
  left: auto; }

.transition .slide.left {
  left: 0%; }

.transition .slide.right {
  right: 0%; }

/**
 * The following classes slide the previously active
 * slide out of view before positioning behind the 
 * currently active slide
 *
 */
.transition .slide.shift-right {
  right: 100%;
  left: auto; }

.transition .slide.shift-left {
  left: 100%;
  right: auto; }

/**
 * This sets the CSS properties that will animate. We set the
 * transition-duration property dynamically via JS.
 * We use the browser's default transition-timing-function
 * for simplicity's sake
 * 
 * It is important to note that we are using CodePen's inbuilt
 * CSS3 property prefixer. For your own projects, you will need
 * to prefix the transition and transform properties here to ensure
 * reliable support across browsers
 *
 */
.transition .slide {
  transition-property: right, left, margin; }

/**
 * ==========================
 * Indicators
 *
 */
.indicators {
  width: 100%;
  position: absolute;
  bottom: -75px;
  z-index: 99;
  padding: 0;
  text-align: center; }

.indicators li {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 5px;
  background: transparent;
  border: 2px solid #FDB913;
  list-style-type: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease-out; }

.indicators li.active {
  background: #FDB913;
  border: 2px solid #FDB913; }

.indicators li:hover {
  opacity: .8; }

/**
 * ==========================
 * Arrows 
 *
 */
/*
.arrow{
  width: 48px;
  height: 18px;
  position:absolute;
  top:50%;
  z-index:5;
  cursor:pointer;
  opacity: .8;
  margin-top: -24px;
}

.arrow:hover{opacity: .6;
}

.arrow-left{
  left:20px;
}

.arrow-right{
  right:20px;
}
*/
.slide {
  text-align: center;
  /*padding-top:25%;*/
  background-size: cover;
  background-position: center center; }

/* @group Completion Bar*/
.completion {
  width: 100%;
  overflow: hidden;
  margin: 35px auto 10px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
  position: relative;
  top: 20px;
  padding: 0 25px; }
  @media (max-width: 550px) {
    .completion {
      margin-top: 11px;
      top: 0;
      padding: 0 10px; } }
  .completion .check {
    display: inline-block;
    margin-left: -2px;
    margin-right: -2px;
    width: 28%;
    text-align: center;
    position: relative; }
    .completion .check.one {
      width: 18%;
      text-align: left; }
    .completion .check.last {
      width: 18%;
      text-align: right; }
    .completion .check:after, .completion .check:before {
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -2px;
      background: #e5e5e5;
      height: 2px; }
    .completion .check:after {
      left: 35%;
      right: 0; }
    .completion .check:before {
      right: 35%;
      left: 0; }
    .completion .check.one:before, .completion .check.last:after {
      display: none; }
    .completion .check .circle {
      border-radius: 50%;
      width: 30px;
      height: 30px;
      font-size: 13px;
      line-height: 25px;
      text-align: center;
      display: inline-block;
      background: #e5e5e5;
      border: 2px solid #e5e5e5;
      color: #999;
      vertical-align: middle;
      position: relative;
      z-index: 99; }
      .completion .check .circle img {
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 18px;
        margin-left: -9px;
        margin-top: -10px; }
    .completion .check.active .circle {
      background: white;
      border: 2px solid #D2232A;
      color: #D2232A;
      font-weight: 800; }
      .completion .check.active .circle:after {
        color: #D2232A;
        font-weight: 800; }
    .completion .check.complete .circle {
      background: #FDB913;
      border: 2px solid #FDB913;
      color: white;
      font-weight: 800; }
      .completion .check.complete .circle span {
        display: none; }
      .completion .check.complete .circle img {
        opacity: 1; }
      .completion .check.complete .circle:after {
        color: #FDB913;
        font-weight: 800; }

/* @group end */
/* @group Modal */
.recruitment_form {
  display: none; }

.recruit_modal {
  /* @end */ }
  .recruit_modal .modal_main1 {
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10040;
    text-align: center;
    display: none; }
    .recruit_modal .modal_main1 * {
      font-family: 'Helvetica Neue', sans-serif; }
  .recruit_modal .modal_background1 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
    opacity: .89;
    z-index: 10039;
    min-height: 900px;
    height: 100%;
    -webkit-backface-visibility: hidden; }
    @media (max-width: 550px) {
      .recruit_modal .modal_background1 {
        min-height: 0 !important; } }
    .recruit_modal .modal_background1.black {
      background: #fff;
      opacity: .85; }
    .recruit_modal .modal_background1.active {
      display: block; }
  .recruit_modal .modal_group1 {
    z-index: 10042;
    position: relative;
    margin: 75px auto;
    width: 450px;
    text-align: left; }
    @media (max-width: 550px) {
      .recruit_modal .modal_group1 {
        width: 100%;
        margin: 0%;
        background: #F4F4F4;
        min-height: 100%;
        padding: 35px 20px 45px 20px; } }
    .recruit_modal .modal_group1.active {
      display: block; }
  .recruit_modal .modal_content1 {
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
    position: relative;
    background: #F4F4F4;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29), 0 0 13px rgba(43, 59, 93, 0.29); }
    @media (max-width: 550px) {
      .recruit_modal .modal_content1 {
        box-shadow: none; } }
    .recruit_modal .modal_content1 #res_form, .recruit_modal .modal_content1 #com_form {
      display: none; }
    .recruit_modal .modal_content1 .x_box {
      width: 29px;
      height: 29px;
      position: absolute;
      top: -9px;
      right: -9px;
      z-index: 2;
      padding: 7px;
      border-radius: 50%;
      box-shadow: 0px 0px 2px #666666;
      background: #D2232A; }
      @media (max-width: 550px) {
        .recruit_modal .modal_content1 .x_box {
          top: -35px;
          right: -20px;
          border-radius: 0;
          box-shadow: none; } }
      .recruit_modal .modal_content1 .x_box:hover {
        background: #e0484e;
        cursor: pointer; }
    .recruit_modal .modal_content1.gray {
      background: #F4F4F4; }
    .recruit_modal .modal_content1 .title {
      text-align: center;
      padding: 13px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      border-radius: 3px 3px 0 0;
      margin: 0px;
      font-size: 13px;
      font-weight: 400; }
      @media (max-width: 550px) {
        .recruit_modal .modal_content1 .title {
          top: -41px; } }
      .recruit_modal .modal_content1 .title h2 {
        color: white;
        font-size: 18px;
        padding-bottom: 2px;
        font-family: 'Helvetica Neue', sans-serif;
        font-weight: 500; }
      .recruit_modal .modal_content1 .title .x {
        width: 20px;
        position: absolute;
        top: 17px;
        right: 15px;
        cursor: pointer; }
    .recruit_modal .modal_content1 .slide_panel {
      overflow: hidden;
      padding: 0px;
      display: none;
      background: transparent; }
      .recruit_modal .modal_content1 .slide_panel.active {
        display: block; }
      .recruit_modal .modal_content1 .slide_panel .padding {
        padding: 25px 30px 35px;
        overflow: hidden; }
        @media (max-width: 550px) {
          .recruit_modal .modal_content1 .slide_panel .padding {
            padding: 0px 0px 30px; } }
        .recruit_modal .modal_content1 .slide_panel .padding.space {
          padding-bottom: 45px; }
        .recruit_modal .modal_content1 .slide_panel .padding h2 {
          font-size: 20px;
          margin-bottom: 0px;
          margin-top: 3px;
          font-weight: 600; }
        .recruit_modal .modal_content1 .slide_panel .padding p {
          padding: 6px 0;
          line-height: 24px;
          font-size: 16px;
          margin-top: 0px;
          margin-bottom: 10px; }
      .recruit_modal .modal_content1 .slide_panel .button_group {
        width: 100%;
        height: 65px;
        position: relative;
        z-index: 2;
        border-radius: 0 0 2px 2px;
        background: #231F20;
        overflow: hidden; }
        @media (max-width: 550px) {
          .recruit_modal .modal_content1 .slide_panel .button_group {
            border-radius: 3px;
            overflow: hidden; } }
        .recruit_modal .modal_content1 .slide_panel .button_group .main {
          width: 100%;
          height: 100%;
          background: #312b2c;
          text-align: center;
          display: inline-block;
          position: relative;
          cursor: pointer; }
          @media (max-width: 550px) {
            .recruit_modal .modal_content1 .slide_panel .button_group .main {
              border-radius: 0 3px 3px 0; } }
          .recruit_modal .modal_content1 .slide_panel .button_group .main span {
            display: inline-block;
            vertical-align: middle; }
            .recruit_modal .modal_content1 .slide_panel .button_group .main span.text {
              color: white;
              line-height: 65px;
              font-size: 20px;
              margin-left: -20px;
              font-family: 'Helvetica Neue', sans-serif;
              font-weight: 400; }
              @media (max-width: 550px) {
                .recruit_modal .modal_content1 .slide_panel .button_group .main span.text {
                  font-size: 18px;
                  margin-left: -5px; } }
            .recruit_modal .modal_content1 .slide_panel .button_group .main span.icon {
              margin-left: 10px; }
              @media (max-width: 550px) {
                .recruit_modal .modal_content1 .slide_panel .button_group .main span.icon.icon_submit {
                  display: none; } }
          .recruit_modal .modal_content1 .slide_panel .button_group .main:hover {
            cursor: pointer;
            background: #231F20; }
          .recruit_modal .modal_content1 .slide_panel .button_group .main.choose span.text {
            margin-left: 0; }
        .recruit_modal .modal_content1 .slide_panel .button_group .sub {
          background: #312b2c;
          border-right: 1px solid #3e3739;
          height: 100%;
          text-align: center;
          cursor: pointer; }
          .recruit_modal .modal_content1 .slide_panel .button_group .sub:hover {
            background: #231f20; }
          .recruit_modal .modal_content1 .slide_panel .button_group .sub img {
            width: 30px;
            margin: 0 auto;
            padding-top: 17px;
            display: inline-block; }
            @media (max-width: 350px) {
              .recruit_modal .modal_content1 .slide_panel .button_group .sub img {
                width: 25px;
                padding-top: 21px; } }
        .recruit_modal .modal_content1 .slide_panel .button_group.has_back .main {
          width: 85%;
          float: right; }
        .recruit_modal .modal_content1 .slide_panel .button_group.has_back .sub {
          width: 15%;
          float: left; }
    .recruit_modal .modal_content1 form {
      overflow: hidden; }
      .recruit_modal .modal_content1 form .group {
        width: 100%;
        float: left;
        margin: 0 0 -1px 0; }
        .recruit_modal .modal_content1 form .group:last-child .group.half, .recruit_modal .modal_content1 form .group:last-child .group.third {
          margin-bottom: 0 !important; }
        .recruit_modal .modal_content1 form .group.half {
          width: 50%; }
          .recruit_modal .modal_content1 form .group.half.end input {
            border-left: 0 !important; }
          .recruit_modal .modal_content1 form .group.half.check {
            width: 48%;
            margin-right: 2%; }
            @media (max-width: 550px) {
              .recruit_modal .modal_content1 form .group.half.check {
                width: 100%;
                margin-right: 0; } }
            .recruit_modal .modal_content1 form .group.half.check.end {
              margin-right: 0; }
        .recruit_modal .modal_content1 form .group.third {
          width: 33.3333333333%; }
        .recruit_modal .modal_content1 form .group.checkbox {
          margin-right: -1px !important;
          margin-bottom: 15px !important; }
          .recruit_modal .modal_content1 form .group.checkbox input[type="radio"] + label {
            border-radius: 0; }
          .recruit_modal .modal_content1 form .group.checkbox:first-child input[type="radio"] + label {
            border-radius: 3px 0 0 3px; }
          .recruit_modal .modal_content1 form .group.checkbox:last-child input[type="radio"] + label {
            border-radius: 0 3px 3px 0; }
          .recruit_modal .modal_content1 form .group.checkbox.half {
            width: 50%;
            margin: 0; }
          .recruit_modal .modal_content1 form .group.checkbox.third {
            width: 33.3333333333%;
            margin: 0; }
        .recruit_modal .modal_content1 form .group.needsfilled input[type="radio"] + label {
          background: #fcebeb;
          border: 1px solid #e49f9f;
          color: #af0202; }
        .recruit_modal .modal_content1 form .group input[type="checkbox"] {
          display: none !important; }
        .recruit_modal .modal_content1 form .group input[type="checkbox"] + label {
          width: calc(100% - 2px);
          line-height: 65px;
          text-align: center;
          border-radius: 3px;
          background: #fbfbfb;
          border: 1px solid #ddd;
          cursor: pointer;
          display: block;
          font-size: 15px; }
          .recruit_modal .modal_content1 form .group input[type="checkbox"] + label:hover {
            background: #f5f5f5; }
          @media (max-width: 550px) {
            .recruit_modal .modal_content1 form .group input[type="checkbox"] + label {
              line-height: 55px; } }
        .recruit_modal .modal_content1 form .group input[type="checkbox"]:checked + label {
          color: white;
          font-weight: 600;
          background: #FDB913;
          border-color: #fdbc1d; }
          .recruit_modal .modal_content1 form .group input[type="checkbox"]:checked + label:before {
            content: ' ';
            width: 20px;
            height: 20px;
            background: url(/wp-content/themes/certapro/images/white_check.svg) no-repeat center center;
            display: inline-block;
            vertical-align: middle;
            position: relative;
            top: -1px;
            margin-right: 6px;
            background-size: cover; }
          .recruit_modal .modal_content1 form .group input[type="checkbox"]:checked + label:hover {
            background: #fdc12c; }
      .recruit_modal .modal_content1 form .step {
        margin-top: 20px;
        padding-top: 5px;
        border-top: 1px dashed #ddd;
        float: left;
        width: 100%; }
      .recruit_modal .modal_content1 form label {
        width: 100%;
        margin-bottom: 5px;
        margin-top: 5px;
        display: block;
        font-size: 17px;
        font-family: 'Helvetica Neue', sans-serif;
        color: #231F20;
        padding-left: 0;
        float: left;
        font-weight: 400; }
        .recruit_modal .modal_content1 form label.spacer {
          margin-top: 25px; }
        .recruit_modal .modal_content1 form label.check {
          margin-bottom: 1px;
          margin-top: 10px; }
        .recruit_modal .modal_content1 form label span.toggle {
          float: right;
          background-image: url(/wp-content/themes/certapro/images/add_icon.svg);
          background-size: cover;
          width: 26px;
          height: 26px;
          position: relative;
          top: -2px;
          cursor: pointer;
          -webkit-transition: all .3s;
          -moz-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
          .recruit_modal .modal_content1 form label span.toggle.open {
            background-image: url(/wp-content/themes/certapro/images/close_icon.svg); }
          .recruit_modal .modal_content1 form label span.toggle:hover {
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            opacity: .7;
            cursor: pointer; }
            @media (max-width: 550px) {
              .recruit_modal .modal_content1 form label span.toggle:hover {
                opacity: 1; } }
      .recruit_modal .modal_content1 form textarea {
        background: #fff;
        /*text-indent: 15px;*/
        padding: 15px;
        height: 75px;
        width: 100%;
        font-size: 16px;
        line-height: 20px;
        border-radius: 3px;
        border-bottom: 7px;
        border: 1px solid #c9c9c9;
        float: left;
        resize: none;
        font-family: 'Helvetica Neue', sans-serif;
        font-weight: 400; }
        .recruit_modal .modal_content1 form textarea::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #aaa; }
        .recruit_modal .modal_content1 form textarea::-moz-placeholder {
          /* Firefox 19+ */
          color: #aaa; }
        .recruit_modal .modal_content1 form textarea:-ms-input-placeholder {
          /* IE 10+ */
          color: #aaa; }
        .recruit_modal .modal_content1 form textarea:-moz-placeholder {
          /* Firefox 18- */
          color: #aaa; }
        .recruit_modal .modal_content1 form textarea.project_details {
          display: none; }
      .recruit_modal .modal_content1 form .drop_line {
        max-width: none;
        background: #fff url(/wp-content/themes/certapro/landing-templates/img/arrow_gray_down.svg) no-repeat 92% center;
        height: 55px;
        padding: 0px;
        border: 1px solid #c9c9c9;
        border-radius: 0px;
        display: inline-block;
        width: 100%;
        margin-bottom: 0px;
        margin-top: 0px;
        text-align: center; }
        @media (max-width: 550px) {
          .recruit_modal .modal_content1 form .drop_line {
            height: 50px; } }
        .recruit_modal .modal_content1 form .drop_line span.drop {
          width: 100%;
          display: inline-block; }
          .recruit_modal .modal_content1 form .drop_line span.drop select {
            background: none;
            height: auto;
            position: relative;
            top: 0px;
            border: 0px solid #ddd;
            border-radius: 0px;
            padding: 17px 7px 12px 15px;
            text-indent: 0px;
            vertical-align: middle;
            font-size: 16px;
            width: 100%;
            margin: 0;
            outline: none;
            display: inline-block;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            cursor: pointer;
            color: #787878;
            font-family: 'Helvetica Neue', sans-serif;
            font-weight: 400; }
            @media (max-width: 550px) {
              .recruit_modal .modal_content1 form .drop_line span.drop select {
                padding: 12px 7px 12px 12px;
                font-size: 16px;
                font-width: normal; } }
        .recruit_modal .modal_content1 form .drop_line .drop_arrow {
          position: absolute;
          top: 6px;
          left: 369px;
          z-index: 1;
          width: 18px; }
      .recruit_modal .modal_content1 form input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 55px;
        text-indent: 0px;
        width: 100%;
        margin: 0;
        font-size: 16px;
        font-family: 'Helvetica Neue', sans-serif;
        font-weight: 400;
        outline: none;
        border: 1px solid #c9c9c9;
        border-radius: 0px;
        padding: 0 0 0 15px; }
        .recruit_modal .modal_content1 form input::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #aaa; }
        .recruit_modal .modal_content1 form input::-moz-placeholder {
          /* Firefox 19+ */
          color: #aaa; }
        .recruit_modal .modal_content1 form input:-ms-input-placeholder {
          /* IE 10+ */
          color: #aaa; }
        .recruit_modal .modal_content1 form input:-moz-placeholder {
          /* Firefox 18- */
          color: #aaa; }
        @media (max-width: 550px) {
          .recruit_modal .modal_content1 form input {
            font-size: 16px;
            height: 50px;
            text-indent: 10px;
            font-width: normal; } }
        .recruit_modal .modal_content1 form input[type="radio"] {
          display: none !important; }
        .recruit_modal .modal_content1 form input[type="radio"] + label {
          line-height: 50px;
          text-align: center;
          background: white;
          border: 1px solid #ccc;
          cursor: pointer;
          float: left;
          font-size: 16px;
          font-family: 'Helvetica Neue', sans-serif;
          font-weight: 300;
          height: 50px;
          margin-bottom: -4px;
          text-transform: none;
          border-radius: 0;
          transition: background-color 0.5s ease; }
        .recruit_modal .modal_content1 form input[type="radio"]:checked + label {
          color: white;
          background: #FDB913;
          border-color: #f9b202;
          font-family: 'Helvetica Neue', sans-serif;
          font-weight: 600;
          transition: background-color 0.5s ease; }
          .recruit_modal .modal_content1 form input[type="radio"]:checked + label:before {
            content: ' ';
            width: 24px;
            height: 24px;
            background: url(/wp-content/themes/certapro/images/white_check.svg) no-repeat center center;
            display: inline-block;
            vertical-align: middle;
            position: relative;
            top: -2px;
            margin-right: 6px; }
        .recruit_modal .modal_content1 form input[type="checkbox"] {
          -webkit-appearance: normal; }
      .recruit_modal .modal_content1 form input.needsfilled, .recruit_modal .modal_content1 form textarea.needsfilled {
        background: #fcebeb !important;
        border: 1px solid #e49f9f !important;
        color: #af0202 !important; }
      .recruit_modal .modal_content1 form .drop_line.needsfilled {
        background: url(/wp-content/themes/certapro/landing-templates/img/arrow-form.svg) no-repeat right center #fcebeb !important;
        border: 1px solid #e49f9f !important;
        background-size: 32px !important; }
        .recruit_modal .modal_content1 form .drop_line.needsfilled select {
          color: #af0202 !important; }
      .recruit_modal .modal_content1 form .country {
        display: none; }
  .recruit_modal p.disclaimer {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    font-size: 13px;
    font-weight: 500; }
    .recruit_modal p.disclaimer a {
      test-decoration: none; }
      .recruit_modal p.disclaimer a:hover {
        text-decoration: underline; }
  .recruit_modal .app-x {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 99999;
    width: 22px;
    cursor: pointer; }
  .recruit_modal .title-bar {
    padding: 0;
    height: auto;
    margin-top: -4px;
    margin-bottom: 20px;
    background: transparent; }
    .recruit_modal .title-bar h1 {
      color: #000;
      margin: 0;
      padding: 0;
      font-size: 24px; }
  .recruit_modal #add_employment_group, .recruit_modal #add_experience_container {
    float: left; }
  .recruit_modal .employment_group, .recruit_modal .experience_group {
    margin-bottom: 20px; }
  .recruit_modal #add_employment, .recruit_modal #add_experience {
    float: right;
    width: auto;
    padding: 15px 25px;
    border-radius: 2px;
    color: white;
    background: #312b2c;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    cursor: pointer; }
    .recruit_modal #add_employment:hover, .recruit_modal #add_experience:hover {
      cursor: pointer;
      background: #231F20; }

section.black.center.recruitment_footer {
  padding: 150px 0; }
  @media (max-width: 550px) {
    section.black.center.recruitment_footer {
      padding: 75px 0; } }
  section.black.center.recruitment_footer h2 {
    font-weight: 600;
    margin: 0; }

/* @end */
.disclaimer_modal {
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10040;
  text-align: center;
  display: none; }
  .disclaimer_modal * {
    font-family: 'Helvetica Neue', sans-serif; }
  .disclaimer_modal .x_box {
    width: 29px;
    height: 29px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999999;
    padding: 7px;
    border-radius: 50%;
    box-shadow: 0px 0px 2px #666666;
    background: #D2232A; }
    .disclaimer_modal .x_box:hover {
      background: #e0484e;
      cursor: pointer; }
  .disclaimer_modal .modal_background2 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
    opacity: .95;
    z-index: 10039;
    min-height: 900px;
    height: 100%;
    -webkit-backface-visibility: hidden; }
    @media (max-width: 550px) {
      .disclaimer_modal .modal_background2 {
        min-height: 0 !important; } }
    .disclaimer_modal .modal_background2.black {
      background: #fff;
      opacity: .95; }
    .disclaimer_modal .modal_background2.active {
      display: block; }
  .disclaimer_modal .disclaimer_content {
    padding: 50px;
    margin: 30px auto;
    max-width: 900px;
    width: 100%;
    position: relative;
    z-index: 11111;
    text-align: left; }
    @media (max-width: 550px) {
      .disclaimer_modal .disclaimer_content {
        padding: 15px; } }
    .disclaimer_modal .disclaimer_content h2 {
      font-weight: 600;
      margin-bottom: 15px; }
    .disclaimer_modal .disclaimer_content h3 {
      font-weight: 600; }
    .disclaimer_modal .disclaimer_content p {
      font-weight: 400;
      font-size: 16px; }

/* General Styles */
*,
*:after,
*:before {
  margin: 0px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

body, html {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 27px;
  font-weight: 300;
  color: #000;
  background: white;
  position: relative; }

.clear {
  clear: both; }

section a {
  color: #3690ea; }

a, a:hover, input, input:hover, button, button:hover {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

input, textarea {
  border-radius: 0;
  -webkit-appearance: none; }

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative; }
  @media (max-width: 1100px) {
    .container {
      padding: 0 20px; } }
  @media (max-width: 550px) {
    .container {
      padding: 0 15px; } }
  .container:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }

p {
  margin: 0 0 20px;
  color: #font-dark;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px; }

ul {
  padding: 0 0 0 20px;
  margin: 0 0 20px 0; }
  ul li {
    color: #font-dark;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    padding: 0px;
    margin: 0; }
    @media (max-width: 550px) {
      ul li {
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 10px; } }
strong {
  font-weight: 600; }

ul li {
  list-style-position: outside;
  margin-left: 20px; }

.no-touch a:hover {
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -ms-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out; }

/*
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	box-shadow: none !important;
}
*/
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://fonts.gstatic.com/s/materialicons/v19/2fcrYFNaTjcS6g4U3t-Y5UEw0lE80llgEseQY3FEmqw.woff2) format("woff2"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }
