/*-------------------------- Global Styles ----------------------------*/
@media screen and (max-width: 767px) {
  #wrapper {
    /*padding-left: 25px;*/
    padding-top: 55px; } }

/*-------------------------- Header Styles ----------------------------*/
#header {
  background-color: #000000;
  background-size: contain; }
  @media screen and (min-width: 768px) {
    #header {
      background: url("../images/header_triangle.png") center center no-repeat #000000;
      position: relative; } }
  @media screen and (max-width: 767px) {
    #header {
      position: fixed;
      width: 100%;
      z-index: 100; } }
  #header #header_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../images/poly_overlay.png") center center;
    left: 0;
    top: 0; }
  #header #header_inner {
    position: relative;
    z-index: 3; }
  #header #header_logo {
    height: 100%; }
    @media screen and (max-width: 767px) {
      #header #header_logo {
        padding: 0px 10px !important; } }
    @media screen and (min-width: 1201px) {
      #header #header_logo a {
        margin-left: -292px;
        margin-top: -46px;
        position: absolute;
        left: 50%;
        top: 50%; } }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      #header #header_logo a {
        margin-left: -227px;
        margin-top: -37px;
        position: absolute;
        left: 50%;
        top: 50%; }
        #header #header_logo a img {
          width: 454px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #header #header_logo a {
        margin-left: -177px;
        margin-top: -28px;
        position: absolute;
        left: 50%;
        top: 50%; }
        #header #header_logo a img {
          width: 344px; } }
    @media screen and (max-width: 767px) {
      #header #header_logo a {
        margin-top: -15px;
        position: absolute;
        top: 50%; } }
  #header #iso_logo {
    margin-left: -15px; }
    @media screen and (min-width: 1201px) {
      #header #iso_logo {
        padding: 35px 0px; } }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      #header #iso_logo {
        padding: 20px 0px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #header #iso_logo {
        padding: 20px 0px; }
        #header #iso_logo img {
          height: 100px; } }
    @media screen and (max-width: 767px) {
      #header #iso_logo {
        padding: 10px 0px; }
        #header #iso_logo img {
          height: 35px; } }
  #header #careers_link {
    position: absolute;
    top: 50%;
    text-transform: uppercase;
    margin-top: -10px; }
    @media screen and (min-width: 992px) {
      #header #careers_link {
        left: 140px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #header #careers_link {
        left: 110px; } }
    #header #careers_link a:hover {
      opacity: .8;
      text-decoration: none; }
  #header .header_link {
    font-family: "ronnia",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #db212f; }
  #header #header_social {
    float: right; }
    @media screen and (max-width: 767px) {
      #header #header_social {
        padding: 0px 5px 0px 0px; } }
    #header #header_social .header_social_icon {
      float: right;
      margin-left: 7px; }
      @media screen and (max-width: 767px) {
        #header #header_social .header_social_icon img {
          height: 15px;
          width: auto; } }
    #header #header_social .header_social_icon:hover {
      opacity: .8; }
  #header #header_info_inner {
    position: absolute;
    top: 50%;
    width: 100%;
    right: 0; }
  #header #header_phone {
    text-align: right; }
    @media screen and (min-width: 768px) {
      #header #header_phone {
        margin-top: 20px; } }
    @media screen and (max-width: 767px) {
      #header #header_phone {
        margin-top: 8px; } }
    @media screen and (min-width: 768px) {
      #header #header_phone .header_phone_item {
        font-family: "ronnia",sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        color: #ffffff;
        line-height: 19px; } }
    @media screen and (max-width: 767px) {
      #header #header_phone .header_phone_item {
        font-family: "ronnia",sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 13px;
        color: #ffffff;
        line-height: 8px; } }
    #header #header_phone #header_toll_free {
      margin-bottom: 7px; }
  #header #mobile_menu_wrapper {
    padding: 0px; }
  #header #mobile_menu {
    width: 100%;
    height: 55px;
    background: url("../images/mobile_menu.png") center center no-repeat; }

/*-------------------------- Navbar Styles ----------------------------*/
#navbar {
  background: #262626; }
  @media screen and (max-width: 767px) {
    #navbar {
      position: fixed;
      top: 55px;
      left: -85%;
      height: 100%;
      width: 85%;
      z-index: 1000; } }
  #navbar #navbar_inner .active a {
    color: #db212f !important; }
  #navbar #navbar_inner .active .dropdown a {
    color: #000000 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    padding: 8px 20px !important;
    line-height: 15px; }
  #navbar #navbar_inner .active .dropdown a:after {
    content: '' !important; }
  #navbar #navbar_inner .active .dropdown a:hover {
    background-color: #db212f;
    color: #ffffff !important; }
  #navbar #navbar_inner .navbar_item {
    position: relative; }
    @media screen and (min-width: 768px) {
      #navbar #navbar_inner .navbar_item {
        float: left; } }
    @media screen and (max-width: 767px) {
      #navbar #navbar_inner .navbar_item {
        padding-left: 10px; } }
    #navbar #navbar_inner .navbar_item a {
      display: inline-block;
      width: 100%;
      height: 100%;
      text-transform: uppercase;
      position: relative; }
      @media screen and (min-width: 1201px) {
        #navbar #navbar_inner .navbar_item a {
          padding: 22px 16px;
          font-family: "ronnia",sans-serif;
          font-style: normal;
          font-weight: 300;
          font-size: 16px;
          color: #ffffff; } }
      @media screen and (max-width: 1200px) and (min-width: 992px) {
        #navbar #navbar_inner .navbar_item a {
          padding: 18px 10px;
          font-family: "ronnia",sans-serif;
          font-style: normal;
          font-weight: 300;
          font-size: 14px;
          color: #ffffff; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        #navbar #navbar_inner .navbar_item a {
          padding: 16px 6px;
          font-family: "ronnia",sans-serif;
          font-style: normal;
          font-weight: 300;
          font-size: 11px;
          color: #ffffff; } }
      @media screen and (max-width: 767px) {
        #navbar #navbar_inner .navbar_item a {
          padding: 10px 0px 10px 0px;
          font-family: "ronnia",sans-serif;
          font-style: normal;
          font-weight: 300;
          font-size: 16px;
          color: #ffffff; } }
    @media screen and (min-width: 768px) {
      #navbar #navbar_inner .navbar_item a:after {
        content: url("../images/nav_div.gif");
        position: absolute;
        right: -4px;
        top: 50%;
        margin-top: -7px; } }
    #navbar #navbar_inner .navbar_item a:hover {
      color: #db212f;
      text-decoration: none; }
    #navbar #navbar_inner .navbar_item .first_nav {
      padding-left: 2px !important; }
    #navbar #navbar_inner .navbar_item .last_nav {
      padding-right: 0px !important; }
    #navbar #navbar_inner .navbar_item .last_nav:after {
      content: ''; }

@media screen and (min-width: 768px) {
  display: none; }
#mobile_swipe {
  display: none; }
  @media screen and (max-width: 767px) {
    #mobile_swipe {
      position: absolute;
      right: 0;
      width: 25px;
      background: #4d4d4f;
      height: 100%;
      top: 0;
      z-index: 100; } }
  @media screen and (max-width: 767px) {
    #mobile_swipe #swipe_text {
      font-family: "ronnia",sans-serif;
      font-style: italic;
      font-weight: 600;
      font-size: 14px;
      color: #ffffff;
      text-transform: uppercase;
      width: 134px;
      position: absolute;
      left: -55px;
      top: 50%;
      margin-top: -67px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); } }

@media screen and (min-width: 768px) {
  .mobile_exp {
    display: none; } }
@media screen and (max-width: 767px) {
  .mobile_exp {
    color: #ffffff;
    left: 0;
    position: absolute;
    top: 10px; } }

.dropdown {
  display: none;
  z-index: 100;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 5px 0px;
  margin-top: 15px; }
  @media screen and (min-width: 768px) {
    .dropdown {
      position: absolute; } }
  .dropdown ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px; }
    .dropdown ul .first {
      padding: 0px; }
    .dropdown ul li a {
      color: #000000 !important;
      font-size: 14px !important;
      text-transform: uppercase;
      padding: 8px 20px !important;
      line-height: 15px; }
    .dropdown ul li a:after {
      content: '' !important; }
    .dropdown ul li a:hover {
      background-color: #db212f;
      color: #ffffff !important; }

.dropdown:before {
  content: url("../images/dropdown_tab.png");
  position: absolute;
  left: 0;
  top: -15px; }

/*-------------------------- Homepage Styles ----------------------------*/
#slider {
  position: relative;
  z-index: 1; }

#slider:before {
  content: '';
  background: url("../images/slider_tl_triangles.png") no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  display: inline-block;
  background-size: contain; }
  @media screen and (min-width: 768px) {
    #slider:before {
      width: 138px;
      height: 252px; } }
  @media screen and (max-width: 767px) {
    #slider:before {
      width: 52px;
      height: 95px; } }

@media screen and (min-width: 768px) {
  #slider:after {
    content: url("../images/slider_br_triangles.png");
    position: absolute;
    right: 0;
    bottom: -5px;
    z-index: 50; } }

.slide_item {
  float: left;
  position: relative; }

#slider_inner img, .slide_item, .slide_item img {
  width: 100%;
  height: 100%; }

#slider .caroufredsel_wrapper, #slider_inner, #internal_slider .caroufredsel_wrapper {
  height: 100% !important; }

#slider .caroufredsel_wrapper {
  position: absolute !important;
  z-index: 1; }

.slide_overlay {
  top: 50%;
  left: 50%;
  z-index: 5;
  background: url("../images/gray_bg.png") top left transparent; }
  @media screen and (min-width: 1201px) {
    .slide_overlay {
      width: 824px;
      height: 246px;
      margin: -123px 0px 0px -412px;
      position: absolute; } }
  @media screen and (max-width: 1200px) and (min-width: 992px) {
    .slide_overlay {
      width: 746px;
      height: 216px;
      margin: -108px 0px 0px -373px;
      position: absolute; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .slide_overlay {
      width: 530px;
      height: 216px;
      margin: -108px 0px 0px -265px;
      position: absolute; } }
  @media screen and (max-width: 767px) {
    .slide_overlay {
      width: 100%;
      height: auto;
      padding: 10px; } }
  .slide_overlay .slider_overlay_title {
    text-align: center;
    text-transform: uppercase; }
    @media screen and (min-width: 1201px) {
      .slide_overlay .slider_overlay_title {
        font-family: "ronnia",sans-serif;
        font-style: italic;
        font-weight: 600;
        font-size: 50px;
        color: #ffffff; } }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      .slide_overlay .slider_overlay_title {
        font-family: "ronnia",sans-serif;
        font-style: italic;
        font-weight: 600;
        font-size: 43px;
        color: #ffffff; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      .slide_overlay .slider_overlay_title {
        font-family: "ronnia",sans-serif;
        font-style: italic;
        font-weight: 600;
        font-size: 36px;
        color: #ffffff; } }
    @media screen and (max-width: 767px) {
      .slide_overlay .slider_overlay_title {
        font-family: "ronnia",sans-serif;
        font-style: italic;
        font-weight: 600;
        font-size: 20px;
        color: #ffffff; } }
    .slide_overlay .slider_overlay_title .red_txt {
      color: #db212f; }
  .slide_overlay .slider_overlay_text {
    text-align: center; }
    @media screen and (min-width: 1201px) {
      .slide_overlay .slider_overlay_text {
        font-family: "ronnia",sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 22px;
        color: #ffffff; } }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      .slide_overlay .slider_overlay_text {
        font-family: "ronnia",sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        color: #ffffff; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      .slide_overlay .slider_overlay_text {
        font-family: "ronnia",sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 17px;
        color: #ffffff; } }
    @media screen and (max-width: 767px) {
      .slide_overlay .slider_overlay_text {
        font-family: "ronnia",sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        color: #ffffff; } }
  .slide_overlay .slider_overlay_learn {
    text-align: center;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .slide_overlay .slider_overlay_learn {
        margin-top: 25px; } }
    @media screen and (max-width: 767px) {
      .slide_overlay .slider_overlay_learn {
        margin-top: 10px; } }
    @media screen and (min-width: 1201px) {
      .slide_overlay .slider_overlay_learn a {
        font-family: "ronnia",sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        color: #ffffff; } }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      .slide_overlay .slider_overlay_learn a {
        font-family: "ronnia",sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        color: #ffffff; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      .slide_overlay .slider_overlay_learn a {
        font-family: "ronnia",sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        color: #ffffff; } }
    @media screen and (max-width: 767px) {
      .slide_overlay .slider_overlay_learn a {
        font-family: "ronnia",sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        color: #ffffff; } }
    .slide_overlay .slider_overlay_learn a .more {
      color: #db212f;
      margin: 0px 13px; }
    .slide_overlay .slider_overlay_learn a:hover {
      text-decoration: none;
      color: #db212f; }

#ctrl_buttons {
  position: relative;
  top: 50%;
  z-index: 100;
  pointer-events: none; }
  @media screen and (min-width: 768px) {
    #ctrl_buttons {
      top: 50%; } }
  @media screen and (max-width: 767px) {
    #ctrl_buttons {
      top: 32%; } }

.ctrl_btn {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  pointer-events: auto; }
  @media screen and (min-width: 768px) {
    .ctrl_btn {
      top: 50%;
      width: 70px;
      height: 122px;
      margin-top: -61px; } }
  @media screen and (max-width: 767px) {
    .ctrl_btn {
      top: 50%;
      width: 33px;
      height: 56px;
      margin-top: -26px; }
      .ctrl_btn img {
        width: 100%;
        height: auto; } }

#prev_btn {
  left: 5%; }

#next_btn {
  right: 5%; }

#hp_callouts {
  position: relative; }
  @media screen and (min-width: 768px) {
    #hp_callouts {
      padding: 69px 0px 52px 0px; } }
  @media screen and (max-width: 767px) {
    #hp_callouts {
      padding: 20px 0px; } }
  @media screen and (max-width: 767px) {
    #hp_callouts .hp_callout_item {
      margin-bottom: 20px; } }
  #hp_callouts .hp_callout_item_inner {
    border: 1px solid #000000;
    position: relative;
    background-color: #ffffff;
    position: relative;
    z-index: 10; }
    @media screen and (min-width: 768px) {
      #hp_callouts .hp_callout_item_inner {
        padding: 50px;
        height: 100%; } }
    @media screen and (max-width: 767px) {
      #hp_callouts .hp_callout_item_inner {
        padding: 20px 20px 20px 50px; } }
  #hp_callouts .hp_callout_item_inner:before {
    content: url("../images/callout_corner.gif");
    position: absolute;
    left: -2px;
    top: -2px;
    z-index: 1; }
  #hp_callouts .hp_callout_title {
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 1201px) {
      #hp_callouts .hp_callout_title {
        min-height: 67px;
        margin-bottom: 30px; } }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      #hp_callouts .hp_callout_title {
        min-height: 56px;
        margin-bottom: 30px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #hp_callouts .hp_callout_title {
        min-height: 43px;
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      #hp_callouts .hp_callout_title {
        min-height: 59px;
        margin-bottom: 15px; } }
    #hp_callouts .hp_callout_title a h2 {
      text-transform: uppercase;
      margin: 0px; }
      @media screen and (min-width: 1201px) {
        #hp_callouts .hp_callout_title a h2 {
          font-family: "ronnia",sans-serif;
          font-style: italic;
          font-weight: 600;
          font-size: 30px;
          color: #db212f;
          line-height: 34px; } }
      @media screen and (max-width: 1200px) and (min-width: 992px) {
        #hp_callouts .hp_callout_title a h2 {
          font-family: "ronnia",sans-serif;
          font-style: italic;
          font-weight: 600;
          font-size: 24px;
          color: #db212f;
          line-height: 27px; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        #hp_callouts .hp_callout_title a h2 {
          font-family: "ronnia",sans-serif;
          font-style: italic;
          font-weight: 600;
          font-size: 15px;
          color: #db212f;
          line-height: 21px; } }
      @media screen and (max-width: 767px) {
        #hp_callouts .hp_callout_title a h2 {
          font-family: "ronnia",sans-serif;
          font-style: italic;
          font-weight: 600;
          font-size: 25px;
          color: #db212f;
          line-height: 28px; } }
    #hp_callouts .hp_callout_title a:hover {
      text-decoration: none; }
    #hp_callouts .hp_callout_title .hp_callout_title_inner {
      position: absolute;
      bottom: 0; }
  #hp_callouts .hp_callout_desc {
    margin-bottom: 30px; }
    @media screen and (min-width: 992px) {
      #hp_callouts .hp_callout_desc {
        font-family: "ronnia",sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        color: #000000; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #hp_callouts .hp_callout_desc {
        font-family: "ronnia",sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 13px;
        color: #000000; } }
    @media screen and (max-width: 767px) {
      #hp_callouts .hp_callout_desc {
        font-family: "ronnia",sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        color: #000000; } }
  #hp_callouts .hp_callout_link {
    margin-bottom: 30px;
    text-align: right; }
    #hp_callouts .hp_callout_link a {
      text-transform: uppercase; }
      @media screen and (min-width: 992px) {
        #hp_callouts .hp_callout_link a {
          font-family: "ronnia",sans-serif;
          font-style: normal;
          font-weight: 300;
          font-size: 16px;
          color: #4d4d4f; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        #hp_callouts .hp_callout_link a {
          font-family: "ronnia",sans-serif;
          font-style: normal;
          font-weight: 300;
          font-size: 11px;
          color: #4d4d4f; } }
      @media screen and (max-width: 767px) {
        #hp_callouts .hp_callout_link a {
          font-family: "ronnia",sans-serif;
          font-style: normal;
          font-weight: 300;
          font-size: 16px;
          color: #4d4d4f; } }
      #hp_callouts .hp_callout_link a .lm_slash {
        color: #db212f;
        padding: 0px 9px; }
    #hp_callouts .hp_callout_link a:hover {
      text-decoration: none;
      color: #db212f; }
  @media screen and (max-width: 767px) {
    #hp_callouts .hp_callout_photo {
      margin-left: -30px; } }
  #hp_callouts #hp_callout_character_inner {
    height: 100%;
    width: 100%; }
    #hp_callouts #hp_callout_character_inner img {
      max-height: 100%;
      max-width: 100%;
      height: auto;
      width: auto;
      position: absolute;
      bottom: 0;
      z-index: 1; }

@media screen and (min-width: 768px) {
  #hp_callouts:after {
    content: url("../images/callouts_tr_triangles.png");
    position: absolute;
    right: 0;
    top: 0; } }

#hp_video {
  background-color: #db212f; }
  #hp_video #hp_video_copy {
    font-family: "ronnia",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #ffffff; }
    @media screen and (min-width: 768px) {
      #hp_video #hp_video_copy {
        padding: 115px 25px 115px 0px; } }
    @media screen and (max-width: 767px) {
      #hp_video #hp_video_copy {
        padding: 25px 16px 25px 15px; } }
    #hp_video #hp_video_copy h1 {
      font-family: "ronnia",sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      color: #ffffff; }
    #hp_video #hp_video_copy #hp_video_link {
      text-align: right;
      margin-top: 30px; }
      #hp_video #hp_video_copy #hp_video_link a {
        text-transform: uppercase;
        color: #ffffff; }
        #hp_video #hp_video_copy #hp_video_link a .vid_slash {
          color: #262626;
          padding: 0px 9px; }
      #hp_video #hp_video_copy #hp_video_link a:hover {
        text-decoration: none;
        color: #262626; }
  #hp_video #hp_video_title {
    font-family: "ronnia",sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    text-transform: uppercase;
    line-height: 28px;
    margin-bottom: 35px; }
  #hp_video #video_player {
    width: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      #hp_video #video_player {
        height: 100%; } }
    @media screen and (max-width: 767px) {
      #hp_video #video_player {
        height: 200px;
        margin-bottom: 20px; } }
    #hp_video #video_player #video_player_btn {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -103px;
      margin-left: -90px;
      background: url("../images/play_btn2.png") center center no-repeat;
      width: 207px;
      height: 181px;
      background-size: cover;
      z-index: 2;
      pointer-events: none; }
    #hp_video #video_player #video_player_gray {
      background: #000000;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
    #hp_video #video_player #video_player_holder {
      width: 80%;
      height: 80%;
      position: absolute;
      z-index: 3;
      top: 10%;
      left: 10%;
      display: none; }
      #hp_video #video_player #video_player_holder iframe {
        width: 100%;
        height: 100%; }

#hp_qc {
  position: relative; }
  @media screen and (min-width: 768px) {
    #hp_qc {
      background: url("../images/qc_bg.jpg") center center no-repeat;
      background-size: cover; } }
  @media screen and (max-width: 767px) {
    #hp_qc {
      background-color: #ffffff; } }
  #hp_qc .hp_qc_header {
    font-family: "ronnia",sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 30px;
    color: #db212f;
    text-transform: uppercase; }
  #hp_qc .hp_qc_copy {
    font-family: "ronnia",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #4d4d4f; }
  @media screen and (min-width: 768px) {
    #hp_qc .hp_qc_right_copy {
      color: #ffffff; } }
  @media screen and (min-width: 768px) {
    #hp_qc .hp_qc_left {
      padding-bottom: 90px;
      padding-right: 90px; } }
  @media screen and (max-width: 767px) {
    #hp_qc .hp_qc_left {
      padding-bottom: 25px;
      padding-right: 15px;
      padding-top: 25px; } }
  @media screen and (min-width: 768px) {
    #hp_qc .hp_qc_right {
      padding-top: 90px;
      padding-left: 90px; } }
  @media screen and (max-width: 767px) {
    #hp_qc .hp_qc_right {
      padding-top: 0px;
      padding-left: 15px;
      padding-bottom: 25px; } }
  @media screen and (min-width: 768px) {
    #hp_qc .hp_qc_right .lm_btn a {
      color: #ffffff; } }
  #hp_qc .lm_btn {
    margin-bottom: 30px;
    text-align: right; }
    #hp_qc .lm_btn a {
      font-family: "ronnia",sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      color: #4d4d4f;
      text-transform: uppercase; }
      #hp_qc .lm_btn a .lm_slash {
        color: #db212f;
        padding: 0px 9px; }
    #hp_qc .lm_btn a:hover {
      text-decoration: none;
      color: #db212f; }

@media screen and (min-width: 1307px) {
  #hp_qc:before {
    left: 0; } }
@media screen and (max-width: 1306px) and (min-width: 1200px) {
  #hp_qc:before {
    left: -53px; } }
@media screen and (max-width: 1199px) and (min-width: 1112px) {
  #hp_qc:before {
    left: 0; } }
@media screen and (max-width: 1111px) and (min-width: 992px) {
  #hp_qc:before {
    left: -56px; } }
@media screen and (max-width: 991px) and (min-width: 837px) {
  #hp_qc:before {
    left: 0px; } }
@media screen and (max-width: 836px) and (min-width: 768px) {
  #hp_qc:before {
    left: -36px; } }
@media screen and (min-width: 768px) {
  #hp_qc:before {
    content: url("../images/hp_qc_tl_triangles.png");
    position: absolute;
    top: 0;
    width: 236px;
    height: 418px; } }

@media screen and (min-width: 768px) {
  #hp_qc:after {
    content: url("../images/hp_qc_br_triangles.png");
    position: absolute;
    bottom: 0;
    right: 0;
    width: 267px;
    height: 459px; } }

/*-------------------------- Internal Styles ----------------------------*/
#tt_content_area {
  background-color: #333e48;
  position: relative; }
  @media screen and (min-width: 768px) {
    #tt_content_area #tt_content {
      padding-top: 80px; } }
  @media screen and (max-width: 767px) {
    #tt_content_area #tt_content {
      padding-top: 25px; } }
  @media screen and (min-width: 768px) {
    #tt_content_area #tt_content #tt_title {
      font-family: "ronnia",sans-serif;
      font-style: italic;
      font-weight: 600;
      font-size: 50px;
      color: #db212f;
      text-transform: uppercase;
      line-height: 45px; } }
  @media screen and (max-width: 767px) {
    #tt_content_area #tt_content #tt_title {
      font-family: "ronnia",sans-serif;
      font-style: italic;
      font-weight: 600;
      font-size: 30px;
      color: #db212f;
      text-transform: uppercase;
      line-height: 33px; } }
  #tt_content_area #tt_content #tt_main_copy {
    padding-bottom: 50px; }
    #tt_content_area #tt_content #tt_main_copy h1 {
      font-family: "ronnia",sans-serif;
      font-style: italic;
      font-weight: 300;
      font-size: 21px;
      color: #ffffff;
      margin-bottom: 15px;
      margin-top: 25px; }
    #tt_content_area #tt_content #tt_main_copy h2 {
      font-family: "ronnia",sans-serif;
      font-style: italic;
      font-weight: 600;
      font-size: 30px;
      color: #ffffff;
      text-transform: uppercase;
      margin-bottom: 6px;
      margin-top: 25px; }
    #tt_content_area #tt_content #tt_main_copy #tt_main_copy_inner {
      font-family: "ronnia",sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      color: #ffffff; }

@media screen and (min-width: 768px) {
  #tt_content_area:before, #internal_content_area:before {
    content: url("../images/internal_tl.png");
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; } }

#tt_character {
  position: relative;
  z-index: 10; }
  #tt_character #tt_character_inner {
    position: absolute;
    bottom: 55px;
    width: 100%;
    left: 0;
    padding: 0px 15px 0px 0px; }

#tt_content_area_triangle {
  width: 0;
  height: 0;
  border-bottom: 0px solid #ffffff;
  border-right: 0px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1; }

#tt_pdf_download {
  background-color: #db212f;
  position: relative; }
  @media screen and (max-width: 767px) {
    #tt_pdf_download {
      margin-bottom: 15px; } }
  #tt_pdf_download #tt_pdf_download_inner {
    position: relative; }
  #tt_pdf_download #tt_pdf_download_img {
    float: right; }
    @media screen and (max-width: 767px) {
      #tt_pdf_download #tt_pdf_download_img {
        opacity: 0; } }
  @media screen and (min-width: 768px) {
    #tt_pdf_download #tt_pdf_download_text {
      position: absolute;
      top: 50%;
      left: 0; } }
  @media screen and (max-width: 767px) {
    #tt_pdf_download #tt_pdf_download_text {
      padding: 25px 0;
      text-align: center;
      width: 100%; } }
  #tt_pdf_download #tt_pdf_download_text a {
    font-family: "ronnia",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase; }
    #tt_pdf_download #tt_pdf_download_text a .download_slash {
      color: #000000;
      padding: 0px 12px; }
  #tt_pdf_download #tt_pdf_download_text a:hover {
    color: #000000;
    text-decoration: none; }

#tt_pdf_download_right, #tt_pdf_download_left {
  background-color: #db212f;
  position: absolute;
  top: 0; }

#internal_video, .internal_video {
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative; }
  @media screen and (min-width: 768px) {
    #internal_video, .internal_video {
      height: 800px; } }
  @media screen and (max-width: 767px) {
    #internal_video, .internal_video {
      height: 200px; } }
  #internal_video #internal_video_player_btn, #internal_video .internal_video_player_btn, .internal_video #internal_video_player_btn, .internal_video .internal_video_player_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -103px;
    background: url("../images/play_btn2.png") center center no-repeat;
    width: 207px;
    height: 181px;
    background-size: cover;
    cursor: pointer;
    z-index: 2; }
  #internal_video #internal_video_player_gray, #internal_video .internal_video_player_gray, .internal_video #internal_video_player_gray, .internal_video .internal_video_player_gray {
    background: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  #internal_video #internal_video_player_holder, #internal_video .internal_video_player_holder, .internal_video #internal_video_player_holder, .internal_video .internal_video_player_holder {
    width: 80%;
    height: 80%;
    position: absolute;
    z-index: 3;
    top: 10%;
    left: 10%;
    display: none; }
    #internal_video #internal_video_player_holder iframe, #internal_video .internal_video_player_holder iframe, .internal_video #internal_video_player_holder iframe, .internal_video .internal_video_player_holder iframe {
      width: 100%;
      height: 100%; }

#internal_callouts {
  padding: 65px 0px 55px 0px;
  position: relative; }
  #internal_callouts #internal_callouts_inner {
    position: relative;
    z-index: 1; }

#internal_callouts:before {
  content: url("../images/internal_callout_bl.png");
  bottom: 0;
  left: 0;
  position: absolute; }

#internal_callouts:after {
  content: url("../images/internal_callout_tr.png");
  top: 0;
  right: 0;
  position: absolute; }

.internal_callout_item {
  margin-bottom: 30px; }
  .internal_callout_item .internal_callout_item_inner {
    border: 1px solid #000000;
    position: relative;
    padding: 35px 0px 0px 0px;
    height: 100%;
    background-color: #ffffff; }
  .internal_callout_item .internal_callout_item_inner:before {
    content: url("../images/callout_corner.gif");
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 1; }
  .internal_callout_item .internal_callout_item_title {
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    padding: 0 35px; }
    @media screen and (min-width: 1201px) {
      .internal_callout_item .internal_callout_item_title {
        min-height: 67px; } }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      .internal_callout_item .internal_callout_item_title {
        min-height: 56px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      .internal_callout_item .internal_callout_item_title {
        min-height: 43px; } }
    @media screen and (max-width: 767px) {
      .internal_callout_item .internal_callout_item_title {
        min-height: 67px; } }
    .internal_callout_item .internal_callout_item_title a {
      text-transform: uppercase; }
      @media screen and (min-width: 1201px) {
        .internal_callout_item .internal_callout_item_title a {
          font-family: "ronnia",sans-serif;
          font-style: italic;
          font-weight: 600;
          font-size: 26px;
          color: #db212f;
          line-height: 26px; } }
      @media screen and (max-width: 1200px) and (min-width: 992px) {
        .internal_callout_item .internal_callout_item_title a {
          font-family: "ronnia",sans-serif;
          font-style: italic;
          font-weight: 600;
          font-size: 19px;
          color: #db212f;
          line-height: 22px; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        .internal_callout_item .internal_callout_item_title a {
          font-family: "ronnia",sans-serif;
          font-style: italic;
          font-weight: 600;
          font-size: 15px;
          color: #db212f;
          line-height: 21px; } }
      @media screen and (max-width: 767px) {
        .internal_callout_item .internal_callout_item_title a {
          font-family: "ronnia",sans-serif;
          font-style: italic;
          font-weight: 600;
          font-size: 30px;
          color: #db212f;
          line-height: 34px; } }
    .internal_callout_item .internal_callout_item_title a:hover {
      text-decoration: none; }
    .internal_callout_item .internal_callout_item_title .internal_callout_item_title_inner {
      position: absolute;
      bottom: 0; }
  .internal_callout_item .internal_callout_item_desc {
    margin-bottom: 20px;
    padding: 0 35px; }
    @media screen and (min-width: 992px) {
      .internal_callout_item .internal_callout_item_desc {
        font-family: "ronnia",sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        color: #000000;
        line-height: 18px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      .internal_callout_item .internal_callout_item_desc {
        font-family: "ronnia",sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 13px;
        color: #000000;
        line-height: 18px; } }
    @media screen and (max-width: 767px) {
      .internal_callout_item .internal_callout_item_desc {
        font-family: "ronnia",sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        color: #000000;
        line-height: 18px; } }
  .internal_callout_item .internal_callout_item_link {
    margin-bottom: 30px;
    text-align: right;
    padding: 0 35px; }
    .internal_callout_item .internal_callout_item_link a {
      text-transform: uppercase; }
      @media screen and (min-width: 992px) {
        .internal_callout_item .internal_callout_item_link a {
          font-family: "ronnia",sans-serif;
          font-style: normal;
          font-weight: 300;
          font-size: 14px;
          color: #4d4d4f; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        .internal_callout_item .internal_callout_item_link a {
          font-family: "ronnia",sans-serif;
          font-style: normal;
          font-weight: 300;
          font-size: 11px;
          color: #4d4d4f; } }
      @media screen and (max-width: 767px) {
        .internal_callout_item .internal_callout_item_link a {
          font-family: "ronnia",sans-serif;
          font-style: normal;
          font-weight: 300;
          font-size: 16px;
          color: #4d4d4f; } }
      .internal_callout_item .internal_callout_item_link a .lm_slash {
        color: #db212f;
        padding: 0px 9px; }
    .internal_callout_item .internal_callout_item_link a:hover {
      text-decoration: none;
      color: #db212f; }
  .internal_callout_item .internal_callout_item_photo {
    position: absolute;
    bottom: 0;
    width: 100%; }

@media screen and (max-width: 1348px) and (min-width: 1200px) {
  #internal_content_area:before {
    left: -79px; } }
@media screen and (max-width: 1159px) and (min-width: 992px) {
  #internal_content_area:before {
    left: -79px; } }
@media screen and (max-width: 937px) and (min-width: 768px) {
  #internal_content_area:before {
    left: -79px; } }

#internal_content_area {
  position: relative; }
  @media screen and (min-width: 900px) {
    #internal_content_area {
      background: url("../images/internal_triangle_right.png") top right no-repeat; } }
  @media screen and (min-width: 1553px) {
    #internal_content_area #internal_content_area_inner {
      padding-right: 205px; } }
  @media screen and (max-width: 1552px) and (min-width: 1354px) {
    #internal_content_area #internal_content_area_inner {
      padding-right: 300px; } }
  @media screen and (max-width: 1353px) and (min-width: 1200px) {
    #internal_content_area #internal_content_area_inner {
      padding-right: 385px; } }
  @media screen and (max-width: 1199px) and (min-width: 1133px) {
    #internal_content_area #internal_content_area_inner {
      padding-right: 318px; } }
  @media screen and (max-width: 1132px) and (min-width: 992px) {
    #internal_content_area #internal_content_area_inner {
      padding-right: 388px; } }
  @media screen and (max-width: 991px) and (min-width: 900px) {
    #internal_content_area #internal_content_area_inner {
      padding-right: 325px; } }
  @media screen and (min-width: 768px) {
    #internal_content_area #internal_content_area_inner {
      padding-top: 80px; } }
  @media screen and (max-width: 767px) {
    #internal_content_area #internal_content_area_inner {
      padding-top: 15px; } }
  @media screen and (min-width: 768px) {
    #internal_content_area #internal_content_area_inner #internal_content_title {
      font-family: "ronnia",sans-serif;
      font-style: italic;
      font-weight: 600;
      font-size: 50px;
      color: #db212f;
      text-transform: uppercase;
      line-height: 45px; } }
  @media screen and (max-width: 767px) {
    #internal_content_area #internal_content_area_inner #internal_content_title {
      font-family: "ronnia",sans-serif;
      font-style: italic;
      font-weight: 600;
      font-size: 30px;
      color: #db212f;
      text-transform: uppercase;
      line-height: 35px; } }
  #internal_content_area #internal_content_area_inner #internal_content_main_copy {
    padding-bottom: 50px; }
    #internal_content_area #internal_content_area_inner #internal_content_main_copy h1 {
      font-family: "ronnia",sans-serif;
      font-style: italic;
      font-weight: 300;
      font-size: 21px;
      color: #000000;
      margin-bottom: 15px;
      margin-top: 25px; }
    #internal_content_area #internal_content_area_inner #internal_content_main_copy h2 {
      font-family: "ronnia",sans-serif;
      font-style: italic;
      font-weight: 600;
      font-size: 30px;
      color: #000000;
      text-transform: uppercase;
      margin-bottom: 6px;
      margin-top: 25px; }
    #internal_content_area #internal_content_area_inner #internal_content_main_copy #internal_content_main_copy_inner {
      font-family: "ronnia",sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      color: #000000; }
    #internal_content_area #internal_content_area_inner #internal_content_main_copy p a {
      color: #db212f; }

#share_wrapper {
  position: relative;
  padding-top: 35px;
  min-height: 45px; }
  #share_wrapper #share_area {
    width: 100%;
    margin: 15px 0 20px;
    display: none; }
  #share_wrapper #share_btn {
    background: url("../images/share_btn.png") center center no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    cursor: pointer; }
    @media screen and (min-width: 900px) {
      #share_wrapper #share_btn {
        right: -50px; } }
    @media screen and (max-width: 899px) {
      #share_wrapper #share_btn {
        right: 0px; } }
  #share_wrapper #print_btn {
    background: url("../images/print_btn.png") center center no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    cursor: pointer; }
    @media screen and (min-width: 900px) {
      #share_wrapper #print_btn {
        right: -10px; } }
    @media screen and (max-width: 899px) {
      #share_wrapper #print_btn {
        right: 40px; } }

#photo_gallery {
  background-color: #4d4d4f; }
  #photo_gallery #gallery_container {
    position: relative; }
    #photo_gallery #gallery_container .pg_ctrl {
      position: absolute;
      top: 50%;
      cursor: pointer;
      margin-top: -34px; }
    #photo_gallery #gallery_container #pg_prev {
      left: 5px; }
    #photo_gallery #gallery_container #pg_next {
      right: 5px; }
  #photo_gallery #photo_gallery_thumbs {
    position: relative; }
    #photo_gallery #photo_gallery_thumbs .photo_gallery_thumb {
      float: left;
      width: 20%;
      opacity: .35;
      cursor: pointer; }
    #photo_gallery #photo_gallery_thumbs #photo_gallery_thumbs_inner .thumb_selected {
      opacity: 1; }
    #photo_gallery #photo_gallery_thumbs #photo_gallery_thumbs_inner img {
      width: 100%;
      height: auto; }
    #photo_gallery #photo_gallery_thumbs .pg_ctrl {
      position: absolute;
      top: 50%;
      cursor: pointer;
      margin-top: -34px; }
    #photo_gallery #photo_gallery_thumbs #pg_thumbs_prev {
      left: 5px; }
    #photo_gallery #photo_gallery_thumbs #pg_thumbs_next {
      right: 5px; }
  #photo_gallery .photo_gallery_item {
    position: relative;
    overflow: hidden; }
    #photo_gallery .photo_gallery_item .pg_caption {
      position: absolute;
      bottom: 0;
      width: 100%;
      background: url("../images/caption_bg.png") top left;
      font-family: "ronnia",sans-serif;
      font-style: italic;
      font-weight: 600;
      font-size: 14px;
      color: #ffffff;
      padding: 30px; }
    #photo_gallery .photo_gallery_item .caption_hidden:after {
      content: url("../images/caption_show.png");
      right: 0;
      top: -40px;
      position: absolute; }
    #photo_gallery .photo_gallery_item .caption_show:after {
      content: url("../images/caption_hide.png");
      right: 0;
      top: -40px;
      position: absolute; }
    #photo_gallery .photo_gallery_item .caption_ctrl {
      position: absolute;
      width: 207px;
      height: 40px;
      right: 0px;
      top: -40px;
      cursor: pointer;
      z-index: 2; }
    #photo_gallery .photo_gallery_item img {
      width: 100%;
      height: auto; }

.video_gallery_wrapper iframe {
  width: 100%;
  height: 100%; }

@media screen and (min-width: 768px) {
  #gallery_form {
    padding-left: 55px;
    padding-top: 95px; } }
@media screen and (max-width: 767px) {
  #gallery_form {
    padding-left: 15px;
    padding-top: 30px; } }

.tt_form {
  margin-top: 30px; }

#page_form #form_header {
  font-family: "ronnia",sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 30px;
  color: #db212f;
  text-transform: uppercase;
  line-height: 35px;
  margin-bottom: 20px; }
  #page_form #form_header .white {
    color: #ffffff; }
#page_form #form_copy {
  font-family: "ronnia",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 25px; }
#page_form input, #page_form textarea {
  width: 100%;
  padding: 5px 7px; }
#page_form label {
  font-family: "ronnia",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #ffffff; }
#page_form ::-webkit-input-placeholder {
  font-family: "ronnia",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #000000;
  opacity: 1; }
#page_form :-moz-placeholder {
  font-family: "ronnia",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #000000;
  opacity: 1; }
#page_form ::-moz-placeholder {
  font-family: "ronnia",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #000000;
  opacity: 1; }
#page_form :-ms-input-placeholder {
  font-family: "ronnia",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #000000;
  opacity: 1; }
#page_form .submit {
  background: none;
  border: 0px;
  font-family: "ronnia",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  width: auto; }
#page_form .submit_button {
  clear: both;
  margin-bottom: 35px; }
  #page_form .submit_button .dfinput_full {
    display: inline-block;
    float: right; }
  #page_form .submit_button .dfinput_full:before {
    content: '/';
    font-family: "ronnia",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #db212f;
    padding: 0 7px; }
  #page_form .submit_button .dfinput_full:after {
    content: '/';
    font-family: "ronnia",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #db212f;
    padding: 0 7px; }

#form_full label {
  color: #000000 !important; }
#form_full .white {
  color: #000000 !important; }
#form_full #form_copy {
  color: #000000 !important; }
#form_full input, #form_full textarea {
  border: 1px solid #b2b4b7; }
#form_full .submit {
  color: #000000 !important; }
#form_full .fake_dform {
  margin-bottom: 10px; }

#our_team {
  margin-top: 40px; }
  #our_team .team_item {
    margin-bottom: 40px; }
    #our_team .team_item .team_name {
      font-family: "ronnia",sans-serif;
      font-style: italic;
      font-weight: 600;
      font-size: 20px;
      color: #db212f;
      text-transform: uppercase; }
    #our_team .team_item .team_title {
      font-family: "ronnia",sans-serif;
      font-style: italic;
      font-weight: 300;
      font-size: 16px;
      color: #000000; }
    #our_team .team_item .team_bio {
      margin-top: 10px; }

#testimonial_list #testimonial_list_header {
  font-family: "ronnia",sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 30px;
  color: #db212f;
  text-transform: uppercase;
  line-height: 35px;
  margin-bottom: 20px;
  margin-top: 30px; }
#testimonial_list .testimonial_item {
  margin-bottom: 40px; }
  #testimonial_list .testimonial_item .quote_area {
    position: relative;
    text-indent: 37px; }
  #testimonial_list .testimonial_item .quote_area:before {
    content: '\201c';
    position: absolute;
    font-family: "ronnia",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 72px;
    color: #db212f;
    left: -37px;
    top: -22px; }
  #testimonial_list .testimonial_item .testimonial_quote_after {
    display: inline-block;
    float: left;
    height: 10px;
    position: absolute;
    width: 10px; }
  #testimonial_list .testimonial_item .testimonial_quote_after:after {
    content: '\201d';
    position: absolute;
    font-family: "ronnia",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 72px;
    color: #db212f;
    left: -29px;
    top: -14px; }
  #testimonial_list .testimonial_item .quoted {
    font-family: "ronnia",sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    padding-left: 17px;
    margin-top: 10px;
    text-align: right; }

#certs #cert_header {
  font-family: "ronnia",sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 30px;
  color: #db212f;
  text-transform: uppercase;
  line-height: 35px;
  margin-bottom: 20px;
  margin-top: 30px; }
#certs .cert_title {
  font-family: "ronnia",sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
  color: #262626;
  text-transform: uppercase; }
#certs .cert_item {
  margin-bottom: 30px; }

#story_index {
  margin-top: 40px; }
  #story_index .news_story_tease {
    margin-bottom: 45px; }
    #story_index .news_story_tease .news_story_tease_title {
      font-family: "ronnia",sans-serif;
      font-style: italic;
      font-weight: 600;
      font-size: 30px;
      color: #db212f;
      text-transform: uppercase;
      line-height: 35px; }
      #story_index .news_story_tease .news_story_tease_title a {
        font-family: "ronnia",sans-serif;
        font-style: italic;
        font-weight: 600;
        font-size: 30px;
        color: #db212f;
        text-transform: uppercase;
        line-height: 35px; }
    #story_index .news_story_tease .news_story_tease_date {
      font-family: "ronnia",sans-serif;
      font-style: italic;
      font-weight: 300;
      font-size: 14px;
      color: #000000; }
    #story_index .news_story_tease .lm_btn {
      margin-bottom: 30px;
      text-align: right; }
      #story_index .news_story_tease .lm_btn a {
        font-family: "ronnia",sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        color: #4d4d4f;
        text-transform: uppercase; }
        #story_index .news_story_tease .lm_btn a .lm_slash {
          color: #db212f;
          padding: 0px 9px; }
      #story_index .news_story_tease .lm_btn a:hover {
        text-decoration: none;
        color: #db212f; }

#story_date {
  font-family: "ronnia",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #000000; }

.page_lm_btn {
  margin-bottom: 30px;
  text-align: right; }
  .page_lm_btn a {
    font-family: "ronnia",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #4d4d4f;
    text-transform: uppercase; }
    .page_lm_btn a .page_lm_slash {
      color: #db212f;
      padding: 0px 9px; }
  .page_lm_btn a:hover {
    text-decoration: none;
    color: #db212f; }

#catalogue_tables {
  margin-top: 40px; }
  #catalogue_tables .table_item {
    margin-top: 30px; }
    #catalogue_tables .table_item h3 {
      font-family: "ronnia",sans-serif;
      font-style: italic;
      font-weight: 600;
      font-size: 24px;
      color: #db212f;
      text-transform: uppercase; }

#flipbook_wrapper {
  height: 600px;
  margin-bottom: 30px;
  width: 100%;
  position: relative; }
  #flipbook_wrapper #book1 {
    height: 600px;
    position: absolute;
    width: 100%; }

#download_btn {
  margin-bottom: 30px;
  text-align: center; }
  #download_btn a {
    font-family: "ronnia",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #4d4d4f;
    text-transform: uppercase; }
    #download_btn a .lm_slash {
      color: #db212f;
      padding: 0px 9px; }
  #download_btn a:hover {
    text-decoration: none;
    color: #db212f; }

#contact_info {
  font-family: "ronnia",sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  margin: 20px 0px 30px 0px; }
  #contact_info .address_slash {
    color: #db212f;
    padding: 0px 9px; }

#loc_map {
  width: 100%;
  height: 500px;
  margin-bottom: 30px; }

#breadcrumbs {
  margin-bottom: 35px;
  font-family: "ronnia",sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  color: #000000; }
  #breadcrumbs a {
    font-family: "ronnia",sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    color: #000000; }
  #breadcrumbs .sep {
    margin: 0px 10px; }

.white_bread {
  color: #ffffff !important; }
  .white_bread a {
    color: #ffffff !important; }

/*-------------------------- Footer Styles ----------------------------*/
#footer_contact {
  height: 400px;
  width: 100%;
  position: relative; }
  #footer_contact #footer_contact_img {
    position: absolute;
    background-size: cover;
    background-position: center center;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%; }
    #footer_contact #footer_contact_img iframe {
      width: 100%;
      height: 100%; }
  #footer_contact #footer_contact_info {
    position: absolute;
    height: 100%;
    z-index: 2;
    right: 0;
    top: 0; }
    @media screen and (min-width: 768px) {
      #footer_contact #footer_contact_info {
        background: url("../images/hp_contact_right.gif") top right no-repeat #db212f;
        padding-right: 266px;
        text-align: right;
        padding-left: 40px; } }
    @media screen and (max-width: 767px) {
      #footer_contact #footer_contact_info {
        background-color: #db212f;
        width: 100%;
        text-align: center; } }
    #footer_contact #footer_contact_info #footer_contact_header {
      font-family: "ronnia",sans-serif;
      font-style: italic;
      font-weight: 600;
      font-size: 30px;
      color: #262626;
      text-transform: uppercase; }
    #footer_contact #footer_contact_info #footer_contact_address, #footer_contact #footer_contact_info #footer_contact_phone, #footer_contact #footer_contact_info #footer_contact_hours {
      font-family: "ronnia",sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 22px;
      color: #ffffff;
      line-height: 24px;
      margin-top: 30px; }
    #footer_contact #footer_contact_info #footer_contact_subheader {
      font-family: "ronnia",sans-serif;
      font-style: italic;
      font-weight: 300;
      font-size: 22px;
      color: #010101;
      text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    #footer_contact #footer_contact_triangle {
      width: 0;
      height: 0;
      border-bottom: 400px solid #db212f;
      border-left: 225px solid transparent;
      position: absolute;
      left: -225px; } }

#footer {
  background: url("../images/footer_bg.jpg") bottom left repeat-x #000000;
  width: 100%; }
  #footer #footer_dist {
    padding: 65px 0px 30px 0px; }
    #footer #footer_dist #footer_dist_inner {
      padding: 0px 65px;
      position: relative; }
    #footer #footer_dist .footer_dist_item {
      float: left;
      width: 20%;
      height: 95px;
      position: relative;
      padding: 0 20px; }
      #footer #footer_dist .footer_dist_item a {
        width: 100%;
        height: 100%;
        display: inline-block; }
  #footer .footer_ctrl {
    position: absolute;
    top: 50%;
    margin-top: -31px;
    cursor: pointer; }
  #footer #footer_prev_btn {
    left: 0; }
  #footer #footer_next_btn {
    right: 0; }
  #footer #footer_testimonial #footer_testimonial_quote {
    padding-left: 17px; }
    @media screen and (min-width: 992px) {
      #footer #footer_testimonial #footer_testimonial_quote {
        padding-right: 39px;
        font-family: "ronnia",sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        color: #ffffff; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #footer #footer_testimonial #footer_testimonial_quote {
        padding-right: 9px;
        font-family: "ronnia",sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 13px;
        color: #ffffff; } }
    @media screen and (max-width: 767px) {
      #footer #footer_testimonial #footer_testimonial_quote {
        padding-left: 69px;
        font-family: "ronnia",sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        color: #ffffff; } }
    #footer #footer_testimonial #footer_testimonial_quote a {
      color: #db212f; }
  #footer #footer_testimonial #footer_testimonial_quote:before {
    content: '\201c';
    position: absolute;
    font-family: "ronnia",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 72px;
    color: #db212f;
    left: 0;
    top: -22px; }
  #footer #footer_testimonial #footer_testimonial_quote_after {
    display: inline-block;
    float: left;
    height: 10px;
    position: absolute;
    width: 10px; }
  #footer #footer_testimonial #footer_testimonial_quote_after:after {
    content: '\201d';
    position: absolute;
    font-family: "ronnia",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 72px;
    color: #db212f;
    left: 8px;
    top: -14px; }
  #footer #footer_testimonial #footer_testimonial_quoted {
    font-family: "ronnia",sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
    padding-left: 17px;
    margin-top: 25px; }
  #footer #footer_nav {
    border-left: 2px solid #db212f; }
    @media screen and (min-width: 992px) {
      #footer #footer_nav {
        padding-left: 69px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #footer #footer_nav {
        padding-left: 30px; } }
    @media screen and (max-width: 767px) {
      #footer #footer_nav {
        padding-left: 69px; } }
    #footer #footer_nav #footer_bottom_right {
      padding-left: 0px; }
    #footer #footer_nav .footer_nav_item {
      margin-bottom: 10px; }
      #footer #footer_nav .footer_nav_item a {
        text-transform: uppercase; }
        @media screen and (min-width: 1201px) {
          #footer #footer_nav .footer_nav_item a {
            font-family: "ronnia",sans-serif;
            font-style: normal;
            font-weight: 300;
            font-size: 14px;
            color: #ffffff; } }
        @media screen and (max-width: 1200px) and (min-width: 992px) {
          #footer #footer_nav .footer_nav_item a {
            font-family: "ronnia",sans-serif;
            font-style: normal;
            font-weight: 300;
            font-size: 12px;
            color: #ffffff; } }
        @media screen and (max-width: 991px) and (min-width: 768px) {
          #footer #footer_nav .footer_nav_item a {
            font-family: "ronnia",sans-serif;
            font-style: normal;
            font-weight: 300;
            font-size: 11px;
            color: #ffffff; } }
        @media screen and (max-width: 767px) {
          #footer #footer_nav .footer_nav_item a {
            font-family: "ronnia",sans-serif;
            font-style: normal;
            font-weight: 300;
            font-size: 14px;
            color: #ffffff; } }
      #footer #footer_nav .footer_nav_item a:hover {
        text-decoration: none;
        color: #db212f; }
    #footer #footer_nav #footer_social {
      margin-top: 10px;
      margin-bottom: 15px; }
    #footer #footer_nav .footer_social_icon {
      float: left;
      padding: 0px 3px; }
    #footer #footer_nav #footer_copyright {
      font-family: "ronnia",sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 12px;
      color: #b2b4b7;
      text-align: center;
      text-transform: uppercase; }
      #footer #footer_nav #footer_copyright a {
        font-family: "ronnia",sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        color: #b2b4b7; }
      #footer #footer_nav #footer_copyright a:hover {
        color: #db212f; }
  @media screen and (min-width: 992px) {
    #footer #footer_character {
      padding-left: 70px; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    #footer #footer_character {
      padding-left: 15px; } }
  @media screen and (max-width: 767px) {
    #footer #footer_character {
      padding-left: 70px; } }

@media print {
  #header, #footer, #navbar, #tt_character, #footer_contact, #tt_content_area_triangle, #tt_pdf_download, #internal_callouts, #photo_gallery, #form_full {
    display: none; }

  #tt_content {
    width: 100% !important; } }

/*# sourceMappingURL=styles.css.map */
