/* Reset Styles */
/*
File:		reset.css - This contains all the reset styles for the website.
Docs:		File is based on html5boilerplate and YUI3 Fonts CSS.
      Learn more:
      http://html5boilerplate.com/docs/css/
      http://yuilibrary.com/yui/docs/cssfonts/

Reset Styles - reset all styles for consistent cross browser styling
*/
/* @group Reset Styles */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

body {
  margin: 0; }

a {
  color: #00e;
  outline: none !important; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #06e; }

a:focus {
  outline: none !important; }

a:hover, a:active {
  outline: 0; }

:focus {
  -moz-outline-style: none; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

button, input, select, textarea {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small; }

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

small {
  font-size: 85%; }

h1 {
  font-size: 182%; }

h2 {
  font-size: 161.6%; }

h3 {
  font-size: 138.5%; }

h4 {
  font-size: 116%; }

h5 {
  font-size: 108%; }

h6 {
  font-size: 100%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .5em 0; }

p {
  margin: 0 0 1em 0; }

/* @end */
/* Formalize.css */
.input_tiny {
  width: 50px; }

.input_small {
  width: 100px; }

.input_medium {
  width: 150px; }

.input_large {
  width: 200px; }

.input_xlarge {
  width: 250px; }

.input_xxlarge {
  width: 300px; }

.input_full {
  width: 100%; }

.input_full_wrap {
  display: block;
  padding-right: 8px; }

input[type="search"]::-webkit-search-decoration {
  display: none; }

input:invalid,
button:invalid,
select:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

input:focus,
button:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: #0066ff 0 0 5px 0;
  -moz-box-shadow: #0066ff 0 0 5px 0;
  box-shadow: #0066ff 0 0 5px 0;
  z-index: 1; }

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #dddddd url("/wp-content/themes/ciris/images/button_1298351022.png") repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd);
  background-image: -moz-linear-gradient(#ffffff, #dddddd);
  background-image: -o-linear-gradient(#ffffff, #dddddd);
  background-image: -ms-linear-gradient(#ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 3px 10px;
  text-shadow: white 0 1px 1px;
  vertical-align: top;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0; }

button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -moz-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -o-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -ms-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc); }

button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #dddddd), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -moz-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -o-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -ms-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  border-color: #999999 #bbbbbb #dddddd; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0; }

button {
  *padding-top: 1px;
  *padding-bottom: 1px; }

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  outline: 0;
  margin: 0;
  padding: 2px 3px;
  text-align: left;
  font-size: 13px;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  height: 1.8em;
  vertical-align: top;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto; }

textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eeeeee; }

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888888;
  cursor: default; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888; }

input.placeholder_text,
textarea.placeholder_text {
  color: #888888; }

textarea,
select[size],
select[multiple] {
  height: auto; }

select[size="0"],
select[size="1"] {
  height: 1.8em;
  *height: auto; }

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px; }

  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px; }

  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    height: 16px; }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666666;
    border: 0; } }
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%; }

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif; }

optgroup::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ie6_button,
* html button {
  background: #dddddd url("/wp-content/themes/ciris/images/button_1298351022.png") repeat-x;
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0px;
  overflow: visible;
  width: auto; }

* html button {
  padding-top: 1px;
  padding-bottom: 1px; }

.ie6_input,
* html textarea,
* html select {
  background: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top; }

* html select {
  margin-top: 1px; }

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888888; }

.ie6_input_disabled {
  background: #eeeeee; }

/* @group WP Styles */
/* Alignment */
.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; }

/* Text meant only for screen readers */
.assistive-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

/* Content */
.hentry {
  margin: 0 0 1.5em; }

.entry-meta {
  clear: both; }

.single .byline,
.group-blog .byline {
  display: block; }

.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* Asides */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/* Media */
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */ }

.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }

.site-header img,
.entry-content img,
img.size-full {
  max-width: 100%;
  width: auto;
  /* Prevent stretching of full-size images with height and width attributes in IE8 */ }

.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;
  max-width: 100%; }

.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
  margin-bottom: 1.5em; }

.wp-caption img {
  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; }

#content .gallery {
  margin-bottom: 1.5em; }

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

#content .gallery dd {
  margin: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

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

/* Search widget */
#searchform {
  text-align: center;
  margin-bottom: 30px; }

#searchform #s {
  padding: 10px;
  border: 1px solid #ccc;
  height: auto; }

#searchform .submit {
  font-size: 16px; }

/* @end */
#comments {
  padding-top: 50px; }

/* Defaults */
/* Fonts */
/* Media Queries */
/* Colors */
/* Buttons */
.btn,
input.btn,
input.submit {
  display: inline-block;
  background-color: #f70600;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Istok Web", sans-serif;
  line-height: 1em;
  background-image: none;
  border-radius: 0;
  border: none;
  text-shadow: none;
  font-weight: 400; }

.btn:link, .btn:visited {
  color: #fff;
  text-decoration: none; }

.btn:hover,
input.btn:hover,
input.submit:hover {
  background-color: #bf0500;
  background-image: none; }

/* Arrow */
.arrow-down {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #353535;
  vertical-align: middle; }

/* Dotted HR */
.hr-dot {
  display: inline-block;
  width: 30%;
  border-top: 2px dotted #d2d7dd;
  margin: 0 20px;
  vertical-align: middle; }

/* HR Group */
.hr-group {
  clear: both;
  margin-bottom: 30px; }

/* @group HTML, Body */
html {
  background-color: #fff; }

/* @end */
/* @group Default Links - link visited hover active */
a,
input.btn {
  -wekbit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s; }

a:link, a:visited {
  color: #579bcd;
  text-decoration: none; }

a:hover, a:active {
  color: #447ea8; }

/* @end */
/* @group Common Text Styles */
.main {
  font-size: 18px;
  font-family: "Vollkorn", serif;
  line-height: 1.5em; }

.main .byline {
  text-align: center;
  color: #695930;
  font-size: 14px;
  margin-bottom: 40px; }

.main .byline .author {
  text-transform: uppercase; }

/* @end */
/* @group Default Headings */
.main h1 {
  font-weight: 400;
  line-height: 1.5em; }

.main h1.content-title,
.main h1.entry-title {
  text-align: center;
  text-transform: uppercase;
  font-style: italic; }
  @media only screen and (max-width: 640px) {
    .main h1.content-title,
    .main h1.entry-title {
      line-height: 1.2em;
      font-size: 24px; } }

.main h1 a:link, .main h1 a:visited {
  color: #333;
  text-decoration: none; }

.main h1 a:hover {
  color: #000; }

.main h2 {
  text-transform: uppercase; }

.main h2,
.main h3,
.main h4,
.main h5,
.main h6 {
  font-weight: 400; }

.main h3 {
  margin-bottom: .1em; }

/* @end */
/* @group Default Lists */
/* Make default ul and ol styles to match p styles */
/* @end */
/* @group Forms */
/* @end */
/* @group Non-Semantic Helper Classes */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.clear {
  clear: both; }

/* @end */
/* Site Specific Styles */
/* Layout Styles */
#hd {
  background-color: #edede2;
  padding: 20px 0;
  position: fixed;
  z-index: 200;
  width: 100%; }
  @media only screen and (max-width: 1025px) {
    #hd {
      position: relative;
      height: 44px; } }

#hd .container {
  width: 95%;
  margin-left: 2%;
  margin-right: 3%; }

#ft {
  padding-bottom: 50px; }

.ft-contact {
  background: url("/wp-content/themes/ciris/images/bg-updates.jpg") no-repeat top center;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
  color: #fff; }

.ft-contact .updates {
  margin-bottom: 100px; }

.ft-contact .updates h6 {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAgBAMAAAAYrL5yAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADBQTFRF////////////////////////////////////////////////////////////////Tq+4QAAAAA90Uk5TABEiM0RVZneImaq7zN3uRir1mQAAANdJREFUKM9d0S9SxDAAhfFv6LDQWVMFFoEHLrCDwGG4AXAC1u0xwCO6DkkdgnvgUMxgI4Dlz7D9ECVp2qfyfvNiEmD/JKUCOLXP9x5MzPMCBwP4hTqej2rVC0IEStUb0robNzmUGawfFkCd4KkCoIzwyn/qDtrDCNMO3mJnu4N5glkHVexFsEF/soEN+gns3D5CETp4h0lQmJngSqUIPQSVmQk2Ve9ChA+2+idr0K8xrJkOweNyBM3oiqsMltxru9vDnHP1OfW2ohz83Aq4znp7Bmws+lzCHxPoXlrNg4WAAAAAAElFTkSuQmCC") no-repeat top center;
  padding-top: 50px;
  font-weight: 400;
  font-family: "Vollkorn", serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.ft-contact .updates .email {
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 18px;
  padding: 14px;
  height: auto;
  width: 250px;
  color: #fff;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  font-family: "Istok Web", sans-serif; }

.ft-contact .updates .email:focus {
  background-color: rgba(0, 0, 0, 0.4); }

.ft-contact .updates .btn {
  font-size: 16px;
  padding: 20px; }

.ft-contact .contact-info .address {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAbCAMAAACtKJSuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFlNL/////lNL/lNL/lNL/lNL/lNL/lNL/lNL/lNL/lNL/lNL/lNL/lNL/lNL/lNL/lNL/llepogAAABB0Uk5TAAARIjNEVWZ3iJmqu8zd7n+kCfYAAACWSURBVBjTdZBZEsMgDEMVlsQlBLj/aYuxHZgy1QfLG4FtASx3EtHl+XiMO9U2lLwQ/zRTjUxcaYtCJ/c4lSzO6hDVba8JiUGQiowKeP1AdLIJvEQl+EP2V/vPYauO/NuhtPiKeNK8gOqYrKYk+SzDeyHXYhEyTd6ImW7LGdCc4yQ0QMYkrr4RKBmmByvpY2sARjrT/fgC3k4PPX1e40gAAAAASUVORK5CYII=") no-repeat top center; }

.ft-contact .contact-info .email {
  margin-bottom: 60px !important;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAaCAYAAAC+aNwHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJ1JREFUeNpinHLpPwMQlAOxCwPx4B4QzwLis4xAAzqgBpAK3gOxCciA/zgU7EFiK0ExOqhgwWM6sgHGOAxgwGWAIBB3EOMPZAMqSPB/KNRVKAZ0khiIYAOYGCgEowaMGjBqAGZ2diE1J6IbsBtH4alErhdABYwyFL8nx4CzSK44i8+APXiKLZh/jXGV3KBiHVSAriIxEN9DvTgLIMAAnvEhSd8yrmUAAAAASUVORK5CYII=") no-repeat top center; }

.ft-contact .contact-info .social {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAaCAMAAACTisy7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFlNL/////lNL/lNL/lNL/lNL/lNL/lNL/lNL/lNL/lNL/lNL/lNL/lNL/lNL/lNL/lNL/llepogAAABB0Uk5TAAARIjNEVWZ3iJmqu8zd7n+kCfYAAADESURBVCjPfdLRDsUQDAbglpoehr7/0x50NhPZfydfNLQFWIKIFAl7YINRCg00nlvcjadcCkBFWk6aURVskfxj7mTd0WpkuRSiJNOv+KglRqpCkaORy7KmEIi0l3jZpCi6nUlQzFvDjrQ3RdZjZGfGP5spxnZKNDch4MDeEjN3KOAL/dN4vkwxVDQPosMJawvSNLKag280dSgvZDlvrHU/0H4hhPyBJmwxCa8LhphFX1u/wW7JKcXqgoXdSPxYTZ9WGkv9B3RyFJyfh0qlAAAAAElFTkSuQmCC") no-repeat top center; }

.ft-contact .contact-info .social-icon {
  font-size: 24px;
  display: inline-block;
  margin: 0 10px; }

.ft-contact a:link,
.ft-contact a:visited {
  color: #fff; }

.ft-contact a:hover {
  color: #94d2ff; }

.ft-contact .container {
  overflow: hidden;
  max-width: 1170p;
  width: 90%;
  margin-right: auto;
  margin-left: auto; }

.ft-contact .contact-info .col {
  width: 33.3%;
  float: left; }
  @media only screen and (max-width: 640px) {
    .ft-contact .contact-info .col {
      float: none;
      width: 100%;
      margin-bottom: 40px; } }

.ft-contact .contact-info h6 {
  padding-top: 40px;
  font-weight: 400;
  font-family: "Istok Web", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #94d2ff;
  font-size: 18px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 640px) {
    .ft-contact .contact-info h6 {
      margin-bottom: 15px; } }

.ft-contact .contact-info p {
  font-family: "Vollkorn", serif;
  font-size: 15px; }

/* Copyright */
.copyright {
  text-align: center;
  font-size: 15px;
  font-family: "Istok Web", sans-serif; }

/* CiV Logo Hover */
.civ a {
  display: block;
  width: 102px;
  height: 63px;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.civ a .color, .civ a .bw {
  position: absolute;
  display: block;
  width: 102px;
  height: 63px;
  overflow: hidden; }

.civ a .color {
  opacity: 0; }

.civ a .bw {
  background: url("/wp-content/themes/ciris/images/civ-bw.png") no-repeat 0 0; }

.civ a .color {
  background: url("/wp-content/themes/ciris/images/civ-color.png") no-repeat 0 0; }

/* End CiV Logo Hover */
/* Nav */
#nav {
  float: right; }
  @media only screen and (max-width: 1300px) {
    #nav {
      display: none;
      float: none;
      width: 100%;
      position: absolute;
      top: 84px;
      left: 0;
      z-index: 200;
      background-color: #edede2; } }

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#nav ul li {
  margin: 0;
  padding: 0 8px;
  list-style: none;
  font-size: 18px;
  font-family: "Vollkorn", serif;
  text-transform: uppercase;
  float: left; }
  @media only screen and (max-width: 1300px) {
    #nav ul li {
      float: none;
      text-align: center; } }

#nav ul li a {
  display: block;
  padding: 12px;
  line-height: 1em; }

#nav a:link, #nav a:visited {
  color: #000;
  text-decoration: none; }

#nav a:hover {
  background-color: #d7d7ce; }

@media only screen and (max-width: 1300px) {
  #nav .search {
    display: none; } }

#nav .search a {
  width: 17px;
  height: 17px;
  padding: 17px 0 0 0;
  overflow: hidden;
  text-indent: 100%;
  text-align: left;
  white-space: nowrap;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANVJREFUeNqsU4kNgzAQC9kgK3QFVqAjsEJXYBZWSEe4FcoIZQQ6QhqkS2VMHqmtJUtEvjPc4Rhzxi3yERmA+3nK1JoQwuHsMs0hY3Zhkw4MJLLX8xp5j3ypNkLzEnlV7fAlE7xt1kbGTDWncZIopg6BWocmAwhjw6Tn2t3Ewh6M7qGGBZ4/C7bmD7Dk3hoH9ZXFDXLgKiYpRxsvln+xcKC0wUPNVEosp1W0WArJdaXY+0bsn2zEJgmDmm0wv9eLyYFr7bAIvqjybTQORt0PGXM64voWYACIjHl4iR8g5QAAAABJRU5ErkJggg==") no-repeat center center; }
  @media only screen and (max-width: 1300px) {
    #nav .search a {
      width: 100%;
      padding-top: 0;
      padding-bottom: 10px;
      background-position: top center; } }

/* Nav Drop Down */
#nav ul ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  position: absolute;
  left: -999em;
  z-index: 500;
  background-color: #edede2;
  width: 250px; }
  @media only screen and (max-width: 1300px) {
    #nav ul ul {
      position: relative;
      left: auto;
      width: 100%;
      display: block; } }

#nav ul li ul li {
  background-image: none;
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  list-style: none; }

#nav ul li ul li a {
  display: block;
  font-weight: normal;
  background-image: none !important; }
  @media only screen and (max-width: 1300px) {
    #nav ul li ul li a {
      font-size: 14px; } }

#nav ul li:hover ul, #nav ul li.sfhover ul {
  left: auto; }

#nav ul li ul a:hover {
  background-color: #d7d7ce; }

/* Menu Search Box */
.menu-search-box {
  position: absolute;
  right: 90px;
  top: 10px;
  background-color: #edede2;
  padding: 10px;
  display: none; }
  @media only screen and (max-width: 1300px) {
    .menu-search-box {
      position: relative;
      right: auto;
      top: auto;
      display: block; } }

.menu-search-box #searchform {
  margin: 0; }

.menu-search-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -45px;
  top: 14px;
  white-space: nowrap;
  text-indent: 100%;
  text-align: left;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKZJREFUeNrUl+sJwCAQg89O0FEdwRG6wa3YDexRLJRipT5iqJBfSj7xcUYnIqvJm3bTJtjmE+/kBFNMUiBUb5xwzSKC4fpg+LcOBUK1egACioBXe42AN3v0wLsn3mIwbKtqjIYfzi+GsOtYMlZ0AcoBdELVy8KnQEvwaugiP2mUpaYcLsp1ohQQSsmkPBKUZ5ESBCjRhxL2KPGWFugpXxjH+rQdAgwAatffqxhz99cAAAAASUVORK5CYII=");
  transform: rotate(45deg);
  transition: all .4s; }
  @media only screen and (max-width: 1300px) {
    .menu-search-close {
      display: none; } }

.menu-search-close:hover {
  cursor: pointer; }

.rotate-zero {
  transform: rotate(0deg); }

/* Mobile Nav */
.mobile-nav {
  display: none; }
  @media only screen and (max-width: 1300px) {
    .mobile-nav {
      display: block;
      float: right;
      width: 30px;
      height: 30px;
      background: url("/wp-content/themes/ciris/images/icon-mobile-menu.png") no-repeat 0 0;
      overflow: hidden;
      white-space: nowrap;
      text-indent: 100%;
      text-align: left; } }

/* Footer Nav */
#ft-nav {
  padding-top: 100px;
  text-align: center;
  margin-bottom: 50px; }

#ft-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#ft-nav ul li {
  margin: 0;
  padding: 0 8px;
  list-style: none;
  font-size: 18px;
  font-family: "Vollkorn", serif;
  text-transform: uppercase;
  display: inline-block; }
  @media only screen and (max-width: 1025px) {
    #ft-nav ul li {
      display: block; } }

#ft-nav ul li a {
  display: inline-block;
  padding: 12px;
  line-height: 1em; }

#ft-nav a:link, #ft-nav a:visited {
  color: #000;
  text-decoration: none; }

#ft-nav a:hover {
  background-color: #d7d7ce; }

#ft-nav .search {
  display: none; }

#ft-nav ul ul {
  display: none; }

/* Modules */
/* Logo */
.logo,
.ft-logo {
  width: 500px;
  height: 55px;
  background: url('/wp-content/themes/ciris/images/cambridge-institute700.png') no-repeat 0 0;
  background-size: contain;
  overflow: hidden;
  float: left; }
  @media only screen and (max-width: 640px) {
    .logo,
    .ft-logo {
      width: 250px;
      background-size: 100% auto; } }

.logo a,
.ft-logo a {
  display: block;
  height: 100%;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  text-indent: 100%; }

.ft-logo {
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px; }

/* Home Features */
.home-feature {
  background: url("/wp-content/themes/ciris/images/img-home-feature2.jpg") no-repeat top center;
  background-size: cover;
  min-height: 500px;
  position: relative; }

.home-feature .container {
  width: 90%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
  padding-top: 200px;
  padding-bottom: 150px; }
  @media only screen and (max-width: 1025px) {
    .home-feature .container {
      padding-top: 50px;
      padding-bottom: 100px; } }

.home-feature h2 {
  font-family: "Vollkorn", serif;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 24px;
  text-shadow: 2px 2px 3px #444;
  margin-bottom: 20px; }
  @media only screen and (max-width: 640px) {
    .home-feature h2 {
      font-size: 21px; } }

.home-feature h2 span {
  display: inline-block; }

.home-feature h2 .text {
  width: 40%;
  vertical-align: middle; }
  @media only screen and (max-width: 640px) {
    .home-feature h2 .text {
      width: 60%; } }

.home-feature h2 .line {
  width: 30%;
  border-top: 1px solid #fff;
  position: relative;
  vertical-align: middle;
  height: 1px; }
  @media only screen and (max-width: 640px) {
    .home-feature h2 .line {
      width: 20%; } }

.home-feature h1 {
  font-family: "Vollkorn", serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 400;
  font-size: 60px;
  text-shadow: 2px 2px 3px #444;
  margin-bottom: 20px; }
  @media only screen and (max-width: 640px) {
    .home-feature h1 {
      font-size: 40px; } }

.home-feature p {
  font-size: 18px;
  text-shadow: 2px 2px 3px #444;
  font-family: "Vollkorn", serif;
  line-height: 2em; }
  @media only screen and (max-width: 640px) {
    .home-feature p {
      font-size: 16px; } }

.shield {
  display: block;
  position: absolute;
  width: 87px;
  height: 104px;
  background: url("/wp-content/themes/ciris/images/img-shield.png") no-repeat 0 0;
  overflow: hidden;
  bottom: -52px;
  left: 50%;
  margin-left: -43px;
  z-index: 100; display: none !important; }

/* Home Summary */
.home-summary {
  background-color: #f3f5f8;
  padding: 115px 0 50px 0; }

.home-summary .container {
  width: 90%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.home-summary h4 {
  font-family: "Vollkorn", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 5px 0; }

.home-summary h3 {
  font-family: "Vollkorn", serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px; }

.home-summary .text {
  font-family: "Vollkorn", serif;
  font-size: 18px;
  color: #686e72;
  line-height: 1.5em;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

/* News Feed */
.news-feed {
  background-color: #fff;
  padding: 50px 0; }

.news-feed a:link,
.news-feed a:visited {
  color: #f70600; }

.news-feed a:hover {
  color: #bf0500; }

.news-feed .container {
  width: 90%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }

.news-feed .col {
  width: 40%;
  float: left; }
  @media only screen and (max-width: 1025px) {
    .news-feed .col {
      float: none;
      width: 100%;
      margin-bottom: 30px; } }

.news-feed .col-right {
  float: right; }

.news-feed h4 {
  background-color: #f70600;
  color: #fff;
  font-family: "Vollkorn", serif;
  text-align: center;
  font-weight: 400;
  font-size: 33px;
  letter-spacing: 4px;
  text-transform: uppercase;
  line-height: 1em;
  padding: 12px 10px 8px 10px;
  margin-bottom: 40px; }
  @media only screen and (max-width: 640px) {
    .news-feed h4 {
      font-size: 24px; } }

.news-feed p.date {
  font-weight: bold;
  font-family: "Istok Web", sans-serif;
  line-height: 1em;
  font-size: 13px;
  margin-bottom: 5px; }

.news-feed h3 {
  font-family: "Vollkorn", serif;
  font-size: 30px;
  line-height: 1.3em;
  margin-bottom: 40px;
  font-weight: 400; }
  @media only screen and (max-width: 640px) {
    .news-feed h3 {
      font-size: 24px; } }

.news-feed h3 a:link,
.news-feed h3 a:visited {
  text-decoration: none; }

.news-feed p {
  font-size: 18px;
  line-height: 1.8em;
  font-family: "Vollkorn", serif; }

.news-feed .more {
  font-size: 18px;
  text-decoration: none; }

/* Work */
.our-work {
  background-color: #f2f1f1;
  padding: 50px 0 0 0; }

.our-work .container {
  width: 90%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }

.our-work .work-icon {
  background-repeat: no-repeat;
  background-position: 50% 10px;
  padding-top: 110px; }

.icon-students {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAABJCAMAAACkceCXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFAAAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1uf6uQAAABB0Uk5TAAARIjNEVWZ3iJmqu8zd7n+kCfYAAALBSURBVFjD7ZjBwqwgCIUJtchQef+nvYtqMkVr/Gd5WU70iQoHGoDMZmLeyMI7s+SZacYps+wxJdktLi9gjg/vRKjgMMhlHp9oa+YdbIXDJLmFB56/eSdb4G6xiYj417GJiCS840hK652fq7z9DVdsVUQkdnBb5S0mxy31c2nni1G81xynLCfUxM2KN+c4Vhy2Jo4Ub3nC8bU5txA58zfcEZ1Z43k53r3ENc/O3Bdi17q4kOO09Wb19/XNzSoOsSqlq/yUs7G3qvDaXjWaSEClKrio2Vi+VBdmdkflQskUimLvZRZRTdYz8FIx5krvbCwOKDZxyQDmuZCcosb42VyiRjbkOfTRbvGmUONDK5E2ZvYLAvSCE0m7bnhmZjpgeOKQ93jufUV6Nl+OO2yJEu2OC3u7wecy17T6gB2SfL2Y/Ixnf2zlXCYP8+E9zWu6JPl+SJGZo8imi0JmACSSmDnPmDRNagHSO1x9pJOaEKM4mtSf/SCOp5YQP17FqoqeiksvEkUNf9Kz3z6nsei4VlE+FNn8DS70JWBtna3VceIeBMq0XmtXUU+f/Hc4mbvi3rooq+4pEFnotB6wCzUSpYohEkKzv2VzKS5VJNtUjXYHDBGabRvAFMP5p58VPSxZAHA+dIcKSufAYkPRgQAAr0WSzQjBqiPP53l0+UydvPl0MuuIiIjsPX1XrAYyzDe4AOD+4uyqzxRlrE107yDl8dPZepSvHr2BfToIwOxTnZ5dnFpZgYmIg1pv2MP1VU5Vvg5O+bx4NNPGLd/TzrFTw4UBXGzijIyYa+GWIdzawvkhHLdwcQgnLdwYTayOc4O4RcfNgzhq/PExiFt/i2Mdt/4Wx/9xwzj/W9xoongdZ39bZIOKcmtm8OeipWav2AZoodMYv8+VgL0p4NvbXbtTAICh9xcSV/Mw8gAAoHtnmH28n/YPgEztf8Ub7dEAAAAASUVORK5CYII="); }

.icon-comment {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABXCAMAAADF0hBlAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFAAAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1uf6uQAAABB0Uk5TAAARIjNEVWZ3iJmqu8zd7n+kCfYAAANCSURBVGjexZlLlq0gDEX5g4jA/Ef7GlcgfFQUqJdWrVVetwlJCAeEuo1zoaIJzvp+hTHGPc8RrrTxtTmjFZ8BIVIf/taOTZARCFUPgGBG0W8Q0ks4HZLkNYRq51+a2+grCDf+k+28G8LuEMaYu3/vtAtCdfPdWnEOXkC5aOe11+QZoqq1sFpeFh5Te/W8Uw8QWn7ccZ2cEbSVaWjoHUTmn2WfCaGg8h86cQ3JV8MI9MJkHoPtAkKyxwxHLy3P+520IOQYQiCEEIevOEgNgQwn0UeDa/OjQAhk7AR9NrIXFAg5JrhxOgO+NoekvDoYGjTmYI4liCyXa8hA6EWCUDeTASmORoiZy4CUPUDkbAak8BNio29omsXVtz+ITKs00WImS4yBIzuaaia5gpAIwSJzITS4wnCqQ4Um2xb2Y4yQW+NIcsVhxAMPTbcQIxazQMyHiLgQZxI4tMBi2p4JbFZATHj3qtyC+bUUogoIXwGRfwHhfwFR/2NNthWQczyyIZePFZBYg6HBkPkMGqMU4ibXLYmMOLMsWp6mP/mqKjlwcmq6K2GTVxjsxXxNT/EEgw3MTk0w4uIWjxFCzK8oyHhOob8JMp4b5Pz09focU9NQz6YviCNhqo9YxyYzvEqHIDOXkhgGnLRSwJyYyXAEnhl5Ok2O7iwE6BosP/1KIBQM1QsDZ3VZigWyKb8MqQWylj3khZb0qidaXzBKAUdmKs+HmOWan2xLUQKKVq+FCaabileldzGbiXZvYlbIXUnXqJU7KL+8aDKiFJGB2NkSOkHIbN9CyEqmzrKzqaamWno8exGutK012zxnLsTn1vzCnD/MrpTinHPOlVLG2LY4zboU7r2exGSvjl7Lim0I8dVMqb5L9RcQWTZKogcuHS4gpkhg2nWNsl/VbhPCigSWz/coVt9cODUhuQqSV2frAkjL+8bQgsT5iJRuOGNcdo+ilejoCS2IAZWY6eL24+7fgMSCoEXj/qwc1pA4UOi8cQ8MlzUkZmveMtzALP5wfzJFu68g7e4xOInd7fFDm/01RHRdG45BmOtp3GMQWjP0lOEbQsoe1X379waSJ5SeJ3tCSKo+u00VViFE9DXuweyiXY37G+Qf3mSGkSJ4qOoAAAAASUVORK5CYII="); }

.icon-building {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAABlCAMAAACft/Y3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFAAAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1uf6uQAAABB0Uk5TAAARIjNEVWZ3iJmqu8zd7n+kCfYAAAFdSURBVGje7dnbboMwFERRsAOculz8/1+b0lDhG8YYH6tKZh4R0tJW1DSYprk+QeOXTL25NXad6pReNw7smKBZ/21JysvGtqh9CXl5mBml0/NyMC/KyOuLYuGofTPJUlgkat93XwA7izrNS8eSouJ5iVh6VCwvCbsYdZh3juVEHeSdYdlRobwodi/Kz4tgBaKcvCOsVJSVF8aKRpl5HlY+KpTHGeXl8UaZeeIHU7rWlGx0vXXAgP0jbNvCiCzuFzHn37ZyMTGxWZPw/8X0xLP+zvPZxd17GCyHPTpz2y8yYV3sYrdK6+Ijjo3WR0vbDwb7A4/dSvbDFDBgwIABAwYMGDBgwIABAwYMGLCa2O+hkX0QqF6nQuQciL4WvNU+tpzWSyKAEddZ6kIeRownqeRinC9/ZhdjPfYGxoK9/YE0OzZQjQ0rJiddZ5NsnS9vzo1tzfdnAq8hgX0qRvUmn3zEnnoleEm4AAAAAElFTkSuQmCC"); }

.our-work .work-icon.icon-building {
  background-position: 50% 0; }

.our-work h3 {
  font-family: "Istok Web", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
  border-bottom: 2px dotted #d2d7dd;
  margin-bottom: 0; }

.our-work h4 {
  font-family: "Istok Web", sans-serif;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 30px; }

.our-work p {
  font-size: 18px;
  line-height: 1.8em;
  font-family: "Vollkorn", serif; }

.our-work .col {
  width: 33.3%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px; }
  @media only screen and (max-width: 1025px) {
    .our-work .col {
      float: none;
      margin-left: auto;
      margin-right: auto;
      width: 50%; } }
  @media only screen and (max-width: 767px) {
    .our-work .col {
      width: 100%; } }

.our-work .col-center {
  padding-bottom: 60px;
  border-left: 2px dotted #d2d7dd;
  border-right: 2px dotted #d2d7dd; }
  @media only screen and (max-width: 1025px) {
    .our-work .col-center {
      padding-bottom: 30px;
      border: none; } }

/* Page Title */
.page-title {
  position: relative; }

.page-title .photo {
  width: 100%;
  display: block; }

.page-title .title-text {
  width: 90%;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 45%;
  left: 5%;
  -webkit-transition: all .9s;
  -moz-transition: all .9s;
  transition: all .9s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s; }
  @media only screen and (max-width: 767px) {
    .page-title .title-text {
      top: 30%; } }

.page-title .title-text h1 {
  font-family: "Vollkorn", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 60px;
  text-shadow: 2px 2px 3px #000;
  margin-bottom: 5px;
  color: #fff;
  -moz-transition: all .9s;
  -webkit-transition: all .9s;
  transition: all .9s; }
  @media only screen and (max-width: 1025px) {
    .page-title .title-text h1 {
      font-size: 30px; } }

.page-title .title-text h1 span {
  display: inline-block; }

.page-title .title-text h1 .text {
  width: 60%;
  vertical-align: middle; }
  @media only screen and (max-width: 1025px) {
    .page-title .title-text h1 .text {
      width: 80%; } }

.page-title .title-text h1 .line {
  width: 20%;
  border-top: 1px solid #fff;
  position: relative;
  vertical-align: middle;
  height: 1px; }
  @media only screen and (max-width: 1025px) {
    .page-title .title-text h1 .line {
      width: 10%; } }

.page-title .title-text h2 {
  font-family: "Vollkorn", serif;
  font-style: italic;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 24px;
  text-shadow: 2px 2px 3px #000;
  margin-bottom: 0;
  color: #fff;
  -moz-transition: all .9s;
  -webkit-transition: all .9s;
  transition: all .9s; }

.page-title.apart .title-text {
  top: 120px; }

.page-title.apart .title-text h1 {
  color: #000;
  font-size: 72px;
  text-shadow: none; }
  @media only screen and (max-width: 1025px) {
    .page-title.apart .title-text h1 {
      font-size: 36px; } }

.page-title.apart .title-text h2 {
  color: #000;
  text-shadow: none; }

.page-title.apart .title-text h1 .text {
  width: 100%; }

.page-title.apart .title-text h1 .line {
  display: none; }

/* Photo Split */
.photo-split .shield {
  width: 45px;
  height: 54px;
  background-size: 100% auto;
  bottom: -27px;
  left: 50%;
  margin-left: -23px; display: none !important; }
  @media only screen and (max-width: 767px) {
    .photo-split .shield {
      display: none; } }

.photo-split .photo {
  display: none; }

.photo-split .photo-top,
.photo-split .photo-bottom {
  position: absolute;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  width: 100%; }

.photo-split .photo-top {
  top: 0; }

.photo-split .photo-bottom {
  bottom: 0;
  background-position: bottom center; }

/* Page Content */
.page-content {
  padding: 50px 0;
  background-color: #f3f5f8; }

.page-content .container {
  max-width: 1170px;
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

/* Blog Layouts */
.posts-col-main {
  width: 67%;
  float: left; }
  @media only screen and (max-width: 1025px) {
    .posts-col-main {
      width: 100%;
      float: none; } }

.posts-col-side {
  width: 27%;
  float: right; }
  @media only screen and (max-width: 1025px) {
    .posts-col-side {
      width: 100%;
      float: none; } }

.posts-col-side h1,
.posts-col-side h2 {
  font-size: 21px;
  margin-bottom: 0; }

.posts-col-side ul {
  margin-top: 0;
  color: #579bcd; }

/* Meta */
.meta {
  overflow: hidden; }

.meta .back {
  display: inline-block;
  padding: 4px 4px 4px 24px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFVJREFUeNpiYEAF5UB8Boj/Q/EZqJggmjqwALJCdHwGXRO64jQoxqqpHItimK130eTK0U1PI+BEkBiGYmxAEKaOiYEMQLKTSPY0ycFKVsQRnTQAAgwAw9dQCCIlRsQAAAAASUVORK5CYII=") no-repeat 4px 10px;
  font-size: 14px;
  text-transform: uppercase;
  float: left; }

.meta .back:link, .meta .back:visited {
  color: #000;
  text-decoration: none; }

.meta .back:hover {
  background-color: #f2f1f1; }

.meta .tags {
  float: right;
  font-size: 14px;
  text-transform: uppercase;
  max-width: 60%; }
  @media only screen and (max-width: 767px) {
    .meta .tags {
      float: none;
      max-width: 100%;
      clear: both; } }

.meta .tags .label {
  display: inline-block;
  padding-right: 10px; }

.meta .tags a {
  display: inline-block;
  padding: 4px 10px;
  background-color: #a29056;
  color: #fff; }

.meta .tags a:link,
.meta .tags a:visited {
  color: #fff;
  text-decoration: none; }

.meta .tags a:hover {
  background-color: #695930; }

/* WP Caption */
.wp-caption .wp-caption-text {
  padding: 0 10px;
  font-size: 13px;
  line-height: 1.2em;
  font-style: italic; }

/* Print Styles */
/* @group Print Styles */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
/* @end */

/*# sourceMappingURL=main.css.map */