@charset "UTF-8";
/*------------------------------------------------------------------
[Table of contents]

1.	HTML RESET
2.	BASE STYLING
3.	FORMS
4.	YOPP BUTTONS
5.	FOUNDATION MODS
6.	HEADER
7.	NAVIGATION
8.	FEATURE SLIDES
9.	BODY CONTENT
10.	FOOTER
11.	YOPP MODS
12.	MOBILE STYLES

-------------------------------------------------------------------*/
/* 1. HTML RESET
-------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  padding: 0; }

article, aside, figure, figure img, figcaption, hgroup, footer, header, nav, section, video, object {
  display: block; }

a img {
  border: 0; }

figure {
  position: relative; }

figure img {
  width: 100%; }

/* 2. BASE STYLING
-------------------------------------------------------------------*/
body {
  background: #043753;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
  color: #555;
  font-size: 15px;
  padding-top: 172px; }

.wrap {
  background: #e8e8e8;
  padding: 40px; }

a {
  color: #f6b545;
  text-decoration: none;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

a:hover {
  color: #000; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.35;
  margin: 20px 0 10px 0;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #021d2c; }

h1 {
  font-size: 36px;
  margin-top: 0; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700; }

h4 {
  font-size: 16px;
  font-weight: 700; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px 0; }

p.leadin {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
  color: #043d5d; }

ul, ol {
  margin: 1.2em 0 1.2em 2em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li {
  margin: 0 0 .5em 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1.2em 0; }

hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1.2em 0; }

blockquote:before,
blockquote:after {
  content: '';
  content: none; }

blockquote {
  margin: 0 0 1em 2em;
  padding: 0 1em;
  font-style: italic;
  border-left: 3px double #d6d6d6; }

img, object, embed {
  max-width: 100%; }

img {
  height: auto; }

/* ClearFix */
.group:after {
  content: "";
  display: table;
  clear: both; }

/* Selection */
::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #7cb8d9; }

::-webkit-selection {
  color: #fff;
  text-shadow: none;
  background: #7cb8d9; }

::selection {
  color: #fff;
  text-shadow: none;
  background: #7cb8d9; }

/* 3. FORMS
-------------------------------------------------------------------*/
input[type=text], textarea, input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input[type=date] {
  padding: 10px !important;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #fff;
  font-size: 12px;
  line-height: 22px;
  color: #555;
  background-color: #efefef;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-appearance: none;
  border-radius: 0; }

input[type=text]:focus, textarea:focus, input[type=email]:focus, input[type=search]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=date]:focus {
  background-color: #ebebeb; }

textarea {
  width: 100% !important; }

select {
  height: 30px;
  line-height: 30px;
  padding: 0;
  font-size: 13px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 5px #ddd inset; }

table.DRXQuickForm {
  width: 100%; }

table.DRXQuickForm td {
  display: block;
  text-align: left;
  padding: 0; }

table.DRXQuickForm td:nth-child(2) {
  padding: 0 0 27px 0; }

table.DRXQuickForm td b {
  font-weight: normal; }

.DRXQuickForm input[type="submit"] {
  font-size: 18px;
  -webkit-font-smoothing: antialiased; }

input[type="submit"] {
  font-size: 11px;
  color: #fff;
  padding: 7px 20px;
  -webkit-appearance: none; }

/* 4. YOPP BUTTONS
-------------------------------------------------------------------*/
.cms-button,
input[type="submit"],
a.cmsi-module-blog-summary-read-more {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 7px 12px;
  text-decoration: none;
  color: #333;
  background: whiteSmoke;
  border: 1px solid #ddd; }

.cms-button:hover {
  background: #ddd; }

.cms-button,
.cms-button-primary,
.cms-button-secondary,
.cms-button-alert,
.cms-button-success,
input[type="submit"],
a.cmsi-module-blog-summary-read-more,
.cms-button {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-size: 16px;
  padding: 12px 40px; }

.cms-button-primary {
  background: #7cb8d9;
  color: #fff; }

.cms-button-primary:hover {
  background: #54a3ce;
  color: #fff; }

.cms-button-secondary {
  background: #043d5d; }

.cms-button-secondary:hover {
  background: #021d2c; }

.cms-button-alert {
  background: #c3512f; }

.cms-button-alert:hover {
  background: #9a4025; }

.cms-button-success,
input[type="submit"] {
  background: #f8c876;
  color: #825407;
  text-shadow: none; }

.cms-button-success:hover,
input[type="submit"]:hover {
  background: #f6b545;
  color: #825407; }

a.cmsi-module-blog-summary-read-more {
  font-size: 13px;
  border: 1px solid #043d5d;
  background: #fff;
  text-shadow: none;
  padding: 10px 40px; }

a.cmsi-module-blog-summary-read-more:hover {
  background: #043d5d;
  color: #fff; }

/* 5. FOUNDATION OVERRIDES
-------------------------------------------------------------------*/
.row {
  max-width: 1480px; }

.row .row {
  margin: 0 -.9375em; }

/* 6. HEADER
-------------------------------------------------------------------*/
header {
  top: 0;
  left: 0;
  padding: 10px 0 0 0;
  background: #fff;
  box-shadow: 0 0 5px rgba(51, 51, 51, 0.25);
  width: 100%;
  position: absolute;
  height: 172px;
  z-index: 99;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  header .row {
    max-width: 1630px; }
  header .logo {
    text-align: left;
    margin: 0 0 20px 0; }
    header .logo p {
      font-size: 42px;
      font-weight: 700;
      -webkit-font-smoothing: antialiased;
      margin: 0; }
    header .logo p.tagline {
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 400;
      margin-top: -2px; }
    header .logo .icon {
      background: #7cb8d9;
      display: inline-block;
      color: #fff;
      text-shadow: 0 1px 1px #4198c8;
      width: 65px;
      height: 65px;
      padding: 0 0 0 5px;
      margin: 0 0 5px 0;
      float: left;
      margin: 14px 20px 0 0; }
      header .logo .icon strong {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-weight: 700;
        font-size: 36px;
        border: 1px solid #fff;
        display: inline-block;
        text-align: center; }
    header .logo a {
      color: #043d5d; }
  header .phone {
    display: inline-block;
    border: 1px solid #043d5d;
    padding-right: 14px;
    float: right;
    margin: 0 0 5px 0;
    line-height: 36px;
    text-transform: uppercase;
    clear: both;
    -webkit-font-smoothing: antialiased; }
    header .phone strong {
      background: #7cb8d9;
      color: #fff;
      display: inline-block;
      width: 90px;
      padding: 0 0 0 10px;
      height: 36px;
      line-height: 36px;
      margin-right: 10px; }
    header .phone i {
      background: #043d5d;
      color: #fff;
      width: 36px;
      height: 36px;
      text-align: center;
      line-height: 36px;
      margin: 0;
      float: left; }
    header .phone a {
      color: #7cb8d9; }
  header .last {
    text-transform: uppercase;
    font-size: 14px;
    text-align: right; }
    header .last a {
      color: #7cb8d9; }
    header .last a:hover {
      color: #f8c876; }
    header .last i {
      margin: 0 5px 0 20px;
      color: #7cb8d9; }
  header form {
    float: right;
    width: 400px;
    margin-top: 10px; }
    header form input[type="text"] {
      max-width: 70%;
      float: left;
      border: 1px solid #ddd;
      height: 43px; }
    header form input[type="submit"] {
      width: 30%;
      float: right;
      border: 0;
      padding: 0;
      height: 43px;
      line-height: 43px;
      text-align: center;
      display: block;
      border: 1px solid #f6b545; }
  header .cmsi-shoppingCart {
    float: right;
    margin-top: 25px; }
  header .cms-button-primary,
  header .cms-button-secondary,
  header .cms-button-success,
  header .cms-button-alert {
    float: right;
    padding: 0 40px;
    line-height: 38px;
    height: 40px;
    font-size: 13px;
    margin: 25px 0 0 0;
    border: 1px solid transparent;
    color: #fff; }
  header .cms-button-secondary:hover {
    border: 1px solid #043d5d;
    background: #fff;
    color: #043d5d; }

.cmsi-shoppingCart a.cartIcon {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #043d5d;
  float: left;
  margin: 0;
  border: 1px solid #043d5d; }
.cmsi-shoppingCart a.cartIcon:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: "\f07a";
  color: #fff;
  font-size: 16px;
  line-height: 40px; }
.cmsi-shoppingCart a.cartIcon:hover {
  background: #f8c876; }
.cmsi-shoppingCart .widget-counter {
  position: relative;
  float: left;
  top: auto;
  left: auto;
  width: 40px;
  height: 40px;
  border: 1px solid #043d5d;
  border-left: 0;
  background: none;
  color: #043d5d;
  font-size: 16px;
  line-height: 40px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0 10px 0 0; }
.cmsi-shoppingCart p {
  float: left;
  line-height: 40px; }

header.scroll {
  position: fixed;
  height: auto;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 0;
  opacity: .9; }
  header.scroll .row {
    display: none; }
  header.scroll nav {
    border: 0;
    padding: 0; }

header.scroll:hover {
  opacity: 1; }

/* 7. DESKTOP NAVIGATION
-------------------------------------------------------------------*/
nav {
  padding: 0;
  margin: 0 auto;
  text-align: left;
  max-width: 1600px;
  border-top: 1px solid #ddd; }

nav ul {
  list-style: none;
  padding: 0;
  z-index: 400;
  margin: 0;
  font-size: 0; }

nav > ul:after {
  content: "";
  display: table;
  clear: both; }

nav ul li {
  margin: 0;
  padding: 0; }

nav > ul, nav ul > li > ul {
  list-style: none;
  position: relative; }

nav > ul > li {
  display: inline-block;
  margin: 0 40px 0 0;
  position: relative; }

nav > ul > li:first-child {
  margin-left: 0; }

nav > ul > li > a {
  display: block;
  text-decoration: none;
  height: 60px;
  line-height: 60px;
  padding: 0;
  font-size: 15px;
  text-transform: uppercase;
  border: 1px solid transparent;
  color: #043d5d; }

nav > ul > li:hover > a {
  color: #7cb8d9; }

nav > ul > li.active > a {
  color: #7cb8d9; }

nav > ul > li > ul {
  position: absolute;
  display: none;
  margin: 0;
  padding: 0;
  min-width: 250px;
  background: #043d5d;
  text-align: left; }

nav > ul > li:hover > ul {
  display: block; }

nav > ul > li ul li {
  background: none; }

nav > ul > li ul li a {
  display: block;
  text-decoration: none;
  border-top: 1px solid #065d8e;
  padding: 5px 0 5px 20px;
  font-size: 13px;
  line-height: 24px;
  color: #fff; }

nav > ul > li ul li:first-child a {
  border-top: 0; }

nav > ul > li ul li a:hover {
  background: #f8c876;
  color: #043d5d; }

/* MOBILE NAVIGATION */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left; }

.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em; }

.slicknav_menu .slicknav_no-text {
  margin: 0; }

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em; }

.slicknav_nav {
  clear: both; }

.slicknav_nav ul,
.slicknav_nav li {
  display: block; }

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
  font-family: arial; }

.slicknav_nav .slicknav_item {
  cursor: pointer; }

.slicknav_nav .slicknav_row {
  display: block; }

.slicknav_nav a {
  display: block; }

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  display: inline; }

.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table; }

.slicknav_menu:after {
  clear: both; }

/* IE6/7 support */
.slicknav_menu {
  *zoom: 1; }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
.slicknav_menu {
  font-size: 16px;
  display: none; }

/* Button */
.slicknav_btn {
  margin: 0;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #043d5d;
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 999; }

/* Button Text */
.slicknav_menu .slicknav_menutxt {
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 1px 3px #000; }

/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5; }

.slicknav_menu {
  background: #333; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0; }

.slicknav_nav, .slicknav_nav ul {
  list-style: none;
  overflow: hidden; }

.slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 20px; }

.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px; }

.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0; }

.slicknav_nav .slicknav_row:hover {
  background: #f8c876;
  color: #fff; }

.slicknav_nav a:hover {
  background: #f8c876;
  color: #fff; }

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px; }

/* 8. FEATURE SLIDES
-------------------------------------------------------------------*/
.feature {
  position: relative;
  max-width: 1600px;
  margin: 0 auto 40px;
  background: url(feature-bg.jpg);
  color: #fff;
  -webkit-font-smoothing: antialiased; }
  .feature .row {
    max-width: none; }
  .feature .columns {
    padding: 0; }
  .feature .large-6:nth-child(1) p {
    margin: 0; }
  .feature .large-6:nth-child(2) {
    padding: 0 40px;
    padding-top: 9%; }
  .feature p {
    font-size: 22px;
    color: #ccc; }
  .feature p.title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .1em;
    color: #fff;
    padding: 0 20px;
    border: 1px solid #fff;
    display: inline-block;
    height: 32px;
    line-height: 32px; }
  .feature h1 {
    font-weight: 300;
    font-size: 40px;
    color: #fff;
    line-height: 1.1; }
  .feature .cms-button-primary,
  .feature .cms-button-secondary,
  .feature .cms-button-alert,
  .feature .cms-button-success {
    font-size: 18px;
    padding: 12px 40px;
    letter-spacing: .05em; }

.feature li {
  margin-bottom: 0; }

.flexslider {
  margin-bottom: 0; }

.highlights {
  max-width: 1600px;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  background: #7cb8d9; }
  .highlights .row {
    max-width: none; }
  .highlights .large-3 {
    padding: 0; }
  .highlights h2 {
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em;
    text-shadow: 0 1px 1px rgba(51, 51, 51, 0.35);
    background-color: rgba(34, 34, 34, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0)), to(rgba(34, 34, 34, 0.8)));
    background-image: -webkit-linear-gradient(top, rgba(34, 34, 34, 0), rgba(34, 34, 34, 0.8));
    background-image: -moz-linear-gradient(top, rgba(34, 34, 34, 0), rgba(34, 34, 34, 0.8));
    background-image: -ms-linear-gradient(top, rgba(34, 34, 34, 0), rgba(34, 34, 34, 0.8));
    background-image: -o-linear-gradient(top, rgba(34, 34, 34, 0), rgba(34, 34, 34, 0.8));
    background-image: linear-gradient(top, rgba(34, 34, 34, 0), rgba(34, 34, 34, 0.8));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(34, 34, 34, 0)', endColorStr='rgba(34, 34, 34, 0.8)'); }
  .highlights h2 a {
    padding: 40px 0 30px; }
  .highlights h2 a:before {
    content: "";
    display: block;
    height: 3px;
    background: #7cb8d9;
    width: 75px;
    margin: 0 auto 10px; }
  .highlights a {
    color: #fff;
    display: block; }
  .highlights img {
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .highlights img:hover {
    opacity: .5; }

/* 9. BODY CONTENT
-------------------------------------------------------------------*/
.content {
  background: #fff;
  max-width: 1600px;
  margin: 0 auto;
  padding: 60px 0;
  box-shadow: 0 0 5px #ddd; }
  .content .cms-button-primary,
  .content .cms-button-secondary,
  .content .cms-button-success,
  .content .cms-button-alert {
    font-size: 13px; }
  .content .primary {
    float: right;
    width: 72%; }
  .content .secondary {
    float: left !important;
    width: 25%; }
    .content .secondary h3 {
      text-transform: uppercase;
      font-size: 15px;
      font-weight: 700;
      letter-spacing: .1em;
      color: #043d5d; }
    .content .secondary .general {
      margin-bottom: 40px; }
  .content .side-navigation h5 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .1em;
    color: #043d5d; }
  .content .side-navigation ul.sidenav {
    list-style: none;
    margin: 0 0 40px 0; }
  .content .side-navigation li {
    margin: 0; }
    .content .side-navigation li a {
      padding: 14px 20px;
      display: block;
      font-size: 15px;
      color: #999;
      border: 1px solid #eee;
      border-left: 4px solid #ddd;
      border-top: 0; }
  .content .side-navigation li:nth-child(odd) a {
    border-left-color: #ccc; }
  .content .side-navigation li:first-child a {
    border-top: 1px solid #eee; }
  .content .side-navigation li:hover a {
    border-left-color: #7cb8d9;
    color: #043d5d; }
  .content .side-navigation li.active a {
    border-left-color: #f8c876;
    background: #043d5d;
    color: #fff; }

.content .row {
  overflow: visible; }

.top {
  margin-top: 0; }

.meta a {
  color: #7cb8d9; }
.meta a:hover {
  color: #f8c876; }

.pos,
.cta {
  text-align: center;
  -webkit-font-smoothing: antialiased; }
  .pos h3,
  .cta h3 {
    margin: 0;
    font-size: 34px;
    font-weight: 300;
    color: #043d5d;
    text-transform: none; }
  .pos p,
  .cta p {
    font-size: 20px;
    color: #555; }
  .pos .cms-button-primary,
  .pos .cms-button-secondary,
  .pos .cms-button-alert,
  .pos .cms-button-success,
  .cta .cms-button-primary,
  .cta .cms-button-secondary,
  .cta .cms-button-alert,
  .cta .cms-button-success {
    font-size: 16px;
    padding: 12px 40px; }
  .pos form,
  .cta form {
    max-width: 1140px;
    margin: 25px auto 0;
    padding: 0 40px; }
  .pos input[type="email"],
  .cta input[type="email"] {
    width: 75%;
    font-size: 16px;
    float: left;
    border: 1px solid #ddd;
    border-right: 0;
    margin: 0; }
  .pos input[type="submit"],
  .cta input[type="submit"] {
    width: 25%;
    line-height: 42px;
    padding: 0;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

.pos {
  padding-bottom: 40px; }

.cta {
  background: #fff;
  max-width: 1600px;
  margin: 40px auto 0;
  padding: 57px 0 60px;
  box-shadow: 0 0 5px rgba(51, 51, 51, 0.25); }
  .cta .form-vertical {
    max-width: 1140px;
    margin: 0 auto; }
  .cta .form-group {
    margin: 0; }
  .cta form {
    max-width: none;
    padding: 0; }
    .cta form label {
      display: none; }
  .cta #ifg-form-container input[type="email"] {
    float: left; }

hr.divide {
  max-width: 1450px;
  margin: 0 auto 50px;
  border-top: 2px solid #eee; }

.newsBlock .blog-posts .entry:first-child {
  margin-top: 0; }
.newsBlock .blog-posts .entry {
  border: 0; }
.newsBlock .blog-posts h2 {
  font-size: 22px; }
.newsBlock hr {
  margin-bottom: 40px; }

.searchBox form input[type="text"],
.searchBox form input[type="email"] {
  background: #fff;
  border: 1px solid #a4cde4;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 15px !important;
  color: #a4cde4;
  float: left;
  width: 80% !important;
  margin: 0;
  box-shadow: none; }
.searchBox form input[type="text"]:focus,
.searchBox form input[type="email"]:focus {
  color: #043d5d; }
.searchBox form button[type="submit"] {
  height: 40px;
  width: 40px;
  padding: 0;
  font-size: 0;
  background: #043d5d;
  border: 1px solid #a4cde4;
  border-left: 0;
  cursor: pointer; }
  .searchBox form button[type="submit"] i {
    font-size: 15px;
    color: #fff; }
.searchBox form button[type="submit"]:hover {
  background: #fff; }
  .searchBox form button[type="submit"]:hover i {
    color: #043d5d; }

/* Image Styling */
img.border {
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ccc; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

img.alignnone {
  margin: 0 0 1em 0; }

/* Internal Sidebar */
.secondary {
  font-size: 14px; }
  .secondary h2,
  .secondary h3,
  .secondary h4,
  .secondary h5,
  .secondary h6 {
    margin-top: 0; }

ul.testimonials li {
  border: 1px solid #ddd;
  padding: 10px 20px;
  border-left: 4px solid #7cb8d9; }
  ul.testimonials li .text {
    font-style: italic;
    font-size: 20px;
    -webkit-font-smoothing: antialiased; }
  ul.testimonials li .author {
    display: block;
    text-align: right;
    margin: 5px 0 0 0;
    font-size: 90%; }

/* 10. FOOTER
-------------------------------------------------------------------*/
footer {
  padding: 40px 0 0 0;
  color: #a4cde4;
  background: #043d5d;
  -webkit-font-smoothing: antialiased; }
  footer .social ul {
    list-style: none;
    margin: 25px 0 0 0;
    font-size: 0; }
  footer .social li {
    display: inline-block;
    margin: 0;
    border: 1px solid #065d8e;
    border-left: 0; }
  footer .social li:first-child {
    border: 1px solid #065d8e; }
  footer .social a {
    height: 40px;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    color: #f3f8fb;
    font-size: 16px; }
  footer .social a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 16px;
    line-height: 40px;
    margin-right: 10px; }
  footer .social a:hover {
    background: #fff;
    color: #043d5d; }
  footer .social .facebook a:before {
    content: "\f09a"; }
  footer .social .twitter a:before {
    content: "\f099"; }
  footer .social .linkedin a:before {
    content: "\f0e1"; }
  footer .social .instagram a:before {
    content: "\f16d"; }
  footer .social .youtube a:before {
    content: "\f16a"; }
  footer .social .pinterest a:before {
    content: "\f231"; }
  footer .social .googleplus a:before {
    content: "\f0d5"; }
  footer .logo {
    text-align: center;
    margin: 0 0 20px 0;
    font-weight: 700; }
    footer .logo p {
      font-size: 32px;
      font-weight: 700;
      -webkit-font-smoothing: antialiased;
      margin: 0; }
    footer .logo p.tagline {
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 400; }
    footer .logo .icon {
      background: #7cb8d9;
      display: inline-block;
      color: #fff;
      width: 65px;
      height: 65px;
      padding: 5px 0 0 0;
      margin: 0 0 5px 0; }
      footer .logo .icon strong {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-weight: 700;
        font-size: 36px;
        border: 1px solid #043d5d;
        display: inline-block; }
    footer .logo a {
      color: #fff; }
  footer .search {
    margin: 0; }
  footer form {
    float: right;
    margin: 25px 0 0 0; }
    footer form input[type="text"],
    footer form input[type="email"] {
      background: #032d45;
      border: 1px solid #065d8e;
      height: 40px;
      line-height: 40px;
      padding: 0 10px;
      font-size: 15px !important;
      color: #a4cde4;
      float: left;
      width: 220px !important;
      margin: 0; }
    footer form input[type="text"]:focus,
    footer form input[type="email"]:focus {
      color: #043d5d; }
    footer form button[type="submit"] {
      height: 40px;
      width: 40px;
      padding: 0;
      font-size: 0;
      background: none;
      border: 1px solid #065d8e;
      border-left: 0;
      cursor: pointer; }
      footer form button[type="submit"] i {
        font-size: 15px;
        color: #fff; }
    footer form button[type="submit"]:hover {
      background: #fff; }
      footer form button[type="submit"]:hover i {
        color: #043d5d; }
  footer hr {
    max-width: 1450px;
    margin: 1.2em auto 50px auto;
    border-top: 2px solid #054d75; }
  footer .contact {
    max-width: 900px;
    text-align: center;
    padding-bottom: 40px; }
    footer .contact i {
      font-size: 32px;
      color: #f8c876; }
    footer .contact h5 {
      text-transform: uppercase;
      color: #fff;
      font-size: 15px;
      letter-spacing: .1em;
      font-weight: 700; }
    footer .contact p {
      font-size: 13px; }
    footer .contact a {
      color: #f8c876; }
    footer .contact a:hover {
      color: #fff; }
  footer a {
    color: #7cb8d9; }
  footer a:hover {
    color: #fff; }
  footer .copyright {
    background: #043753;
    padding: 40px 0; }
    footer .copyright img {
      width: 200px;
      height: 37px;
      float: right;
      opacity: .5; }
    footer .copyright img:hover {
      opacity: 1; }
    footer .copyright ul {
      list-style: none;
      margin: 0 0 1em 0;
      height: 12px;
      font-size: 12px; }
    footer .copyright li {
      float: left;
      margin: 0 0 0 5px;
      padding: 0 0 0 5px;
      border-left: 1px solid #a4cde4;
      line-height: 12px; }
    footer .copyright li:first-child {
      margin: 0;
      padding: 0;
      border: 0; }

footer .copyright p {
  font-size: 12px; }

/* 11. YOPP MODS
-------------------------------------------------------------------*/
#fancybox-wrap,
#fancybox-outer,
#fancybox-inner {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* Calendar */
.DRX_CalendarTable {
  width: 100%;
  border-top: 4px solid #7cb8d9;
  background: #fff; }

.DRX_CalendarTable th {
  color: #fff;
  background: #231f20;
  width: 14.28%; }

.DRX_CalendarTable td {
  height: 60px; }

#overDiv table {
  margin: 0; }

#overDiv hr {
  display: none; }

#overDiv td td {
  padding: .5em; }

#overDiv > table {
  box-shadow: 0 0 5px #555; }

#overDiv table {
  background: whiteSmoke !important; }

#overDiv table table:first-child {
  background: #231f20 !important; }

td.DRX_CalendarEvent {
  background: #ddd; }

table.CMSI_Module_Calendar_MonthSelector {
  width: 100%; }

/* SimpleCart */
.browse {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #043d5d;
  border: 0;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .05em; }
  .browse a {
    color: #fff; }
  .browse form {
    float: right; }
    .browse form select {
      width: 220px; }
  .browse ul {
    line-height: 21px; }
    .browse ul li:first-child:before {
      content: "\f015"; }
    .browse ul li:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      content: "\f07a";
      color: #7cb8d9;
      margin: 0 10px 0 0; }
    .browse ul li:hover {
      opacity: .5; }

.cmsi-product-feed-grid input[type="submit"] {
  font-size: 12px;
  padding: 7px 20px; }
.cmsi-product-feed-grid input[type="text"] {
  padding: 0 10px;
  text-align: center;
  height: 32px;
  line-height: 32px; }
.cmsi-product-feed-grid img {
  width: 100%; }
.cmsi-product-feed-grid h2 {
  min-height: 44px; }

.cmsi-product-grid {
  width: 33.3333%; }

.cmsi-product img {
  border: 0;
  padding: 0; }

.cmsi-post-summary.product h2 {
  font-size: 20px; }

/* 12. MOBILE STYLES
-------------------------------------------------------------------*/
@media handheld, only screen and (max-width: 1680px) {
  header,
  header.scroll,
  footer .row {
    padding-left: 27px;
    padding-right: 27px; }

  nav {
    padding: 0 .9375em; }

  .content {
    padding: 40px; } }
@media handheld, only screen and (max-width: 1500px) {
  .feature .large-6:nth-child(2) {
    padding-top: 5%; } }
@media handheld, only screen and (max-width: 1300px) {
  .feature {
    margin-bottom: 20px; }
    .feature .large-6:nth-child(2) {
      padding: 3% 20px 0 20px; }
    .feature h1 {
      font-size: 38px; } }
@media handheld, only screen and (max-width: 1150px) {
  nav > ul > li {
    margin-right: 20px; }

  .feature .large-6 {
    width: 100%;
    float: none; }
  .feature .large-6:nth-child(2) {
    padding: 40px 40px 30px 40px; }

  .flex-direction-nav .flex-prev {
    left: 5px; }

  .flex-direction-nav .flex-next {
    right: 5px; }

  .highlights h2 {
    font-size: 12px; }

  .content {
    padding: 30px 0; }
    .content .side-navigation li a {
      font-size: 13px; }

  .cta {
    margin-top: 20px;
    padding: 30px; }

  .browse form {
    float: none; }
    .browse form select {
      float: none;
      width: 100%;
      background: #fff; } }
@media handheld, only screen and (max-width: 1000px) {
  body {
    padding: 0; }

  .wrap {
    padding: 0; }

  header {
    position: relative;
    height: auto;
    margin: 0;
    padding: 10px 0 0 0; }
    header .large-4 {
      width: 100%;
      position: inherit; }
    header p.phone {
      position: absolute;
      margin: 0;
      height: 32px;
      line-height: 32px; }
      header p.phone i {
        line-height: 32px;
        height: 32px;
        width: 32px; }
    header nav > ul > li > a {
      font-size: 13px; }
    header .cmsi-shoppingCart {
      float: none;
      display: inline-block;
      position: absolute;
      top: 20px;
      right: 10px;
      margin: 0; }
      header .cmsi-shoppingCart a.cartIcon {
        width: 32px;
        height: 32px; }
      header .cmsi-shoppingCart a.cartIcon:before {
        line-height: 32px; }
      header .cmsi-shoppingCart .widget-counter {
        width: 32px;
        height: 32px;
        line-height: 32px; }
      header .cmsi-shoppingCart p {
        float: left;
        line-height: 32px; }
    header .cms-button-primary,
    header .cms-button-secondary,
    header .cms-button-success,
    header .cms-button-alert {
      position: absolute;
      top: -6px;
      right: 10px;
      height: 32px;
      line-height: 30px;
      font-size: 13px;
      padding: 0 20px; }
    header .social {
      text-align: left; }
      header .social ul {
        margin: 0 0 20px 0; }
      header .social a {
        width: 32px;
        height: 32px; }
      header .social a:before {
        line-height: 32px; }

  header.scroll {
    padding: 20px 0;
    position: relative; }
    header.scroll .row {
      display: block; }

  .feature {
    margin-bottom: 0;
    background-position: center bottom; }

  .highlights .large-3 {
    width: 50%; }
    .highlights .large-3 img {
      width: 100%; }

  .content .primary {
    width: 62%; }
  .content .secondary {
    width: 35%; }

  .pos h3,
  .cta h3 {
    font-size: 28px; }

  .cta {
    margin: 0; }
    .cta input[type="submit"] {
      font-size: 13px; }

  footer form input[type="text"],
  footer form input[type="email"] {
    height: 32px;
    line-height: 32px;
    width: 175px !important; }
  footer form button[type="submit"] {
    width: 32px;
    height: 32px; }
    footer form button[type="submit"] i {
      font-size: 13px; } }
@media handheld, only screen and (max-width: 960px) {
  .content .primary {
    width: 62%; }
  .content .secondary {
    width: 35%; }

  nav > ul > li {
    margin-right: 10px; }

  header .logo .icon {
    display: none; }
  header form {
    width: 300px; }
  header .last p {
    font-size: 12px; } }
@media handheld, only screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none; }

  .slicknav_menu {
    display: block; }

  nav {
    display: none; }

  header {
    text-align: center;
    padding: 0 0 10px 0; }
    header .logo {
      float: none;
      margin: 0 0 20px 0; }
      header .logo p {
        text-align: center; }
    header .last p {
      text-align: center; }
    header .last form {
      margin: 0 auto;
      float: none; }
    header p.phone {
      position: relative;
      margin: 0 0 50px;
      border: 0;
      padding: 0; }
      header p.phone i {
        color: #043d5d;
        border: 0;
        background: none;
        width: auto;
        margin: 0 10px 0 0; }
    header .cmsi-shoppingCart {
      float: none;
      display: inline-block;
      position: absolute;
      top: 45px;
      width: 140px;
      left: 50%;
      right: auto;
      margin: 0 0 0 -70px; }
    header .cms-button-primary,
    header .cms-button-secondary,
    header .cms-button-success,
    header .cms-button-alert {
      top: 45px;
      right: auto;
      width: 360px;
      left: 50%;
      margin: 0 0 0 -180px;
      height: 40px;
      line-height: 38px; }
    header .logo {
      display: inline-block; }

  .feature .large-6:nth-child(2) {
    padding: 20px 20px 10px 20px; }

  .highlights .large-3 {
    width: 100%; }

  .newsBlock {
    padding-top: 40px; }

  .content .primary {
    padding-bottom: 40px; }
  .content .primary,
  .content .secondary {
    width: 100%; }

  img.alignleft,
  img.alignright {
    float: none;
    margin: 1.2em 0; }

  .cta form {
    padding: 0; }
    .cta form input[type="text"],
    .cta form input[type="email"] {
      width: 100%;
      border: 1px solid #ddd;
      margin: 0 auto;
      float: none;
      text-align: center; }
    .cta form input[type="submit"] {
      width: 100%;
      max-width: 500px; }

  footer {
    text-align: center; }
    footer hr {
      margin-bottom: 20px; }
    footer .contact {
      padding-bottom: 20px; }
    footer .logo {
      margin-bottom: 0; }
    footer .social {
      text-align: center; }
      footer .social ul {
        margin: 0 0 40px 0; }
    footer form {
      float: none;
      display: inline-block; }
    footer .copyright {
      padding: 20px 0; }
      footer .copyright img {
        margin-top: 20px;
        float: none; }

  .cmsi-product-grid {
    width: 50%; }

  footer .copyright ul {
    display: none; } }
