/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*----------------------------------------------------------------------------------

  Settings
 
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*  Colors
/*----------------------------------------------------------------------------------*/
.red {
  color: #e71e1e; }

/*----------------------------------------------------------------------------------*/
/*  Fonts
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*  Links
/*----------------------------------------------------------------------------------*/
a {
  color: #0253b8;
  text-decoration: none; }
  a:hover {
    color: #01316c; }

/*----------------------------------------------------------------------------------*/
/*  Lists
/*----------------------------------------------------------------------------------*/
ul {
  list-style-position: outside;
  list-style-type: disc; }

ol {
  list-style-position: outside;
  list-style-type: decimal; }

ul li {
  margin-bottom: 1em; }

/*----------------------------------------------------------------------------------*/
/*  Alignments
/*----------------------------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

.textleft {
  text-align: left; }

.textcenter {
  clear: both;
  display: block;
  margin: 0 auto;
  text-align: center; }

.textright {
  text-align: right; }

/*----------------------------------------------------------------------------------*/
/*  Margin + Padding
/*----------------------------------------------------------------------------------*/
.margin-top-0 {
  margin-top: 0; }

.margin-top-5 {
  margin-top: 5px; }

.margin-top-15 {
  margin-top: 15px; }

.margin-top-25 {
  margin-top: 25px; }

.margin-top-50 {
  margin-top: 50px; }

.margin-bottom-0 {
  margin-bottom: 0; }

.margin-bottom-5 {
  margin-bottom: 5px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.margin-bottom-25 {
  margin-bottom: 25px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

/*----------------------------------------------------------------------------------*/
/*  Buttons
/*----------------------------------------------------------------------------------*/
.button, button, input[type="submit"] {
  display: inline-block;
  font-size: 18px;
  background: #0253b8;
  border-radius: 0;
  color: white;
  border: 0;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  padding: 7px 30px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif; }
  .button:hover, .button.active, button:hover, button.active, input[type="submit"]:hover, input[type="submit"].active {
    background: #01316c;
    color: white; }

/*----------------------------------------------------------------------------------*/
/*  Widgets
/*----------------------------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

.widget select {
  max-width: 100%; }

/*----------------------------------------------------------------------------------*/
/*  Media
/*----------------------------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%; }

.wp-caption-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.site-main .gallery {
  margin-bottom: 1.5em; }

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%; }

.site-main .gallery dd,
.site-main .gallery figcaption {
  margin: 0; }

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

/*----------------------------------------------------------------------------------

  Typography
 
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*  Core
/*----------------------------------------------------------------------------------*/
strong, b {
  font-weight: 700; }

em, i, q {
  font-style: italic; }

p {
  margin: 0 0 1em; }

small {
  font-size: 12px; }

.base-font-size {
  font-size: 16px;
  line-height: 25px; }

.textuppercase {
  text-transform: uppercase; }

/*----------------------------------------------------------------------------------*/
/*  H Styles
/*----------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  margin: 0 0 25px 0; }

h1 {
  font-size: 38px;
  font-weight: 400;
  line-height: 34px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300; }

h5 {
  font-size: 14px; }

/*----------------------------------------------------------------------------------*/
/*  Placeholders
/*----------------------------------------------------------------------------------*/
::-webkit-input-placeholder {
  color: #838383; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #838383; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #838383; }

:-ms-input-placeholder {
  color: #838383; }

::selection {
  background: #56a0fd;
  /* Safari */ }

::-moz-selection {
  background: #56a0fd;
  /* Firefox */ }

/*----------------------------------------------------------------------------------

  Base Styles
 
----------------------------------------------------------------------------------*/
html {
  font-size: 100%;
  position: relative;
  min-height: 100%; }

html, body {
  width: 100%;
  padding: 0;
  margin: 0; }

body {
  background: #fcfbfa;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  line-height: 25px;
  color: #373b44; }
  body.home {
    background: white; }

.desktop-only {
  display: none; }

.desktop-only-inline {
  display: none; }

.mobile-only {
  display: block; }

.mobile-only-inline {
  display: inline-block; }

.browserupgrade {
  text-align: center;
  margin: 20px 0; }

#wpadminbar {
  position: fixed; }

/*----------------------------------------------------------------------------------*/
/*  Mobile Header
/*----------------------------------------------------------------------------------*/
.mobile-header {
  border-top: 9px solid #373b44; }
  .mobile-header .site-title {
    top: 0;
    float: left; }
  .mobile-header .site-title a {
    width: 200px;
    height: 32px;
    background-size: 200px 35px; }

.mobile-header {
  display: block; }
  .mobile-header .contact {
    border-bottom: 1px solid #373b44;
    text-align: center;
    padding: 4px 0 10px 0; }
    .mobile-header .contact .phone, .mobile-header .contact .mail {
      display: inline-block;
      float: none; }
    .mobile-header .contact .mail {
      top: 6px; }
  .mobile-header .mobile-dropdown {
    display: none; }
    .mobile-header .mobile-dropdown ul {
      margin: 0;
      padding: 0; }
    .mobile-header .mobile-dropdown li {
      margin: 0;
      padding: 0;
      list-style-type: none;
      position: relative;
      border-bottom: 1px solid #373b44; }
    .mobile-header .mobile-dropdown a {
      display: block;
      width: 100%;
      padding: 10px 25px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 12px;
      color: #373b44;
      text-transform: uppercase; }
      .mobile-header .mobile-dropdown a:hover {
        color: white;
        background: #0253b8; }
    .mobile-header .mobile-dropdown .sub-menu {
      display: none;
      background: #4e5360; }
      .mobile-header .mobile-dropdown .sub-menu li {
        border-bottom: 1px solid #15161a; }
        .mobile-header .mobile-dropdown .sub-menu li:last-child {
          border: 0; }
  .mobile-header .main-section {
    border-bottom: 1px solid #373b44; }

#nav-toggle {
  width: 30px;
  height: 18px;
  position: relative;
  top: 28px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  float: right; }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #373b44;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    #nav-toggle span:nth-child(1) {
      top: 0px; }
    #nav-toggle span:nth-child(2), #nav-toggle span:nth-child(3) {
      top: 7px; }
    #nav-toggle span:nth-child(4) {
      top: 14px; }
  #nav-toggle.active span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%; }
  #nav-toggle.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  #nav-toggle.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #nav-toggle.active span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%; }

/*----------------------------------------------------------------------------------*/
/*  Site Header
/*----------------------------------------------------------------------------------*/
.site-header {
  border-top: 9px solid #373b44;
  display: none;
  background: white; }

/*----------------------------------------------------------------------------------*/
/*  Site Header
/*----------------------------------------------------------------------------------*/
.site-title {
  float: left;
  margin-top: 20px;
  position: relative;
  top: 20px; }
  .site-title a {
    width: 302px;
    height: 53px;
    background: url(../img/logo.png) no-repeat;
    background-size: 302px 53px;
    display: block;
    text-indent: -999999px; }

/*----------------------------------------------------------------------------------*/
/*  Top Menu
/*----------------------------------------------------------------------------------*/
.top-navigation {
  display: none; }

/*----------------------------------------------------------------------------------*/
/*  Main Menu
/*----------------------------------------------------------------------------------*/
.main-navigation {
  display: none; }

/*----------------------------------------------------------------------------------*/
/*  Slideshow
/*----------------------------------------------------------------------------------*/
.slideshow-wrap {
  margin: 30px 0; }

.slideshow .slide {
  position: relative; }
  .slideshow .slide .title {
    position: absolute;
    z-index: 10;
    bottom: 30px;
    left: 30px;
    text-transform: uppercase;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 38px;
    line-height: 34px;
    display: none; }
  .slideshow .slide img {
    display: block;
    max-width: 100%; }
  .slideshow .slide .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 8;
    background: rgba(0, 0, 0, 0.4); }
.slideshow .owl-controls {
  float: right;
  position: relative;
  top: -40px;
  right: 30px; }
.slideshow .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: white;
  float: left;
  margin-left: 7px; }
  .slideshow .owl-dot.active {
    background: #0253b8; }
  .slideshow .owl-dot:hover {
    opacity: .7; }

/*----------------------------------------------------------------------------------*/
/*  Home > Books
/*----------------------------------------------------------------------------------*/
.home .site-main {
  margin-top: 0;
  margin-bottom: 30px;
  background: transparent;
  padding: 0; }
  .home .site-main:after {
    content: "";
    display: table;
    clear: both; }

.books-column {
  font-size: 13px;
  line-height: 19px; }
  .books-column ul {
    margin: 0;
    padding: 0; }
  .books-column li {
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none; }
    .books-column li:after {
      content: "";
      display: table;
      clear: both; }
    .books-column li:last-child {
      margin-bottom: 0; }
  .books-column .image {
    float: left;
    width: 16%;
    margin-right: 5%; }
    .books-column .image img {
      max-width: 100%; }
      .books-column .image img:hover {
        opacity: .7; }
  .books-column .title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 15px; }
  .books-column .content {
    float: left;
    width: 79%; }

/*----------------------------------------------------------------------------------*/
/*  Site Programs
/*----------------------------------------------------------------------------------*/
.site-programs {
  background: #f5f1ed; }
  .site-programs .choose a {
    color: #7b7d83; }
    .site-programs .choose a:hover, .site-programs .choose a.active {
      background: #e1dad3 url(../img/arrow-program.png) no-repeat 96% 50%;
      color: #373b44; }
  .site-programs li {
    border-bottom: 2px solid #e1dad3; }
    .site-programs li:last-child {
      border-bottom: 0; }

/*----------------------------------------------------------------------------------*/
/*  Site Services
/*----------------------------------------------------------------------------------*/
.site-services {
  background: #373b44;
  color: white; }
  .site-services h2 {
    color: white; }
  .site-services .choose a {
    color: #929aad; }
    .site-services .choose a:hover, .site-services .choose a.active {
      background: #60697d url(../img/arrow-service.png) no-repeat 96% 50%;
      color: white; }
  .site-services li {
    border-bottom: 2px solid #60697d; }
    .site-services li:last-child {
      border-bottom: 0; }

/*----------------------------------------------------------------------------------*/
/*  Choose + View
/*----------------------------------------------------------------------------------*/
.site-programs,
.site-services {
  padding: 40px 0; }
  .site-programs:after,
  .site-services:after {
    content: "";
    display: table;
    clear: both; }
  .site-programs ul,
  .site-services ul {
    margin: 0;
    padding: 0; }
  .site-programs li,
  .site-services li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .site-programs h2,
  .site-services h2 {
    margin: 0 0 10px 0;
    text-transform: uppercase; }
  .site-programs h3,
  .site-services h3 {
    margin: 0 0 10px 0; }
  .site-programs p,
  .site-services p {
    font-size: 14px;
    line-height: 22px; }
  .site-programs .image,
  .site-services .image {
    margin-bottom: 10px; }
  .site-programs .button,
  .site-services .button {
    width: auto;
    display: inline-block; }
  .site-programs .button.program-level,
  .site-services .button.program-level {
    font-size: 12px;
    margin-top: 15px; }
  .site-programs .choose a,
  .site-services .choose a {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .site-programs .view,
  .site-services .view {
    float: left;
    width: 32%;
    display: none; }

/*----------------------------------------------------------------------------------*/
/*  Inner Pages
/*----------------------------------------------------------------------------------*/
.site-main {
  margin: 30px 0;
  padding: 50px 0; }

h1.entry-title {
  text-align: center; }

.page-sub-title {
  text-align: center; }

/*----------------------------------------------------------------------------------*/
/*  Layout Type -> Any Bullets?
/*----------------------------------------------------------------------------------*/
.arrow-bullets,
.letter-bullets {
  padding: 0 25px; }

/*----------------------------------------------------------------------------------*/
/*  Layout Type -> UL Double
/*----------------------------------------------------------------------------------*/
.parent-pageid-16 .number-bullets {
  font-size: 14px;
  line-height: 20px; }
  .parent-pageid-16 .number-bullets li:before {
    top: 2px; }

.number-bullets {
  padding: 0 25px; }
  .number-bullets h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px; }
    .number-bullets h2 span {
      font-size: 14px;
      display: block;
      font-weight: 200; }

.ul-double, .ul-double-2col {
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  counter-reset: section; }
  .ul-double:after, .ul-double-2col:after {
    content: "";
    display: table;
    clear: both; }
  .ul-double ul, .ul-double-2col ul {
    margin: 0;
    padding: 0; }
  .ul-double li, .ul-double-2col li {
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    counter-increment: section; }
    .ul-double li:before, .ul-double-2col li:before {
      position: absolute;
      left: -28px;
      top: 4px;
      text-align: center;
      color: white;
      background: #0253b8;
      width: 20px;
      height: 20px;
      border-radius: 20px;
      content: counter(section);
      font-size: 12px;
      line-height: 20px; }
    .ul-double li ul, .ul-double-2col li ul {
      margin: 0;
      padding: 0;
      width: 100%;
      float: none;
      counter-reset: section; }
      .ul-double li ul li, .ul-double-2col li ul li {
        margin: 0;
        padding: 0; }
        .ul-double li ul li:before, .ul-double-2col li ul li:before {
          content: '';
          width: 0;
          height: 0; }

.ul-single {
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  counter-reset: section; }
  .ul-single:after {
    content: "";
    display: table;
    clear: both; }
  .ul-single ul {
    margin: 0;
    padding: 0; }
  .ul-single li {
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    counter-increment: section; }
    .ul-single li:before {
      position: absolute;
      left: -28px;
      top: 4px;
      text-align: center;
      color: white;
      background: #0253b8;
      width: 20px;
      height: 20px;
      border-radius: 20px;
      content: counter(section);
      font-size: 12px;
      line-height: 20px; }

.ul-single-letter {
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  counter-reset: section; }
  .ul-single-letter:after {
    content: "";
    display: table;
    clear: both; }
  .ul-single-letter ul {
    margin: 0;
    padding: 0; }
  .ul-single-letter li {
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    counter-increment: section; }
    .ul-single-letter li:before {
      position: absolute;
      left: -28px;
      top: 4px;
      text-align: center;
      color: white;
      background: #0253b8;
      width: 20px;
      height: 20px;
      border-radius: 20px;
      content: counter(section,upper-latin);
      font-size: 12px;
      line-height: 20px; }

/*----------------------------------------------------------------------------------*/
/*  Layout Type -> Double Education
/*----------------------------------------------------------------------------------*/
.double-edu {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 20px; }
  .double-edu h2 {
    text-align: left;
    text-transform: uppercase; }
  .double-edu .ul-single,
  .double-edu .ul-single-letter {
    margin-bottom: 0;
    margin-left: 30px; }
    .double-edu .ul-single li:before,
    .double-edu .ul-single-letter li:before {
      top: 2px; }
  .double-edu .after-desc {
    clear: both;
    display: block; }

.note {
  background: #f9edd5;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e4d2ae; }
  .note em {
    font-weight: 600; }

/*----------------------------------------------------------------------------------*/
/*  Layout Type -> Paragraph
/*----------------------------------------------------------------------------------*/
.paragraph-row p {
  margin: auto;
  text-align: center;
  margin-bottom: 15px; }
  .paragraph-row p:last-child {
    margin-bottom: 0; }
.paragraph-row h2 {
  text-align: center;
  text-transform: uppercase; }

/*----------------------------------------------------------------------------------*/
/*  Layout Type -> UL Double Arrow
/*----------------------------------------------------------------------------------*/
.ul-double.ul-double-arrow li:before {
  position: absolute;
  left: -32px;
  top: 4px;
  text-align: center;
  color: white;
  background: transparent;
  width: 24px;
  height: 14px;
  border-radius: 20px;
  content: '';
  font-size: 12px;
  line-height: 20px;
  background: url(../img/arrow-program.png) no-repeat;
  background-size: 24px 14px; }

/*----------------------------------------------------------------------------------*/
/*  Layout Type -> Week Divider
/*----------------------------------------------------------------------------------*/
.week-divider {
  background: #21252d;
  text-align: center;
  padding: 30px 0;
  margin: 50px 0; }
  .week-divider h2 {
    margin: 0;
    text-transform: uppercase;
    color: white; }

/*----------------------------------------------------------------------------------*/
/*  Layout Type -> Image Row
/*----------------------------------------------------------------------------------*/
.image-row {
  background: #373b44;
  margin: 40px 0; }
  .image-row img {
    display: block;
    max-width: 100%; }
  .image-row .image {
    position: relative; }
  .image-row .image-caption {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%; }
    .image-row .image-caption span {
      background: rgba(255, 255, 255, 0.8);
      display: inline-block;
      padding: 6px 14px; }

/*----------------------------------------------------------------------------------*/
/*  Layout Type -> Double Image Row
/*----------------------------------------------------------------------------------*/
.image-row.image-row-double .image {
  position: relative; }

/*----------------------------------------------------------------------------------*/
/*  Layout Type -> Triple Image Row
/*----------------------------------------------------------------------------------*/
.image-row.image-row-triple .image {
  position: relative; }

/*----------------------------------------------------------------------------------*/
/*  Layout Type -> Paragraph Double Row
/*----------------------------------------------------------------------------------*/
.paragraph-row .paragraph-double {
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left; }
  .paragraph-row .paragraph-double p {
    text-align: left;
    margin-bottom: 15px; }
    .paragraph-row .paragraph-double p:last-child {
      margin-bottom: 0; }
  .paragraph-row .paragraph-double h2 {
    margin: 0 0 10px 0;
    text-align: left; }
  .paragraph-row .paragraph-double .paragraph:first-child {
    margin-bottom: 30px; }

.border-divider {
  height: 2px;
  background: #e6e6e6;
  max-width: 50%;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px; }

/*----------------------------------------------------------------------------------*/
/*  Layout Type -> HTML
/*----------------------------------------------------------------------------------*/
.parent-pageid-16 .html-row {
  margin-bottom: 30px; }
  .parent-pageid-16 .html-row img {
    margin-bottom: 30px; }
  .parent-pageid-16 .html-row p {
    text-align: center; }

.html-row table {
  font-size: 14px;
  margin: auto;
  max-width: 100%; }
  .html-row table td {
    padding: 5px 16px; }
  .html-row table thead {
    background: #373b44;
    color: white; }
  .html-row table tbody {
    background: #e6e6e6; }
    .html-row table tbody tr {
      border-bottom: 1px solid #fcfbfa; }
    .html-row table tbody tr:nth-child(even) {
      background: #efefef; }

/*----------------------------------------------------------------------------------*/
/*  Layout Type -> Program Pricing
/*----------------------------------------------------------------------------------*/
.program-pricing-row h2 {
  text-align: center;
  margin-bottom: 4px;
  text-transform: uppercase; }
.program-pricing-row .title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 200;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 40px; }
.program-pricing-row ul {
  margin: 0 0 25px 0;
  padding: 0;
  font-size: 14px; }
.program-pricing-row li {
  margin: 0;
  padding: 0;
  list-style-type: none; }
.program-pricing-row .details {
  padding: 0 25px; }

/*----------------------------------------------------------------------------------*/
/*  Layout Type -> Pricing CTA
/*----------------------------------------------------------------------------------*/
.pricing-cta-row {
  text-align: center; }
  .pricing-cta-row strong {
    clear: both;
    display: block; }
  .pricing-cta-row ul {
    margin: 20px 0 20px 0;
    padding: 0; }
  .pricing-cta-row li {
    margin: 0 0 5px 0;
    padding: 0;
    list-style-type: none; }

/*----------------------------------------------------------------------------------*/
/*  Layout Type -> Program PDF
/*----------------------------------------------------------------------------------*/
.program-pdf-row {
  text-align: center;
  margin-top: 40px; }

/*----------------------------------------------------------------------------------*/
/*  Diamond Manufacturing
/*----------------------------------------------------------------------------------*/
.page-id-49 .image-row.image-row-double {
  margin-bottom: 0; }
.page-id-49 .week-divider {
  margin: 0 0 50px 0; }

/*----------------------------------------------------------------------------------*/
/*  Diamond Cutting and Polishing Services
/*----------------------------------------------------------------------------------*/
.page-id-63 .image-row.image-row-double {
  margin: 0; }
.page-id-63 .site-main {
  margin-bottom: 0;
  padding-bottom: 0; }

/*----------------------------------------------------------------------------------*/
/*  Diamond Consultation on Purchases
/*----------------------------------------------------------------------------------*/
.page-id-69 .html-row {
  background: #373b44;
  padding: 40px 0;
  margin-bottom: 40px; }
  .page-id-69 .html-row:after {
    content: "";
    display: table;
    clear: both; }
.page-id-69 .diamond-consultation:after {
  content: "";
  display: table;
  clear: both; }
.page-id-69 .diamond-consultation li:last-child {
  margin-bottom: 0; }
.page-id-69 .diamond-consultation .image {
  margin-bottom: 25px; }
  .page-id-69 .diamond-consultation .image img {
    max-width: 100%;
    display: block; }
.page-id-69 .diamond-consultation .content {
  color: white; }
  .page-id-69 .diamond-consultation .content h2 {
    color: white;
    text-transform: uppercase;
    margin-bottom: 10px; }

/*----------------------------------------------------------------------------------*/
/*  Hotel
/*----------------------------------------------------------------------------------*/
.hotel-row {
  margin: 50px 0; }

.hotel {
  margin-bottom: 50px; }
  .hotel h2 {
    margin-bottom: 4px; }
  .hotel ul {
    margin: 0 0 25px 0;
    padding: 0; }
    .hotel ul li {
      margin: 0;
      padding: 0;
      list-style-type: none; }
  .hotel ol {
    margin: 0 0 0 20px;
    padding: 0;
    font-size: 14px; }
    .hotel ol li {
      margin: 0;
      padding: 0; }
  .hotel p {
    margin-bottom: 15px; }
    .hotel p:last-child {
      margin-bottom: 0; }

/*----------------------------------------------------------------------------------*/
/*  Application
/*----------------------------------------------------------------------------------*/
.application-row {
  margin: 50px 0; }

.application {
  margin-bottom: 50px; }
  .application h2 {
    margin-bottom: 10px;
    font-size: 17px; }
  .application .button {
    font-size: 14px;
    padding: 2px 12px; }

/*----------------------------------------------------------------------------------*/
/*  Directions
/*----------------------------------------------------------------------------------*/
.directions-row {
  margin: 50px 0; }

.directions-information ul {
  margin: 0 0 30px 0;
  padding: 0; }
.directions-information li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.directions-map {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6; }
  .directions-map img {
    max-width: 100%;
    display: block; }
  .directions-map ul {
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 12px; }
  .directions-map li {
    margin: 0;
    list-style-type: none;
    padding: 4px 10px;
    background: #e6e6e6;
    border-bottom: 1px solid white; }
    .directions-map li:nth-child(even) {
      background: #efefef; }
    .directions-map li.total {
      background: #b3c9e6; }

/*----------------------------------------------------------------------------------*/
/*  Contact
/*----------------------------------------------------------------------------------*/
.contact-row {
  margin: 50px 0; }

.contact-information ul {
  margin: 0 0 30px 0;
  padding: 0; }
.contact-information li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.contact-form {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6; }
  .contact-form .gform_wrapper input[type=email],
  .contact-form .gform_wrapper input[type=number],
  .contact-form .gform_wrapper input[type=password],
  .contact-form .gform_wrapper input[type=tel],
  .contact-form .gform_wrapper input[type=text],
  .contact-form .gform_wrapper input[type=url],
  .contact-form textarea,
  .contact-form textarea.medium {
    background: #f5f5f5;
    border: 0;
    border-bottom: 2px solid #dedede;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
    width: 100%; }
  .contact-form .gform_wrapper .gform_footer {
    padding: 0;
    margin: 1em 0 0; }
  .contact-form .gform_wrapper .top_label input.medium,
  .contact-form .gform_wrapper .top_label select.medium,
  .contact-form .gform_wrapper textarea.medium {
    width: 100%; }
  .contact-form .sub-section h2.gsection_title {
    font-size: 16px; }
  .contact-form .gfield_html {
    font-size: 14px; }
  .contact-form .gform_wrapper .top_label .hide_label .gfield_label {
    display: none; }

/*----------------------------------------------------------------------------------*/
/*  Appraisals
/*----------------------------------------------------------------------------------*/
.appraisals-row {
  margin: 50px 0; }

.appraisals-information {
  float: left;
  width: 35%;
  margin-right: 6%; }

.appraisals-sample {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  font-size: 12px; }
  .appraisals-sample img {
    max-width: 100%;
    display: block; }
  .appraisals-sample ul {
    margin: 0 0 0 0;
    padding: 0; }
  .appraisals-sample p.small {
    font-size: 12px;
    line-height: 20px;
    clear: both; }
  .appraisals-sample .date {
    margin-left: 10px; }
  .appraisals-sample .sig {
    display: block;
    float: right;
    margin-bottom: 10px; }
  .appraisals-sample li {
    margin: 0;
    list-style-type: none;
    padding: 4px 10px;
    background: #e6e6e6;
    border-bottom: 1px solid white; }
    .appraisals-sample li:nth-child(even) {
      background: #efefef; }
    .appraisals-sample li.total {
      background: #b3c9e6; }

/*----------------------------------------------------------------------------------*/
/*  Faculty
/*----------------------------------------------------------------------------------*/
.faculty-row {
  margin: 50px 0; }

.faculty-information h2 {
  margin-bottom: 2px;
  text-transform: uppercase; }
.faculty-information .title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 200;
  font-family: 'Roboto Condensed', sans-serif; }

.faculty-image img {
  max-width: 100%; }

/*----------------------------------------------------------------------------------*/
/*  Peters Row
/*----------------------------------------------------------------------------------*/
.peters-row {
  margin: 50px 0; }

.mr-peters h2 {
  margin-bottom: 2px;
  text-transform: uppercase; }
.mr-peters .title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 200;
  font-family: 'Roboto Condensed', sans-serif; }
.mr-peters .image {
  float: left;
  width: 30%;
  margin-right: 3%; }
  .mr-peters .image img {
    max-width: 100%;
    display: block; }
.mr-peters .content {
  float: left;
  width: 67%;
  font-size: 12px;
  line-height: 20px; }
.mr-peters .button {
  font-size: 14px;
  padding: 2px 12px; }

.florida img {
  max-width: 100%; }
.florida .image {
  float: left;
  width: 18%;
  margin-right: 3%;
  padding-top: 10px; }
.florida .content {
  padding-top: 15px;
  float: left;
  width: 67%;
  font-size: 15px;
  line-height: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 600; }

/*----------------------------------------------------------------------------------*/
/*  Carat
/*----------------------------------------------------------------------------------*/
.carat-row {
  margin: 50px 0; }
  .carat-row .carat {
    font-size: 12px;
    line-height: 20px;
    margin-right: 4%;
    margin-bottom: 4%; }
    .carat-row .carat img {
      max-width: 100%;
      display: block;
      margin-bottom: 20px; }

/*----------------------------------------------------------------------------------*/
/*  Books - Single
/*----------------------------------------------------------------------------------*/
.book-wrap {
  margin-top: 40px;
  margin-bottom: 40px; }
  .book-wrap .book-information:after {
    content: "";
    display: table;
    clear: both; }
  .book-wrap .button-wrap {
    text-align: center;
    margin-bottom: 30px; }
  .book-wrap .book-thumb {
    float: left;
    width: 21%;
    margin-right: 6%; }
    .book-wrap .book-thumb img {
      display: block;
      margin: auto;
      max-width: 100%; }
    .book-wrap .book-thumb a span {
      display: block;
      clear: both;
      text-align: center;
      font-size: 13px;
      font-family: 'Roboto Condensed', sans-serif; }
  .book-wrap .book-description {
    float: left;
    width: 73%;
    font-size: 14px;
    line-height: 24px; }
  .book-wrap .book-price {
    font-size: 20px;
    margin-bottom: 20px; }
  .book-wrap .button {
    display: inline-block; }
  .book-wrap .note {
    font-size: 14px;
    line-height: 24px; }
    .book-wrap .note p:last-child {
      margin-bottom: 0; }

.book-wrap.diamond-inclusions .book-images {
  float: none;
  width: 100%; }

.book-contents {
  font-size: 12px; }
  .book-contents strong {
    text-transform: uppercase; }
  .book-contents .table {
    text-align: center;
    font-size: 14px;
    background: #f2f2f2;
    border: 1px solid #dfdfdf;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 5px 0;
    margin-bottom: 20px;
    margin-top: 40px; }

.book-wrap.rough-diamonds .book-images .image:nth-child(2n) {
  clear: both; }
.book-wrap.rough-diamonds .book-images .image:nth-child(2n+1) {
  clear: none; }

.book-images {
  font-size: 12px; }
  .book-images:after {
    content: "";
    display: table;
    clear: both; }
  .book-images strong {
    text-transform: uppercase; }
  .book-images .table {
    text-align: center;
    font-size: 14px;
    background: #f2f2f2;
    border: 1px solid #dfdfdf;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 5px 0;
    margin-bottom: 20px;
    margin-top: 40px; }
  .book-images .image {
    float: left;
    width: 45%;
    margin-right: 5%;
    margin-bottom: 20px; }
    .book-images .image:nth-child(2n+1) {
      clear: both; }
    .book-images .image img {
      max-width: 100%;
      display: block; }

.book-preview-image img {
  display: block;
  margin-bottom: 10px;
  max-width: 100%;
  height: auto; }
.book-preview-image .book-preview-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 20px; }

/*----------------------------------------------------------------------------------*/
/*  Founders
/*----------------------------------------------------------------------------------*/
.founders-wrap {
  margin-top: 60px; }
  .founders-wrap:after {
    content: "";
    display: table;
    clear: both; }
  .founders-wrap .column {
    margin-bottom: 25px; }
  .founders-wrap p {
    font-size: 14px;
    line-height: 22px; }
  .founders-wrap .button {
    font-size: 14px;
    padding: 2px 12px; }
  .founders-wrap .name {
    margin-bottom: 2px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 25px; }
  .founders-wrap .title {
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 200;
    font-family: 'Roboto Condensed', sans-serif; }
  .founders-wrap .image {
    background: #373b44;
    margin-bottom: 10px; }
    .founders-wrap .image img {
      display: block;
      max-width: 100%;
      height: auto;
      margin: auto; }

/*----------------------------------------------------------------------------------*/
/*  Overview
/*----------------------------------------------------------------------------------*/
.overview-wrap {
  margin-top: 60px; }
  .overview-wrap:after {
    content: "";
    display: table;
    clear: both; }
  .overview-wrap .column {
    margin-bottom: 50px; }
  .overview-wrap .image {
    margin-bottom: 10px; }
    .overview-wrap .image.image-book img {
      margin: 0; }
    .overview-wrap .image img {
      max-width: 100%;
      margin: auto;
      display: block;
      height: auto; }
  .overview-wrap p {
    font-size: 14px;
    line-height: 22px; }
  .overview-wrap .button {
    font-size: 14px;
    padding: 2px 12px; }
  .overview-wrap .title {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px; }

/*----------------------------------------------------------------------------------*/
/*  Application Form
/*----------------------------------------------------------------------------------*/
.application-form {
  margin-top: 40px;
  background: white;
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .application-form .gform_wrapper input[type=email],
  .application-form .gform_wrapper input[type=number],
  .application-form .gform_wrapper input[type=password],
  .application-form .gform_wrapper input[type=tel],
  .application-form .gform_wrapper input[type=text],
  .application-form .gform_wrapper input[type=url],
  .application-form textarea {
    background: #f5f5f5;
    border: 0;
    border-bottom: 2px solid #dedede; }
  .application-form .sub-section h2.gsection_title {
    font-size: 16px; }
  .application-form .gfield_html {
    font-size: 14px; }

/*----------------------------------------------------------------------------------*/
/*  Owl Carousel - Animate Plugin
/*----------------------------------------------------------------------------------*/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/*----------------------------------------------------------------------------------*/
/*  Site Footer
/*----------------------------------------------------------------------------------*/
.site-footer {
  background: #f5f1ed;
  padding: 50px 0;
  font-size: 14px;
  line-height: 20px; }
  .site-footer h2 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .site-footer .social {
    margin: 0;
    padding: 0;
    float: right; }
    .site-footer .social li {
      list-style-type: none;
      padding: 0;
      margin: 0 0 0 5px;
      float: left; }
    .site-footer .social a {
      display: block;
      width: 23px;
      height: 23px;
      text-indent: -999999px;
      background: url(../img/social.png) no-repeat; }
      .site-footer .social a:hover {
        opacity: 0.7; }
      .site-footer .social a.linkedin {
        background-position: -23px 0; }
  .site-footer .site-info {
    border-bottom: 2px solid #e1dad3;
    margin-bottom: 30px;
    padding-bottom: 20px; }
    .site-footer .site-info:after {
      content: "";
      display: table;
      clear: both; }
  .site-footer .footer-navigation {
    margin-bottom: 10px; }
    .site-footer .footer-navigation:after {
      content: "";
      display: table;
      clear: both; }
    .site-footer .footer-navigation ul {
      margin: 0;
      padding: 0; }
    .site-footer .footer-navigation li {
      margin: 0 0 0 15px;
      padding: 0;
      list-style-type: none;
      float: left; }
      .site-footer .footer-navigation li:first-child {
        margin-left: 0; }
    .site-footer .footer-navigation a {
      font-weight: 600;
      font-size: 14px;
      color: #373b44;
      text-transform: uppercase;
      margin-bottom: 5px;
      font-family: 'Roboto Condensed', sans-serif; }
  .site-footer .copyright {
    font-size: 12px;
    line-height: 20px;
    clear: both;
    margin-bottom: 0; }

/*----------------------------------------------------------------------------------

  Grid
 
----------------------------------------------------------------------------------*/
#page {
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden; }

.row,
.wrap {
  clear: both; }
  .row:after,
  .wrap:after {
    content: "";
    display: table;
    clear: both; }

.wrap {
  padding-left: 25px;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.column-10,
.column-15,
.column-20,
.column-25,
.column-30,
.column-33,
.column-35,
.column-40,
.column-45,
.column-50,
.column-55,
.column-60,
.column-65,
.column-70,
.column-75,
.column-80,
.column-85,
.column-90,
.column-95,
.column-100 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (min-width: 720px) {
  .column-10,
  .column-15,
  .column-20,
  .column-25,
  .column-30,
  .column-33,
  .column-35,
  .column-40,
  .column-45,
  .column-50,
  .column-55,
  .column-60,
  .column-65,
  .column-70,
  .column-75,
  .column-80,
  .column-85,
  .column-90,
  .column-95,
  .column-100 {
    float: left; }

  .column-10 {
    width: 10%; }

  .column-15 {
    width: 15%; }

  .column-20 {
    width: 20%; }

  .column-25 {
    width: 25%; }

  .column-30 {
    width: 30%; }

  .column-33 {
    width: 33%; }

  .column-35 {
    width: 35%; }

  .column-40 {
    width: 40%; }

  .column-45 {
    width: 45%; }

  .column-50 {
    width: 50%; }

  .column-55 {
    width: 55%; }

  .column-60 {
    width: 60%; }

  .column-65 {
    width: 40%; }

  .column-70 {
    width: 70%; }

  .column-75 {
    width: 40%; }

  .column-80 {
    width: 80%; }

  .column-85 {
    width: 85%; }

  .column-90 {
    width: 90%; }

  .column-95 {
    width: 95%; }

  .column-100 {
    width: 100%; } }
@media screen and (min-width: 1024px) {
  .wrap {
    margin: auto;
    max-width: 980px; } }
@media screen and (min-width: 720px) {
  /*----------------------------------------------------------------------------------
  
    Layout > 720
  
  ----------------------------------------------------------------------------------*/
  /*----------------------------------------------------------------------------------*/
  /*  Founders
  /*----------------------------------------------------------------------------------*/
  .founders-wrap .column {
    float: left;
    width: 30.6%;
    margin-right: 4%; }
    .founders-wrap .column:nth-child(3n) {
      margin-right: 0; }
  .founders-wrap .image {
    overflow: hidden;
    max-height: 160px; }

  /*----------------------------------------------------------------------------------*/
  /*  Overview
  /*----------------------------------------------------------------------------------*/
  .overview-wrap .column {
    float: left;
    width: 30.6%;
    margin-right: 4%; }
    .overview-wrap .column:nth-child(3n) {
      margin-right: 0; }
    .overview-wrap .column:nth-child(3n+1) {
      clear: both; } }
@media screen and (min-width: 1024px) {
  /*----------------------------------------------------------------------------------
  
    Layout > 1024
   
  ----------------------------------------------------------------------------------*/
  .desktop-only {
    display: block; }

  .desktop-only-inline {
    display: inline-block; }

  .mobile-only {
    display: none; }

  .mobile-only {
    display: none; }

  /*----------------------------------------------------------------------------------*/
  /*  Mobile Header
  /*----------------------------------------------------------------------------------*/
  .mobile-header {
    display: none; }

  /*----------------------------------------------------------------------------------*/
  /*  Site Header
  /*----------------------------------------------------------------------------------*/
  .site-header {
    display: block; }

  .mobile-menu {
    display: none; }

  /*----------------------------------------------------------------------------------*/
  /*  Top Menu
  /*----------------------------------------------------------------------------------*/
  .top-navigation {
    float: right;
    margin-top: -9px;
    display: block; }
    .top-navigation ul {
      margin: 0;
      padding: 0; }
    .top-navigation li {
      margin: 0;
      padding: 0;
      list-style-type: none;
      float: left;
      position: relative; }
      .top-navigation li:before {
        -webkit-box-shadow: -1px 0 0 0 #5d6371;
        box-shadow: -1px 0 0 0 #5d6371;
        content: '';
        position: absolute;
        height: 40px;
        width: 1px;
        top: 9px; }
      .top-navigation li:first-child:before, .top-navigation li.phone:before {
        box-shadow: none;
        width: 0;
        height: 0;
        top: 0; }
      .top-navigation li.blue:before {
        -webkit-box-shadow: -1px 0 0 0 #2e7ad9;
        box-shadow: -1px 0 0 0 #2e7ad9; }
      .top-navigation li.blue a {
        background: #0253b8; }
        .top-navigation li.blue a:hover {
          background: #01316c; }
    .top-navigation li:hover > .sub-menu,
    .top-navigation li:hover > .sub-list {
      display: block; }
    .top-navigation a {
      display: block;
      padding: 17px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      text-transform: uppercase;
      color: white;
      background: #373b44;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 300;
      font-size: 18px; }
      .top-navigation a:hover {
        background: #15161a; }
    .top-navigation .sub-menu {
      display: none;
      position: absolute;
      background: #1e2026;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 15px;
      z-index: 15;
      width: 638px; }
      .top-navigation .sub-menu:after {
        content: "";
        display: table;
        clear: both; }
      .top-navigation .sub-menu li {
        margin: 0 0 10px 0;
        display: block;
        width: 100%; }
        .top-navigation .sub-menu li:last-child {
          margin-bottom: 0; }
      .top-navigation .sub-menu li:before {
        -webkit-box-shadow: none;
        box-shadow: none;
        content: '';
        position: absolute;
        height: 0;
        width: 0;
        top: 9px; }
      .top-navigation .sub-menu a {
        font-size: 14px;
        color: #7b7d83;
        font-weight: 400;
        line-height: 22px;
        background: url(../img/arrow-service.png) no-repeat;
        background-size: 16px 9px;
        background-position: 0 6px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 24px;
        padding-bottom: 0;
        padding-top: 0;
        text-transform: none; }
        .top-navigation .sub-menu a:hover {
          color: #95979c; }
      .top-navigation .sub-menu .sub-list {
        width: 50%;
        float: left; }

  .sub-menu.education-sub {
    display: none; }
    .sub-menu.education-sub .sub-list:first-child {
      width: 61%; }
    .sub-menu.education-sub .sub-list:last-child {
      width: 39%; }

  .sub-menu.services-sub {
    display: none;
    width: 618px; }
    .sub-menu.services-sub .sub-list:first-child {
      width: 49%; }
    .sub-menu.services-sub .sub-list:last-child {
      width: 50%; }

  .sub-menu.books-sub {
    display: none;
    width: 350px;
    font-size: 13px;
    line-height: 19px; }
    .sub-menu.books-sub ul {
      margin: 0;
      padding: 0; }
    .sub-menu.books-sub li {
      margin: 0 0 10px 0;
      padding: 0;
      list-style-type: none;
      background: transparent; }
      .sub-menu.books-sub li:after {
        content: "";
        display: table;
        clear: both; }
      .sub-menu.books-sub li:last-child {
        margin-bottom: 0; }
    .sub-menu.books-sub a {
      background: transparent;
      padding: 0; }
    .sub-menu.books-sub .image {
      float: left;
      width: 16%;
      margin-right: 5%; }
      .sub-menu.books-sub .image img {
        max-width: 100%; }
        .sub-menu.books-sub .image img:hover {
          opacity: .7; }
    .sub-menu.books-sub .title {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 600;
      font-size: 15px; }
    .sub-menu.books-sub .content {
      float: left;
      width: 79%;
      color: #aeafb2; }

  /*----------------------------------------------------------------------------------*/
  /*  Main Menu
  /*----------------------------------------------------------------------------------*/
  .main-navigation {
    float: right;
    clear: both;
    display: block;
    margin-top: -20px;
    margin-bottom: 30px; }
    .main-navigation ul {
      margin: 0;
      padding: 0; }
    .main-navigation li {
      margin: 0 25px 0 0;
      padding: 0;
      list-style-type: none;
      float: left; }
    .main-navigation a {
      color: #373b44;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 400;
      font-size: 17px;
      text-transform: uppercase; }
      .main-navigation a:hover {
        color: #01316c; }

  /*----------------------------------------------------------------------------------*/
  /*  Slideshow
  /*----------------------------------------------------------------------------------*/
  .slideshow .slide .title {
    display: block; }

  /*----------------------------------------------------------------------------------*/
  /*  Home > Books
  /*----------------------------------------------------------------------------------*/
  .main-column {
    float: left;
    width: 60%;
    margin-right: 8%; }

  .books-column {
    float: left;
    width: 32%; }

  /*----------------------------------------------------------------------------------*/
  /*  Choose + View
  /*----------------------------------------------------------------------------------*/
  .site-programs .choose,
  .site-services .choose {
    float: left;
    width: 60%;
    margin-right: 8%; }
  .site-programs .view,
  .site-services .view {
    float: left;
    width: 32%;
    display: block; }
    .site-programs .view img,
    .site-services .view img {
      max-width: 100%; }
    .site-programs .view .program,
    .site-programs .view .service,
    .site-services .view .program,
    .site-services .view .service {
      display: none; }

  /*----------------------------------------------------------------------------------*/
  /*  Inner Pages
  /*----------------------------------------------------------------------------------*/
  .page-sub-title {
    margin: auto;
    max-width: 635px;
    text-align: center; }

  /*----------------------------------------------------------------------------------*/
  /*  Layout Type -> Any Bullets?
  /*----------------------------------------------------------------------------------*/
  .arrow-bullets,
  .letter-bullets {
    padding: 0; }

  /*----------------------------------------------------------------------------------*/
  /*  Layout Type -> UL Double
  /*----------------------------------------------------------------------------------*/
  .parent-pageid-16 .number-bullets {
    font-size: 14px;
    line-height: 20px; }
    .parent-pageid-16 .number-bullets li:before {
      top: 2px; }

  .number-bullets {
    padding: 0; }
    .number-bullets h2 {
      text-align: center;
      text-transform: uppercase;
      font-size: 20px; }
      .number-bullets h2 span {
        font-size: 14px;
        display: block;
        font-weight: 200; }

  .ul-double, .ul-double-2col {
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 845px; }
    .ul-double ul, .ul-double-2col ul {
      float: left;
      width: 45%;
      margin-left: 5%; }
      .ul-double ul:first-child, .ul-double-2col ul:first-child {
        margin-left: 0; }

  .ul-single {
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 600px; }

  .ul-single-letter {
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 600px; }

  /*----------------------------------------------------------------------------------*/
  /*  Layout Type -> Double Education
  /*----------------------------------------------------------------------------------*/
  .double-edu {
    float: left;
    width: 50%;
    margin-bottom: 30px; }
    .double-edu:nth-child(odd) {
      clear: both; }
    .double-edu .ul-single li,
    .double-edu .ul-single-letter li {
      max-width: 90%; }
    .double-edu .after-desc {
      padding-left: 30px;
      max-width: 400px; }

  /*----------------------------------------------------------------------------------*/
  /*  Layout Type -> Paragraph
  /*----------------------------------------------------------------------------------*/
  .paragraph-row p {
    margin: auto;
    max-width: 635px;
    text-align: center;
    margin-bottom: 15px; }

  /*----------------------------------------------------------------------------------*/
  /*  Layout Type -> Double Image Row
  /*----------------------------------------------------------------------------------*/
  .image-row.image-row-double .image {
    position: relative;
    width: 50%;
    float: left; }

  /*----------------------------------------------------------------------------------*/
  /*  Layout Type -> Triple Image Row
  /*----------------------------------------------------------------------------------*/
  .image-row.image-row-triple .image {
    position: relative;
    width: 33.33%;
    float: left; }

  /*----------------------------------------------------------------------------------*/
  /*  Layout Type -> Paragraph Double Row
  /*----------------------------------------------------------------------------------*/
  .paragraph-double {
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px; }
    .paragraph-double .paragraph {
      float: left;
      width: 45%;
      margin-left: 5%; }
      .paragraph-double .paragraph:first-child {
        margin-left: 0;
        margin-bottom: 0; }

  /*----------------------------------------------------------------------------------*/
  /*  Layout Type -> HTML
  /*----------------------------------------------------------------------------------*/
  .parent-pageid-16 .html-row p {
    margin: auto;
    max-width: 635px; }

  .html-row table {
    margin: auto;
    max-width: 100%;
    width: 600px; }

  /*----------------------------------------------------------------------------------*/
  /*  Layout Type -> Program Pricing
  /*----------------------------------------------------------------------------------*/
  .program-pricing-row .details {
    max-width: 510px;
    margin: auto;
    padding: 0; }
    .program-pricing-row .details:after {
      content: "";
      display: table;
      clear: both; }
  .program-pricing-row ul {
    margin: 0;
    float: left;
    width: 50%; }

  /*----------------------------------------------------------------------------------*/
  /*  Layout Type -> Pricing CTA
  /*----------------------------------------------------------------------------------*/
  .pricing-cta-row {
    text-align: center; }
    .pricing-cta-row ul {
      display: block;
      margin: auto;
      max-width: 740px;
      margin-top: 20px;
      margin-bottom: 20px; }
      .pricing-cta-row ul:after {
        content: "";
        display: table;
        clear: both; }
    .pricing-cta-row li {
      margin: 0 0 0 3%;
      float: left;
      width: 31.33%; }
      .pricing-cta-row li:first-child {
        margin-left: 0; }

  /*----------------------------------------------------------------------------------*/
  /*  Diamond Cutting and Polishing Services
  /*----------------------------------------------------------------------------------*/
  .page-id-63 .pricing-cta-row ul {
    margin-bottom: 40px; }

  /*----------------------------------------------------------------------------------*/
  /*  Diamond Consultation on Purchases
  /*----------------------------------------------------------------------------------*/
  .page-id-69 .diamond-consultation:after {
    content: "";
    display: table;
    clear: both; }
  .page-id-69 .diamond-consultation .image {
    float: left;
    width: 35%;
    margin-right: 5%; }
  .page-id-69 .diamond-consultation .content {
    width: 60%;
    float: left; }

  /*----------------------------------------------------------------------------------*/
  /*  Hotel
  /*----------------------------------------------------------------------------------*/
  .hotel-row {
    margin: 50px 0; }

  .hotel {
    float: left;
    width: 50%;
    margin-bottom: 50px; }
    .hotel:nth-child(odd) {
      clear: both; }
    .hotel ul {
      margin: 0 0 25px 0;
      padding: 0;
      max-width: 90%; }
    .hotel ol {
      margin: 0 0 0 20px;
      padding: 0;
      max-width: 90%;
      font-size: 14px; }

  /*----------------------------------------------------------------------------------*/
  /*  Application
  /*----------------------------------------------------------------------------------*/
  .application {
    float: left;
    width: 50%;
    margin-bottom: 50px; }
    .application:nth-child(odd) {
      clear: both; }

  /*----------------------------------------------------------------------------------*/
  /*  Directions
  /*----------------------------------------------------------------------------------*/
  .directions-information {
    float: left;
    width: 35%;
    margin-right: 6%; }
    .directions-information h1.entry-title {
      text-align: left; }

  .directions-map {
    float: left;
    width: 59%; }

  /*----------------------------------------------------------------------------------*/
  /*  Contact
  /*----------------------------------------------------------------------------------*/
  .contact-information {
    float: left;
    width: 35%;
    margin-right: 6%; }
    .contact-information h1.entry-title {
      text-align: left; }

  .contact-form {
    float: left;
    width: 59%; }

  /*----------------------------------------------------------------------------------*/
  /*  Appraisals
  /*----------------------------------------------------------------------------------*/
  .appraisals-row {
    margin: 50px 0; }

  .appraisals-information {
    float: left;
    width: 35%;
    margin-right: 6%; }

  .appraisals-sample {
    float: left;
    width: 59%; }
    .appraisals-sample .image {
      float: left;
      width: 30%;
      margin-right: 3%; }
    .appraisals-sample .content {
      float: left;
      width: 67%; }

  /*----------------------------------------------------------------------------------*/
  /*  Faculty
  /*----------------------------------------------------------------------------------*/
  .faculty-information {
    float: left;
    width: 46%;
    margin-right: 6%; }

  .faculty-image {
    float: left;
    width: 48%; }
    .faculty-image img {
      max-width: 100%; }

  /*----------------------------------------------------------------------------------*/
  /*  Peters Row
  /*----------------------------------------------------------------------------------*/
  .peters-row {
    margin: 50px 0; }

  .mr-peters {
    float: left;
    width: 46%;
    margin-right: 6%; }

  .florida {
    float: left;
    width: 48%; }

  /*----------------------------------------------------------------------------------*/
  /*  Carat
  /*----------------------------------------------------------------------------------*/
  .carat-row {
    margin: 50px 0; }
    .carat-row .carat {
      float: left;
      width: 30%;
      margin-right: 4%;
      margin-bottom: 4%; }
      .carat-row .carat:nth-child(3n) {
        margin-right: 0; }
      .carat-row .carat:nth-child(3n+1) {
        clear: both; }

  /*----------------------------------------------------------------------------------*/
  /*  Books - Single
  /*----------------------------------------------------------------------------------*/
  .book-wrap {
    margin: auto;
    max-width: 600px;
    margin-top: 40px;
    margin-bottom: 40px; }
    .book-wrap .book-thumb {
      float: left;
      width: 21%;
      margin-right: 6%; }
    .book-wrap .book-description {
      float: left;
      width: 73%;
      font-size: 14px;
      line-height: 24px; }

  .book-wrap.rough-diamonds {
    float: left;
    margin-right: 4%;
    width: 65%;
    max-width: none; }

  .book-wrap.diamond-inclusions {
    float: left;
    margin-right: 4%;
    width: 65%;
    max-width: none; }
    .book-wrap.diamond-inclusions .book-images {
      float: none;
      width: 100%; }
      .book-wrap.diamond-inclusions .book-images .image {
        width: 28%; }
        .book-wrap.diamond-inclusions .book-images .image:nth-child(2n+1) {
          clear: none; }
        .book-wrap.diamond-inclusions .book-images .image:nth-child(3n+1) {
          clear: both; }

  .book-contents {
    float: left;
    width: 31%; }

  .book-wrap.rough-diamonds .book-images .image:nth-child(2n+1) {
    clear: none; }
  .book-wrap.rough-diamonds .book-images .image:nth-child(3n+1) {
    clear: none; }

  .book-images {
    float: left;
    width: 31%; }
    .book-images .image {
      float: left;
      width: 45%;
      margin-right: 5%;
      margin-bottom: 20px; }
      .book-images .image:nth-child(3n+1) {
        clear: both; }

  .book-preview-image {
    float: left;
    width: 35%;
    margin-right: 4%; }

  .book-preview-description {
    float: left;
    width: 61%; }

  /*----------------------------------------------------------------------------------*/
  /*  Application Form
  /*----------------------------------------------------------------------------------*/
  .application-form {
    margin: auto;
    max-width: 635px;
    margin-top: 40px; }

  /*----------------------------------------------------------------------------------*/
  /*  Site Footer
  /*----------------------------------------------------------------------------------*/
  .site-footer .column {
    float: left;
    margin-left: 3%; }
    .site-footer .column:first-child {
      margin-left: 0; }
    .site-footer .column.column-1 {
      width: 27%; }
    .site-footer .column.column-2 {
      width: 26%; }
    .site-footer .column.column-3 {
      width: 41%; }
  .site-footer .left-col {
    float: left;
    width: 70%; }
  .site-footer .right-col {
    float: left;
    width: 30%; }
    .site-footer .right-col img {
      float: right; } }
@media print {
  body {
    font-size: 62.5%; } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /*----------------------------------------------------------------------------------*/
  /*  Site Programs
  /*----------------------------------------------------------------------------------*/
  .site-programs .choose a:hover,
  .site-programs .choose a.active {
    background: #e1dad3 url(../img/arrow-program@2x.png) no-repeat 96% 50%;
    background-size: 24px 14px; }

  /*----------------------------------------------------------------------------------*/
  /*  Site Services
  /*----------------------------------------------------------------------------------*/
  .site-services .choose a:hover,
  .site-services .choose a.active {
    background: #60697d url(../img/arrow-service@2x.png) no-repeat 96% 50%;
    background-size: 24px 14px; }

  /*----------------------------------------------------------------------------------*/
  /*  Layout Type -> UL Double Arrow
  /*----------------------------------------------------------------------------------*/
  .ul-double.ul-double-arrow li:before {
    background: url(../img/arrow-program@2x.png) no-repeat;
    background-size: 24px 14px; } }
