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

1.	HTML RESET
2.	BASE STYLING
3.	FORMS
4.	TYMBREL BUTTONS
5.	FOUNDATION MODS
6.	HEADER
7.	NAVIGATION
8.	FEATURE SLIDES
9.	BODY CONTENT
10.	FOOTER
11.	TYMBREL 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%; }

/* 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;
  position: relative;
  z-index: 999; }

/* 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: #235579;
  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 0; }

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

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

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

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

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

/* 2. BASE STYLING
-------------------------------------------------------------------*/
body {
  background: #1a1a1a;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
  color: #343435;
  font-size: 16px; }

.wrap {
  background: #fff; }

.internal {
  background: #eee; }

a {
  color: #235579;
  -webkit-font-smoothing: antialiased;
  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 12px 0;
  -webkit-font-smoothing: antialiased;
  color: #343435;
  font-weight: 400;
  font-family: "Times New Roman", times, serif; }

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

h2 {
  font-size: 30px;
  color: #235579; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Lato", sans-serif; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

p {
  margin: 0 0 12px 0;
  -webkit-font-smoothing: antialiased; }

p.leadin {
  color: #235579;
  font-size: 24px;
  line-height: 1.35; }

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: #235579; }

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

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

/* 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; }

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;
  min-height: 200px; }

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: 15px; }

#cmsi-frontend-memberaccess-form .cmsi-frontend-memberaccess-buttons {
  padding-top: 10px; }

/* 4. TYMBREL BUTTONS
-------------------------------------------------------------------*/
.cms-button,
input[type="submit"],
input[type="reset"],
input[value="Reset Password"],
a.cmsi-module-showcase-back,
a.cmsi-showcase-readmore,
.cms-button-primary,
.cms-button-secondary,
.cms-button-alert,
.cms-button-success {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none;
  color: #343435;
  background: whiteSmoke;
  border: 1px solid #ddd;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.028em;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

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

input[type="reset"],
input[value="Reset Password"] {
  font-size: 14px; }

.cms-button-primary,
.cms-button-secondary,
.cms-button-alert,
.cms-button-success,
input[type="submit"],
input[type="reset"],
input[value="Reset Password"],
a.cmsi-module-showcase-back,
a.cmsi-showcase-readmore {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #fff;
  border: 1px solid transparent; }

.cms-button-primary,
input[type="submit"] {
  background: #235579; }

.cms-button-primary:hover,
input[type="submit"]:hover {
  background: #fff;
  color: #235579;
  border-color: #235579;
  text-shadow: none; }

.cms-button-secondary,
input[type="reset"],
input[value="Reset Password"],
a.cmsi-module-showcase-back,
a.cmsi-showcase-readmore {
  background: #343435; }

.cms-button-secondary:hover,
input[type="reset"]:hover,
input[value="Reset Password"]:hover,
a.cmsi-module-showcase-back:hover,
a.cmsi-showcase-readmore:hover {
  background: #fff;
  color: #343435;
  border-color: #343435;
  text-shadow: none; }

.cms-button-alert {
  background: #6390b0; }

.cms-button-alert:hover {
  background: #fff;
  color: #6390b0;
  border-color: #6390b0;
  text-shadow: none; }

.cms-button-success {
  background: #a2bdc0; }

.cms-button-success:hover {
  background: #fff;
  color: #a2bdc0;
  border-color: #a2bdc0;
  text-shadow: none; }

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

.row .row {
  margin: 0 -15px; }

/* 6. HEADER
-------------------------------------------------------------------*/
header {
  background: rgba(26, 26, 26, 0.5);
  background: -moz-linear-gradient(top, #1a1a1a 0%, rgba(26, 26, 26, 0.5) 50%, rgba(26, 26, 26, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #1a1a1a), color-stop(50%, rgba(26, 26, 26, 0.5)), color-stop(100%, rgba(26, 26, 26, 0)));
  background: -webkit-linear-gradient(top, #1a1a1a 0%, rgba(26, 26, 26, 0.5) 50%, rgba(26, 26, 26, 0) 100%);
  background: -o-linear-gradient(top, #1a1a1a 0%, rgba(26, 26, 26, 0.5) 50%, rgba(26, 26, 26, 0) 100%);
  background: -ms-linear-gradient(top, #1a1a1a 0%, rgba(26, 26, 26, 0.5) 50%, rgba(26, 26, 26, 0) 100%);
  background: linear-gradient(to bottom, #1a1a1a 0%, rgba(26, 26, 26, 0.5) 50%, rgba(26, 26, 26, 0) 100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 50px 0;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  header .row {
    max-width: 1430px; }
  header img {
    max-width: 350px; }

header.scroll {
  background: rgba(26, 26, 26, 0.7);
  padding: 12px 0; }
  header.scroll img {
    max-width: 250px; }
  header.scroll nav {
    margin-top: 5px; }

.internal header {
  background: #1a1a1a; }

.internal header.scroll {
  height: auto;
  padding: 12px 0;
  z-index: 999;
  background: rgba(52, 52, 53, 0.9); }

/* 7. DESKTOP NAVIGATION
-------------------------------------------------------------------*/
nav {
  max-width: 1115px;
  margin: 10px 0 0 0;
  float: right;
  z-index: 995; }
  nav ul {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0; }
    nav ul li {
      margin: 0;
      padding: 0; }
      nav ul li > ul {
        list-style: none;
        position: relative; }
  nav > ul > li {
    float: left;
    margin: 0; }
    nav > ul > li:last-child {
      background: #235579; }
    nav > ul > li > a {
      display: block;
      text-decoration: none;
      height: 40px;
      line-height: 40px;
      padding: 0 20px;
      color: #fff;
      font-size: 16px;
      border: 1px solid transparent; }
    nav > ul > li > ul {
      position: absolute;
      display: none;
      margin: 0;
      padding: 0;
      min-width: 250px;
      background-image: -moz-linear-gradient(90deg, #5a5a5c 0%, #343435 100%);
      background-image: -webkit-linear-gradient(90deg, #5a5a5c 0%, #343435 100%);
      background-image: -ms-linear-gradient(90deg, #5a5a5c 0%, #343435 100%);
      opacity: 0.949; }
      nav > ul > li > ul li {
        background: none; }
        nav > ul > li > ul li a {
          display: block;
          text-decoration: none;
          padding: 0 0 0 20px;
          font-size: 14px;
          line-height: 50px;
          height: 50px;
          color: #fff; }
      nav > ul > li > ul li.active {
        background: #235579; }
      nav > ul > li > ul li.active 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: "";
        color: #000;
        margin-right: 10px; }
      nav > ul > li > ul li:first-child a {
        border-top: 0; }
      nav > ul > li > ul li a:hover {
        background: #235579;
        color: #fff; }
  nav > ul > li:hover > ul {
    display: block; }
  nav > ul > li:hover > a,
  nav > ul > li.active > a {
    color: #a2bdc0; }
  nav > ul > li:last-child:hover > a {
    background: #fff;
    color: #343435; }
  nav > ul:after {
    content: "";
    display: table;
    clear: both; }

/* 8. FEATURE SLIDES
-------------------------------------------------------------------*/
.feature {
  position: relative;
  z-index: 9;
  margin: 0 auto; }
  .feature li,
  .feature .flexslider {
    margin-bottom: 0; }
  .feature section {
    position: absolute;
    bottom: -30px;
    width: 95%;
    left: 2.5%;
    color: #fff; }
  .feature .large-6 {
    background: rgba(35, 85, 121, 0.9);
    padding: 30px 30px 18px 30px; }
  .feature p {
    font-size: 20px;
    line-height: 1.35; }
  .feature .cms-button-secondary {
    font-size: 16px; }
    .feature .cms-button-secondary:hover {
      border-color: #fff; }
  .feature h1,
  .feature h2 {
    color: #fff;
    font-weight: 300;
    font-size: 42px;
    line-height: 1;
    margin: 0 0 10px 0; }

.flex-direction-nav a {
  z-index: 100; }

.flex-direction-nav .flex-prev {
  left: 0; }

.flex-direction-nav .flex-next {
  right: 0; }

/* 9. BODY CONTENT
-------------------------------------------------------------------*/
.content .row {
  overflow: visible; }

.top {
  margin-top: 0; }

.highlights {
  background: #343435;
  padding: 100px 0 220px 0;
  margin: 0;
  color: #fff;
  position: relative; }
  .highlights .positioning {
    text-align: center; }
    .highlights .positioning p {
      font-size: 20px;
      margin-bottom: 0;
      color: rgba(255, 255, 255, 0.6); }
    .highlights .positioning h2 {
      font-size: 42px;
      font-weight: 300;
      margin-top: 0;
      color: #fff; }
  .highlights .icons .large-4 {
    margin-top: -60px; }
  .highlights .icons img {
    border-radius: 500px;
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    border: 2px solid #235579; }
  .highlights hr {
    max-width: 60%;
    margin: 120px auto 0;
    border: 1px dashed #235579; }
  .highlights .details {
    max-width: 1345px; }
  .highlights .large-4 {
    text-align: center;
    padding-left: 65px;
    padding-right: 65px; }
    .highlights .large-4 h3 {
      font-size: 24px;
      font-weight: 300;
      color: #fff;
      font-family: "Lato", sans-serif; }
      .highlights .large-4 h3 span {
        font-weight: 700; }
    .highlights .large-4 p {
      font-size: 16px;
      color: #ccc; }
    .highlights .large-4 p a {
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.028em;
      color: #a2bdc0; }
      .highlights .large-4 p a:hover {
        color: #fff; }

.main {
  background: url("home-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 0 .9375em; }
  .main h2 {
    margin-top: 0;
    color: #343435; }
  .main h3 {
    color: #b3b3b5;
    margin-top: 0; }
  .main h5 {
    font-size: 20px;
    margin-bottom: 5px; }
  .main .homeContent {
    background: #fff;
    max-width: 1400px;
    margin: -120px auto 0px auto;
    position: relative;
    padding: 60px 45px;
    box-shadow: 0 0 25px rgba(52, 52, 53, 0.1); }
  .main .newsBlock {
    padding: 80px 0 115px; }
    .main .newsBlock .header {
      text-align: center;
      margin-bottom: 45px; }
      .main .newsBlock .header i {
        color: #235579;
        font-size: 32px;
        margin-bottom: 10px; }
      .main .newsBlock .header h2 {
        color: #343435;
        font-weight: 300;
        font-size: 24px; }
        .main .newsBlock .header h2 span {
          font-weight: 700; }
    .main .newsBlock .blog-posts {
      margin: 0 -.9375em; }
    .main .newsBlock .post {
      width: 33.333%;
      float: left;
      margin: 0;
      padding: 0 .9375em; }
      .main .newsBlock .post .postBox {
        background: #fff;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.11);
        padding: 50px 60px 0 60px;
        height: 390px;
        overflow: hidden; }
      .main .newsBlock .post h2 {
        margin-top: 0; }
      .main .newsBlock .post .title {
        font-size: 24px;
        margin-bottom: 5px; }
      .main .newsBlock .post .date {
        font-size: 14px;
        color: #777;
        font-weight: 300;
        margin-bottom: 20px; }

.internal {
  padding: 211px 0 0 0; }
  .internal .content {
    position: relative;
    padding: 0 .9375em 80px; }

.container {
  background: #fff;
  max-width: 1400px;
  margin: 0 auto;
  box-shadow: 0px 0px 5px rgba(52, 52, 53, 0.1);
  overflow: hidden; }
  .container .primary {
    padding: 60px;
    float: left;
    width: 70%; }
  .container .secondary {
    font-size: 14px;
    padding: 60px 40px;
    float: right;
    width: 30%;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0f0+0,f8f8f8+10 */
    background: #f0f0f0;
    /* Old browsers */
    background: -moz-linear-gradient(left, #f0f0f0 0%, #f8f8f8 10%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f0f0f0 0%, #f8f8f8 10%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f0f0f0 0%, #f8f8f8 10%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#f8f8f8',GradientType=1 );
    /* IE6-9 */ }
    .container .secondary h5 {
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700;
      color: #343435;
      margin: 0 0 20px 0; }
    .container .secondary .post .title {
      font-size: 18px;
      margin-bottom: 5px; }
    .container .secondary .post .date {
      font-size: 13px;
      color: #777;
      font-weight: 300;
      margin-bottom: 20px; }
    .container .secondary .post .excerpt {
      font-size: 14px; }

.featureIMG {
  margin: -60px -60px 40px -60px;
  z-index: 9; }

/* Blog Styling */
.post .title {
  font-size: 24px;
  margin-bottom: 5px; }

.post .date {
  font-size: 14px;
  color: #777;
  font-weight: 300;
  margin-bottom: 20px; }

.post .excerpt {
  font-size: 16px; }

/* TESTIMONIALS */
ul.testimonials {
  border-top: 1px solid #ddd;
  margin: 40px 0 !important;
  padding: 0;
  list-style: none;
  display: block; }
  ul.testimonials li {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 40px 50px;
    text-align: center; }
    ul.testimonials li:first-child {
      border-top: 0; }
  ul.testimonials .text {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.35;
    margin-bottom: 10px;
    display: block; }
  ul.testimonials .author {
    display: block;
    font-size: 13px;
    color: #343435;
    font-style: normal;
    font-weight: bold; }

/* 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: 13px; }

.secondary h2,
.secondary h3,
.secondary h4,
.secondary h5,
.secondary h6 {
  margin-top: 0; }

/* Internal Side Navigation */
.side-navigation ul.sidenav {
  margin: 0 0 40px 0;
  list-style: none; }

.side-navigation li {
  margin: 0; }

.side-navigation a {
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 15px;
  color: #666; }
  .side-navigation a:hover {
    color: #235579; }

.side-navigation li.active a {
  color: #235579;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f8f8f8+70&1+0,1+70,0+100 */
  background: -moz-linear-gradient(left, white 0%, #f8f8f8 70%, rgba(248, 248, 248, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, white 0%, #f8f8f8 70%, rgba(248, 248, 248, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, white 0%, #f8f8f8 70%, rgba(248, 248, 248, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00f8f8f8',GradientType=1 );
  /* IE6-9 */
  margin-left: -40px;
  padding-left: 40px; }
  .side-navigation li.active 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: "";
    color: #1a1a1a;
    margin-right: 10px; }

/* 10. FOOTER
-------------------------------------------------------------------*/
footer {
  padding: 0;
  color: gray;
  position: relative; }
  footer a {
    color: silver; }
  footer a:hover {
    color: #fff; }
  footer .cta {
    text-align: center;
    margin: -30px 0 30px; }
    footer .cta .row {
      background: #235579;
      margin: 0 auto;
      padding: 30px 0; }
    footer .cta h5 {
      font-size: 42px;
      font-weight: 300;
      color: #fff;
      margin: 5px 0 20px; }
    footer .cta p {
      color: #eee;
      font-size: 20px;
      margin: 0; }
    footer .cta a {
      background: #fff;
      color: #272727;
      text-transform: uppercase;
      padding: 15px 35px;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0.028em;
      display: inline-block; }
      footer .cta a:hover {
        color: #fff;
        background: #272727; }
  footer p {
    font-size: 12px;
    margin: 0; }
  footer hr {
    max-width: 1400px;
    margin: 18px auto;
    border-top: 2px solid #444; }
  footer .columns {
    padding: 0; }
  footer .copyright {
    padding-bottom: 50px; }
  footer img {
    float: right;
    width: 200px;
    height: 34px;
    opacity: .5;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  footer img:hover {
    opacity: 1; }

.bottomNav ul {
  list-style: none;
  margin: 0 0 1em 0;
  height: 12px;
  font-size: 13px;
  line-height: 13px; }

.bottomNav ul:after {
  content: "";
  display: table;
  clear: both; }

.bottomNav li {
  float: left;
  margin: 0 0 0 5px;
  padding: 0 0 0 5px;
  border-left: 1px solid gray; }

.bottomNav li:first-child {
  margin: 0;
  padding: 0;
  border: 0; }

.bottomNav .social {
  float: right; }

ul.social {
  list-style: none;
  margin: 0; }
  ul.social li {
    float: left;
    font-size: 0;
    margin: 0 0 0 0;
    padding: 0;
    border-left: 1px solid transparent; }
    ul.social li 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: "";
      text-align: center;
      width: 40px;
      height: 40px;
      background: #404040;
      font-size: 20px;
      color: #fff;
      line-height: 40px;
      -moz-transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      text-shadow: none; }
    ul.social li a:hover:before {
      background: #fff;
      color: #235579; }
  ul.social .facebook a:before {
    content: "\f09a"; }
  ul.social .twitter a:before {
    content: "\f099"; }
  ul.social .googleplus a:before {
    content: "\f0d5"; }
  ul.social .youtube a:before {
    content: "\f16a"; }
  ul.social .instagram a:before {
    content: "\f16d"; }
  ul.social .pinterest a:before {
    content: "\f231"; }
  ul.social .linkedin a:before {
    content: "\f0e1"; }

ul.social:after {
  content: "";
  display: table;
  clear: both; }

/* 11. TYMBREL 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 #235579;
  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: #343435;
  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: #235579;
      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; }

.product-col-2 img {
  box-shadow: none;
  padding: 0; }

form#cmsi-module-simplecart-form-cartadd {
  border: 1px solid #ddd;
  padding: 20px; }
  form#cmsi-module-simplecart-form-cartadd h2 {
    font-size: 20px;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase; }

.cmsi-product-grid {
  width: 25%;
  margin: 0 0 2.8125em; }
  .cmsi-product-grid .cmsi-price {
    margin-bottom: 5px; }
  .cmsi-product-grid #cmsi-module-simplecart-form-qty {
    height: 24px;
    line-height: 24px; }
  .cmsi-product-grid .qty {
    font-size: 13px;
    text-transform: uppercase; }
  .cmsi-product-grid h2 {
    font-size: 15px;
    min-height: 40px; }
  .cmsi-product-grid img {
    border: 1px solid #ddd; }

.cmsi-post-summary-grid > a,
.cmsi-post-summary-grid input[type="submit"] {
  font-size: 12px;
  padding: 5px 20px; }

.cmsi-product-grid:nth-child(4),
.cmsi-product-grid:nth-child(7),
.cmsi-product-grid:nth-child(10),
.cmsi-product-grid:nth-child(13) {
  clear: none; }

.cmsi-product-grid:nth-child(5),
.cmsi-product-grid:nth-child(9),
.cmsi-product-grid:nth-child(13),
.cmsi-product-grid:nth-child(17) {
  clear: both; }

a.checkout {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #a2bdc0;
  text-transform: uppercase; }

a.checkout:hover {
  background: #84a7ab; }

.continueshopping,
.backtoproducts {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  text-transform: uppercase; }

.continueshopping:hover,
.backtoproducts:hover {
  background: #ccc; }

#cmsi-frontend-simplecart-shipping input[type="submit"] {
  background: #235579;
  padding: 7px 12px;
  border: 0;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

#cmsi-frontend-simplecart-shipping input[type="submit"]:hover {
  background: #183951; }

.btn-mod.add {
  background: #235579; }

.cmsi-post-summary-grid .cms-button-primary {
  font-size: 12px;
  background: #a2bdc0;
  margin-top: 35px; }

.cmsi-post-summary-grid .cms-button-primary:hover {
  background: #84a7ab; }

.search .submit {
  padding: 12px 40px;
  font-size: 16px; }

.cmsi-product-feed-grid .successMsg, .cmsi-simplecart-details-added .successMsg {
  border-top-color: #235579; }

/* 12. MOBILE STYLES
-------------------------------------------------------------------*/
@media handheld, only screen and (max-width: 1400px) {
  footer .columns {
    padding: 0 .9375em; }
  .internal {
    padding-top: 185px; }
    .internal .content {
      padding-bottom: 45px; } }

@media handheld, only screen and (max-width: 1200px) {
  .main .newsBlock .post .postBox {
    height: auto;
    padding: 50px; } }

@media handheld, only screen and (max-width: 1030px) {
  body {
    -webkit-text-size-adjust: none; }
  input[type="submit"] {
    -webkit-appearance: none; }
  .slicknav_menu {
    display: block; }
  nav {
    display: none; }
  .slicknav_btn {
    top: 20px;
    right: 15px; }
  header {
    padding: 12px 0;
    position: relative;
    background: #1a1a1a; }
    header img {
      max-width: 250px; }
  .internal {
    padding-top: 0; }
    .internal header {
      position: relative;
      margin: 0 0 15px 0; }
  .container .primary {
    width: 65%;
    padding: 20px; }
  .container .secondary {
    width: 35%;
    padding: 20px 20px 9999px; }
  .side-navigation li.active a {
    margin-left: -20px;
    padding-left: 20px; }
  .featureIMG {
    margin: -20px -20px 40px -20px; }
  .feature .large-6 {
    width: 100%;
    float: none;
    padding: 15px 15px 5px 15px;
    text-align: center; }
  .feature p {
    font-size: 16px; }
  .feature h1, .feature h2 {
    font-size: 30px; }
  .highlights .positioning p {
    font-size: 16px; }
  .highlights .positioning h2 {
    font-size: 32px; }
  .main .newsBlock {
    padding: 1.875em .9375em 0 .9375em; }
    .main .newsBlock .header {
      margin: 0 0 20px; }
    .main .newsBlock .post {
      width: 100%;
      margin-bottom: 1.875em; }
  footer .cta {
    margin: 0 0 20px; }
    footer .cta p {
      font-size: 16px; }
    footer .cta h5 {
      font-size: 30px; }
  footer .bottomNav .large-4,
  footer .bottomNav .large-8 {
    float: none;
    width: 100%;
    text-align: center; }
  footer .bottomNav li {
    float: none;
    display: inline-block; }
  footer .bottomNav ul.social {
    float: none;
    font-size: 0; }
  footer .bottomNav:after {
    content: "";
    display: table;
    clear: both; }
  footer hr {
    clear: both;
    margin-top: 40px; }
  .copyright {
    text-align: center; }
    .copyright .large-8,
    .copyright .large-4 {
      width: 100%; }
    .copyright img {
      float: none;
      margin-top: 20px; } }

@media handheld, only screen and (max-width: 767px) {
  .slicknav_btn {
    top: 5px;
    right: 5px; }
  .feature {
    background: #235579; }
    .feature section {
      position: relative;
      bottom: 0;
      width: 100%;
      left: 0;
      background: #235579; }
  .highlights {
    padding: 40px 0; }
    .highlights hr {
      display: none; }
    .highlights .positioning p {
      font-size: 16px; }
    .highlights .positioning h2 {
      font-size: 32px; }
    .highlights .icons .large-4 {
      margin-top: 20px;
      padding: 0 .9375em; }
  .main {
    padding: 0; }
    .main .homeContent {
      margin-top: 0;
      padding: 20px .9375em; }
    .main .newsBlock .post {
      margin-bottom: .9375em; }
      .main .newsBlock .post .postBox {
        padding: .9375em; }
  .container {
    overflow: visible; }
    .container .primary {
      width: 100%;
      padding: 20px; }
    .container .secondary {
      width: 100%;
      padding: 20px;
      margin-bottom: 0; }
  .internal header {
    margin-bottom: 0; }
  .internal .content {
    padding: 0; }
  footer ul:first-child {
    display: none; }
  footer ul.social {
    display: block; }
  ul.testimonials li {
    padding: 20px .9375em; }
  .browse form {
    float: none;
    padding-top: 10px;
    clear: both; }
    .browse form select {
      width: 100%;
      max-width: none; }
  select {
    background: #fff; } }
