/*
** Import everything.
** @import cornerstone/cornerstone
** in your site's stylesheet.
*/
/*
** Compass
*/
/*
** Font Awesome
*/
@import url(//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css);
/*
** Social network colors
** If you need more, get them from http://simpleicons.org
*/
/*
** Bezier curves for transitions
**
** From http://matthewlein.com/ceaser/
** I've just added the ones I prefer, there are more.
*/
/*
** Browser prefix support for styling input placeholders
** If this makes its way into Compass, we can ditch it here
*/
/*
** Kiiiinda emulates associative arrays
** Got it from here: http://hugogiraudel.com/2013/08/12/sass-functions/
** Pretty sure it's voodoo, so don't touch it
*/
/*
** This only works with lists nested one level deep.
** It could probably be more future proof.
** I wish Chris was still around.. :[
*/
/*
** Change any value,
** But not variable names,
** OR 123DEATH!
*/
/* ``````````````````````````````````````````````````
** Grid
*/
/* ``````````````````````````````````````````````````
** Media queries
**
** List in descending order
** Largest (thus, first) will be just min-width
*/
/* ``````````````````````````````````````````````````
** Typography
*/
@import url(//fonts.googleapis.com/css?family=Lato:400,700,900,400italic|Merriweather:400,900);
body, input, textarea, select, button, .ctst h1, .ctst h2, .ctst h3, .ctst h4, .ctst h5, .ctst h6, .ctst .h1, .ctst .h2, .ctst .h3, .ctst .h4, .ctst .h5, .ctst .h6, .ctst .pagination {
  font-family: 'Lato', sans-serif; }

/* ``````````````````````````````````````````````````
** Colors
*/
/*
** Media queries
** built from $break_points in _settings.
** And display classes.
*/
/*
** Got rid of this because
** I needed mblg styles to cascade down to mbsm.
** There might be a way around it.
** Or maybe this is just unnecessary.
*/
/*
** Got rid of this because
** I needed mblg styles to cascade down to mbsm.
** There might be a way around it.
** Or maybe this is just unnecessary.
*/
/*
** Got rid of this because
** I needed mblg styles to cascade down to mbsm.
** There might be a way around it.
** Or maybe this is just unnecessary.
*/
/*
** Show/hide classes
**
** Hopefully all these !importants won't do too much damage..
** This won't work properly on elements that are being set to an unnatural display,
** like CSS tables.
*/
.show-on-dklg, .hide-on-dk, .show-on-tbsm, .show-on-mblg, .show-on-mbsm {
  display: none !important; }

@media (min-width: 1200px) {
  .hide-on-dklg, .show-on-dk {
    display: none !important; }

  .show-on-dklg, .hide-on-dk {
    display: inherit !important; }

  table.show-on-dklg, table.hide-on-dk {
    display: table !important; } }
@media (max-width: 900px) {
  .hide-on-tbsm, .show-on-dk {
    display: none !important; }

  .show-on-tbsm, .hide-on-dk {
    display: inherit !important; }

  table.show-on-tbsm, table.hide-on-dk {
    display: table !important; } }
@media (max-width: 700px) {
  .hide-on-mblg, .show-on-dk {
    display: none !important; }

  .show-on-mblg, .hide-on-dk {
    display: inherit !important; }

  table.show-on-mblg, table.hide-on-dk {
    display: table !important; } }
@media (max-width: 450px) {
  .hide-on-mbsm, .show-on-dk {
    display: none !important; }

  .show-on-mbsm, .hide-on-dk {
    display: inherit !important; }

  table.show-on-mbsm, table.hide-on-dk {
    display: table !important; } }
/*
** Partials
*/
.table {
  display: table;
  width: 100%; }

.trow {
  display: table-row; }

.tcell, .row.table > .column {
  display: table-cell;
  vertical-align: middle; }

.home .sidebar .sidebox:first-child, .sidebar .related-links .title {
  -webkit-font-smoothing: antialiased; }

.row:not(.table):before, .row:not(.table):after {
  content: "";
  display: table; }
.row:not(.table):after {
  clear: both; }

/*
** Tags
*/
*, *:before, *:after {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background-repeat: no-repeat;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline; }

html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

header, footer {
  cursor: default; }

ul, ol {
  list-style: none; }

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

th, td {
  vertical-align: middle;
  text-align: left; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

/*
** Forms
*/
input {
  overflow: visible; }

input[type=submit], input[type=button], button[type=submit] {
  cursor: pointer;
  -webkit-appearance: none; }
  input[type=submit]::-moz-focus-inner, input[type=button]::-moz-focus-inner, button[type=submit]::-moz-focus-inner {
    padding: 0;
    border: none; }

textarea {
  resize: vertical; }

/*
** CSS Tables
*/
.fillercell {
  width: 100%; }

/*
** Classes
*/
.floatleft, .alignleft {
  float: left;
  margin: .125em 1.25em 1em 0; }

.floatright, .alignright {
  float: right;
  margin: .125em 0 1em 1.25em; }

.screen-reader-text {
  display: none; }

.to-e {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block; }

/*
** Print
*/
@media screen {
  .show-on-print {
    display: none; } }
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  .hide-on-print {
    display: none; }

  .break-page {
    page-break-before: always; }

  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid; }

  h1, h2, h3, h4, h5, h6, p, ul, ol {
    orphans: 3;
    widows: 3; }

  img {
    page-break-inside: avoid; } }
/*
** Media Queries
*/
@media (max-width: 900px) {
  a {
    word-wrap: break-word; } }
body {
  font-size: 16px; }
  @media (min-width: 1200px) {
    body {
      font-size: 18px; } }
  @media (max-width: 700px) {
    body {
      font-size: 14px; } }

body, input, textarea, select, button {
  color: #373737; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  cursor: default; }

a h1, a h2, a h3, a h4, a h5, a h6, a .h1, a .h2, a .h3, a .h4, a .h5, a .h6 {
  cursor: inherit; }

del {
  text-decoration: line-through; }

sup, sub {
  line-height: 1em; }

q, blockquote {
  quotes: none; }

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

a, input[type=submit] {
  -moz-transition: "color 0.3s, background-color 0.3s, border-color 0.3s";
  -o-transition: "color 0.3s, background-color 0.3s, border-color 0.3s";
  -webkit-transition: "color 0.3s, background-color 0.3s, border-color 0.3s";
  transition: "color 0.3s, background-color 0.3s, border-color 0.3s"; }
  a:hover, input[type=submit]:hover {
    -moz-transition: "color 0s, background-color 0s, border-color 0s";
    -o-transition: "color 0s, background-color 0s, border-color 0s";
    -webkit-transition: "color 0s, background-color 0s, border-color 0s";
    transition: "color 0s, background-color 0s, border-color 0s"; }

a {
  color: #769890;
  text-decoration: none; }

a:hover {
  color: #688780; }

label {
  display: inline-block;
  padding-left: 0.2em;
  font-weight: bold; }

input, textarea, select, button {
  font-size: 1em;
  padding: 0.625em;
  border: solid 1px rgba(0, 0, 0, 0.25);
  width: 100%; }

input:focus, textarea:focus, select:focus {
  border: solid 1px rgba(0, 0, 0, 0.5); }

input, select, button {
  height: 2.45em; }

input[type=radio], input[type=checkbox] {
  padding: 0;
  border: 0;
  width: auto;
  height: auto; }

textarea {
  line-height: 1.4em;
  padding: 0.625em 0.9375em; }

input[type=submit], input[type=button], button, .btn {
  border-radius: .25em;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  text-align: center;
  border-color: transparent;
  padding: 0.625em 1.25em;
  font-weight: 700;
  line-height: 1.1em; }

button, .btn {
  padding: 1em 1.5em;
  background-color: #CF4F32;
  color: #fff;
  font-size: .875em;
  text-transform: uppercase; }
  button:hover, .btn:hover {
    background-color: #e2431f;
    color: #fff; }

.content .searchform {
  margin-top: 1.5em; }
  .content .searchform .btn {
    padding: .77em 0; }

.error404 .content #s {
  width: 50%;
  margin-right: .5em; }

.ctst h1, .ctst h2, .ctst h3, .ctst h4, .ctst h5, .ctst h6, .ctst .h1, .ctst .h2, .ctst .h3, .ctst .h4, .ctst .h5, .ctst .h6 {
  padding-top: 2.5em;
  line-height: 1.1em;
  font-weight: 400; }
.ctst h1, .ctst .h1 {
  font-size: 2.25em; }
.ctst h2, .ctst .h2 {
  font-size: 1.875em; }
.ctst h3, .ctst .h3 {
  font-size: 1.1875em; }
@media (max-width: 700px) {
  .ctst h2, .ctst .h2 {
    font-size: 1.5em; }
  .ctst h3, .ctst .h4 {
    font-size: 1.125em; } }
.ctst h4, .ctst .h4 {
  font-size: 1em; }
.ctst h5, .ctst .h5, .ctst h6, .ctst .h6 {
  font-size: 1em; }
.ctst p, .ctst ul, .ctst ol, .ctst table {
  line-height: 1.5em;
  margin-top: 1.375em; }
.ctst ul, .ctst ol {
  margin-left: 1.7em; }
.ctst ul {
  list-style: disc; }
.ctst ol {
  list-style: decimal; }
.ctst ul ul, .ctst ul ol, .ctst ol ul, .ctst ol ol {
  margin-top: 0; }
.ctst li {
  padding: .2em 0; }
.ctst ul.spaced li, .ctst ol.spaced li {
  padding: .6em 0; }
.ctst blockquote {
  border-left: solid 5px rgba(0, 0, 0, 0.25);
  padding-left: 1.5em;
  font-size: 1.125em;
  font-style: italic;
  color: #515151; }
  .ctst blockquote p, .ctst blockquote ul, .ctst blockquote ol {
    line-height: 1.6em; }
.ctst table {
  font-size: .875em; }
.ctst th, .ctst td {
  padding: .75em 1.25em;
  border-bottom: solid 1px #ccc;
  line-height: 1.4em; }
.ctst table.noborder th, .ctst table.noborder td {
  border: 0; }
.ctst table.layoutonly {
  width: 100%; }
  .ctst table.layoutonly tr {
    background: transparent; }
  .ctst table.layoutonly th, .ctst table.layoutonly td {
    padding: 0;
    border: none;
    vertical-align: top;
    text-transform: none; }
.ctst form {
  padding-top: 0.6em; }
  .ctst form p, .ctst form ul, .ctst form ol, .ctst form table {
    margin-top: 0.7em; }
.ctst .wp-caption {
  max-width: 100%;
  margin-top: 1.375em; }

@media print {
  body, input, textarea, select, button {
    color: #040404; } }
/*
** This is the best grid
** If I can say so myself
** But I am biased
*/
.row {
  display: block;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em; }
  .row .row {
    max-width: none; }
  .row.nopad {
    padding: 0; }

.column {
  display: block;
  float: left;
  position: relative;
  padding: 1em 1em; }
  .column:last-child:not([class*='pull'], :first-child) {
    float: right; }
  .column.nopad {
    padding: 0; }

.dk-1, .all-1 {
  width: 8%; }

.multi-row .dk-1:nth-child(12n+1) {
  clear: both; }

.dk-push-1 {
  left: 8%;
  right: auto; }

.dk-pull-1 {
  left: auto;
  right: 8%; }

.dk-2, .all-2 {
  width: 17%; }

.multi-row .dk-2:nth-child(6n+1) {
  clear: both; }

.dk-push-2 {
  left: 17%;
  right: auto; }

.dk-pull-2 {
  left: auto;
  right: 17%; }

.dk-3, .all-3 {
  width: 25%; }

.multi-row .dk-3:nth-child(4n+1) {
  clear: both; }

.dk-push-3 {
  left: 25%;
  right: auto; }

.dk-pull-3 {
  left: auto;
  right: 25%; }

.dk-4, .all-4 {
  width: 33%; }

.multi-row .dk-4:nth-child(3n+1) {
  clear: both; }

.dk-push-4 {
  left: 33%;
  right: auto; }

.dk-pull-4 {
  left: auto;
  right: 33%; }

.dk-5, .all-5 {
  width: 42%; }

.multi-row .dk-5:nth-child(2n+1) {
  clear: both; }

.dk-push-5 {
  left: 42%;
  right: auto; }

.dk-pull-5 {
  left: auto;
  right: 42%; }

.dk-6, .all-6 {
  width: 50%; }

.multi-row .dk-6:nth-child(2n+1) {
  clear: both; }

.dk-push-6 {
  left: 50%;
  right: auto; }

.dk-pull-6 {
  left: auto;
  right: 50%; }

.dk-7, .all-7 {
  width: 58%; }

.multi-row .dk-7:nth-child(2n+1) {
  clear: both; }

.dk-push-7 {
  left: 58%;
  right: auto; }

.dk-pull-7 {
  left: auto;
  right: 58%; }

.dk-8, .all-8 {
  width: 67%; }

.multi-row .dk-8:nth-child(2n+1) {
  clear: both; }

.dk-push-8 {
  left: 67%;
  right: auto; }

.dk-pull-8 {
  left: auto;
  right: 67%; }

.dk-9, .all-9 {
  width: 75%; }

.multi-row .dk-9:nth-child(1n+1) {
  clear: both; }

.dk-push-9 {
  left: 75%;
  right: auto; }

.dk-pull-9 {
  left: auto;
  right: 75%; }

.dk-10, .all-10 {
  width: 83%; }

.multi-row .dk-10:nth-child(1n+1) {
  clear: both; }

.dk-push-10 {
  left: 83%;
  right: auto; }

.dk-pull-10 {
  left: auto;
  right: 83%; }

.dk-11, .all-11 {
  width: 92%; }

.multi-row .dk-11:nth-child(1n+1) {
  clear: both; }

.dk-push-11 {
  left: 92%;
  right: auto; }

.dk-pull-11 {
  left: auto;
  right: 92%; }

.dk-12, .all-12 {
  width: 100%; }

.multi-row .dk-12:nth-child(1n+1) {
  clear: both; }

.dk-push-12 {
  left: 100%;
  right: auto; }

.dk-pull-12 {
  left: auto;
  right: 100%; }

/*
** "Just put it in a table"
*/
.row.table {
  display: table;
  table-layout: fixed; }
  .row.table.va-t .column {
    vertical-align: top; }
  .row.table.va-b .column {
    vertical-align: bottom; }
  .row.table > .column, .row.table > .column:last-child {
    float: none; }

/*
** Responsive
*/
@media (min-width: 1200px) {
  .dklg-1 {
    width: 8%;
    float: left; }
    .dklg-1:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .dklg-1:nth-child(12n+1) {
    clear: both; }

  .dklg-push-1 {
    left: 8%;
    right: auto; }

  .dklg-pull-1 {
    left: auto;
    right: 8%; }

  .dklg-2 {
    width: 17%;
    float: left; }
    .dklg-2:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .dklg-2:nth-child(6n+1) {
    clear: both; }

  .dklg-push-2 {
    left: 17%;
    right: auto; }

  .dklg-pull-2 {
    left: auto;
    right: 17%; }

  .dklg-3 {
    width: 25%;
    float: left; }
    .dklg-3:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .dklg-3:nth-child(4n+1) {
    clear: both; }

  .dklg-push-3 {
    left: 25%;
    right: auto; }

  .dklg-pull-3 {
    left: auto;
    right: 25%; }

  .dklg-4 {
    width: 33%;
    float: left; }
    .dklg-4:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .dklg-4:nth-child(3n+1) {
    clear: both; }

  .dklg-push-4 {
    left: 33%;
    right: auto; }

  .dklg-pull-4 {
    left: auto;
    right: 33%; }

  .dklg-5 {
    width: 42%;
    float: left; }
    .dklg-5:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .dklg-5:nth-child(2n+1) {
    clear: both; }

  .dklg-push-5 {
    left: 42%;
    right: auto; }

  .dklg-pull-5 {
    left: auto;
    right: 42%; }

  .dklg-6 {
    width: 50%;
    float: left; }
    .dklg-6:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .dklg-6:nth-child(2n+1) {
    clear: both; }

  .dklg-push-6 {
    left: 50%;
    right: auto; }

  .dklg-pull-6 {
    left: auto;
    right: 50%; }

  .dklg-7 {
    width: 58%;
    float: left; }
    .dklg-7:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .dklg-7:nth-child(2n+1) {
    clear: both; }

  .dklg-push-7 {
    left: 58%;
    right: auto; }

  .dklg-pull-7 {
    left: auto;
    right: 58%; }

  .dklg-8 {
    width: 67%;
    float: left; }
    .dklg-8:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .dklg-8:nth-child(2n+1) {
    clear: both; }

  .dklg-push-8 {
    left: 67%;
    right: auto; }

  .dklg-pull-8 {
    left: auto;
    right: 67%; }

  .dklg-9 {
    width: 75%;
    float: left; }
    .dklg-9:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .dklg-9:nth-child(1n+1) {
    clear: both; }

  .dklg-push-9 {
    left: 75%;
    right: auto; }

  .dklg-pull-9 {
    left: auto;
    right: 75%; }

  .dklg-10 {
    width: 83%;
    float: left; }
    .dklg-10:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .dklg-10:nth-child(1n+1) {
    clear: both; }

  .dklg-push-10 {
    left: 83%;
    right: auto; }

  .dklg-pull-10 {
    left: auto;
    right: 83%; }

  .dklg-11 {
    width: 92%;
    float: left; }
    .dklg-11:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .dklg-11:nth-child(1n+1) {
    clear: both; }

  .dklg-push-11 {
    left: 92%;
    right: auto; }

  .dklg-pull-11 {
    left: auto;
    right: 92%; }

  .dklg-12 {
    width: 100%;
    float: left; }
    .dklg-12:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .dklg-12:nth-child(1n+1) {
    clear: both; }

  .dklg-push-12 {
    left: 100%;
    right: auto; }

  .dklg-pull-12 {
    left: auto;
    right: 100%; }

  .dklg-12 {
    left: auto;
    right: auto; } }
@media (max-width: 900px) {
  .tbsm-1 {
    width: 8%;
    float: left; }
    .tbsm-1:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .tbsm-1:nth-child(12n+1) {
    clear: both; }

  .tbsm-push-1 {
    left: 8%;
    right: auto; }

  .tbsm-pull-1 {
    left: auto;
    right: 8%; }

  .tbsm-2 {
    width: 17%;
    float: left; }
    .tbsm-2:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .tbsm-2:nth-child(6n+1) {
    clear: both; }

  .tbsm-push-2 {
    left: 17%;
    right: auto; }

  .tbsm-pull-2 {
    left: auto;
    right: 17%; }

  .tbsm-3 {
    width: 25%;
    float: left; }
    .tbsm-3:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .tbsm-3:nth-child(4n+1) {
    clear: both; }

  .tbsm-push-3 {
    left: 25%;
    right: auto; }

  .tbsm-pull-3 {
    left: auto;
    right: 25%; }

  .tbsm-4 {
    width: 33%;
    float: left; }
    .tbsm-4:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .tbsm-4:nth-child(3n+1) {
    clear: both; }

  .tbsm-push-4 {
    left: 33%;
    right: auto; }

  .tbsm-pull-4 {
    left: auto;
    right: 33%; }

  .tbsm-5 {
    width: 42%;
    float: left; }
    .tbsm-5:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .tbsm-5:nth-child(2n+1) {
    clear: both; }

  .tbsm-push-5 {
    left: 42%;
    right: auto; }

  .tbsm-pull-5 {
    left: auto;
    right: 42%; }

  .tbsm-6 {
    width: 50%;
    float: left; }
    .tbsm-6:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .tbsm-6:nth-child(2n+1) {
    clear: both; }

  .tbsm-push-6 {
    left: 50%;
    right: auto; }

  .tbsm-pull-6 {
    left: auto;
    right: 50%; }

  .tbsm-7 {
    width: 58%;
    float: left; }
    .tbsm-7:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .tbsm-7:nth-child(2n+1) {
    clear: both; }

  .tbsm-push-7 {
    left: 58%;
    right: auto; }

  .tbsm-pull-7 {
    left: auto;
    right: 58%; }

  .tbsm-8 {
    width: 67%;
    float: left; }
    .tbsm-8:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .tbsm-8:nth-child(2n+1) {
    clear: both; }

  .tbsm-push-8 {
    left: 67%;
    right: auto; }

  .tbsm-pull-8 {
    left: auto;
    right: 67%; }

  .tbsm-9 {
    width: 75%;
    float: left; }
    .tbsm-9:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .tbsm-9:nth-child(1n+1) {
    clear: both; }

  .tbsm-push-9 {
    left: 75%;
    right: auto; }

  .tbsm-pull-9 {
    left: auto;
    right: 75%; }

  .tbsm-10 {
    width: 83%;
    float: left; }
    .tbsm-10:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .tbsm-10:nth-child(1n+1) {
    clear: both; }

  .tbsm-push-10 {
    left: 83%;
    right: auto; }

  .tbsm-pull-10 {
    left: auto;
    right: 83%; }

  .tbsm-11 {
    width: 92%;
    float: left; }
    .tbsm-11:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .tbsm-11:nth-child(1n+1) {
    clear: both; }

  .tbsm-push-11 {
    left: 92%;
    right: auto; }

  .tbsm-pull-11 {
    left: auto;
    right: 92%; }

  .tbsm-12 {
    width: 100%;
    float: left; }
    .tbsm-12:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .tbsm-12:nth-child(1n+1) {
    clear: both; }

  .tbsm-push-12 {
    left: 100%;
    right: auto; }

  .tbsm-pull-12 {
    left: auto;
    right: 100%; }

  .tbsm-12 {
    left: auto;
    right: auto; } }
@media (max-width: 700px) {
  .column {
    width: 100%; }
    .column, .column:last-child:not([class*='pull'], :first-child) {
      float: none; }

  [class*='push'], [class*='pull'] {
    left: auto;
    right: auto; }

  .row.table:not(.nostack), .row.table:not(.nostack) > .column {
    display: block; }

  .mblg-1 {
    width: 8%;
    float: left; }
    .mblg-1:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .mblg-1:nth-child(12n+1) {
    clear: both; }

  .mblg-push-1 {
    left: 8%;
    right: auto; }

  .mblg-pull-1 {
    left: auto;
    right: 8%; }

  .mblg-2 {
    width: 17%;
    float: left; }
    .mblg-2:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .mblg-2:nth-child(6n+1) {
    clear: both; }

  .mblg-push-2 {
    left: 17%;
    right: auto; }

  .mblg-pull-2 {
    left: auto;
    right: 17%; }

  .mblg-3 {
    width: 25%;
    float: left; }
    .mblg-3:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .mblg-3:nth-child(4n+1) {
    clear: both; }

  .mblg-push-3 {
    left: 25%;
    right: auto; }

  .mblg-pull-3 {
    left: auto;
    right: 25%; }

  .mblg-4 {
    width: 33%;
    float: left; }
    .mblg-4:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .mblg-4:nth-child(3n+1) {
    clear: both; }

  .mblg-push-4 {
    left: 33%;
    right: auto; }

  .mblg-pull-4 {
    left: auto;
    right: 33%; }

  .mblg-5 {
    width: 42%;
    float: left; }
    .mblg-5:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .mblg-5:nth-child(2n+1) {
    clear: both; }

  .mblg-push-5 {
    left: 42%;
    right: auto; }

  .mblg-pull-5 {
    left: auto;
    right: 42%; }

  .mblg-6 {
    width: 50%;
    float: left; }
    .mblg-6:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .mblg-6:nth-child(2n+1) {
    clear: both; }

  .mblg-push-6 {
    left: 50%;
    right: auto; }

  .mblg-pull-6 {
    left: auto;
    right: 50%; }

  .mblg-7 {
    width: 58%;
    float: left; }
    .mblg-7:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .mblg-7:nth-child(2n+1) {
    clear: both; }

  .mblg-push-7 {
    left: 58%;
    right: auto; }

  .mblg-pull-7 {
    left: auto;
    right: 58%; }

  .mblg-8 {
    width: 67%;
    float: left; }
    .mblg-8:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .mblg-8:nth-child(2n+1) {
    clear: both; }

  .mblg-push-8 {
    left: 67%;
    right: auto; }

  .mblg-pull-8 {
    left: auto;
    right: 67%; }

  .mblg-9 {
    width: 75%;
    float: left; }
    .mblg-9:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .mblg-9:nth-child(1n+1) {
    clear: both; }

  .mblg-push-9 {
    left: 75%;
    right: auto; }

  .mblg-pull-9 {
    left: auto;
    right: 75%; }

  .mblg-10 {
    width: 83%;
    float: left; }
    .mblg-10:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .mblg-10:nth-child(1n+1) {
    clear: both; }

  .mblg-push-10 {
    left: 83%;
    right: auto; }

  .mblg-pull-10 {
    left: auto;
    right: 83%; }

  .mblg-11 {
    width: 92%;
    float: left; }
    .mblg-11:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .mblg-11:nth-child(1n+1) {
    clear: both; }

  .mblg-push-11 {
    left: 92%;
    right: auto; }

  .mblg-pull-11 {
    left: auto;
    right: 92%; }

  .mblg-12 {
    width: 100%;
    float: left; }
    .mblg-12:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .mblg-12:nth-child(1n+1) {
    clear: both; }

  .mblg-push-12 {
    left: 100%;
    right: auto; }

  .mblg-pull-12 {
    left: auto;
    right: 100%; }

  .mblg-12 {
    left: auto;
    right: auto; } }
@media (max-width: 450px) {
  .column {
    width: 100%; }
    .column, .column:last-child:not([class*='pull'], :first-child) {
      float: none; }

  [class*='push'], [class*='pull'] {
    left: auto;
    right: auto; }

  .row.table:not(.nostack), .row.table:not(.nostack) > .column {
    display: block; }

  .mbsm-1 {
    width: 8%;
    float: left; }
    .mbsm-1:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .mbsm-1:nth-child(12n+1) {
    clear: both; }

  .mbsm-push-1 {
    left: 8%;
    right: auto; }

  .mbsm-pull-1 {
    left: auto;
    right: 8%; }

  .mbsm-2 {
    width: 17%;
    float: left; }
    .mbsm-2:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .mbsm-2:nth-child(6n+1) {
    clear: both; }

  .mbsm-push-2 {
    left: 17%;
    right: auto; }

  .mbsm-pull-2 {
    left: auto;
    right: 17%; }

  .mbsm-3 {
    width: 25%;
    float: left; }
    .mbsm-3:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .mbsm-3:nth-child(4n+1) {
    clear: both; }

  .mbsm-push-3 {
    left: 25%;
    right: auto; }

  .mbsm-pull-3 {
    left: auto;
    right: 25%; }

  .mbsm-4 {
    width: 33%;
    float: left; }
    .mbsm-4:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .mbsm-4:nth-child(3n+1) {
    clear: both; }

  .mbsm-push-4 {
    left: 33%;
    right: auto; }

  .mbsm-pull-4 {
    left: auto;
    right: 33%; }

  .mbsm-5 {
    width: 42%;
    float: left; }
    .mbsm-5:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .mbsm-5:nth-child(2n+1) {
    clear: both; }

  .mbsm-push-5 {
    left: 42%;
    right: auto; }

  .mbsm-pull-5 {
    left: auto;
    right: 42%; }

  .mbsm-6 {
    width: 50%;
    float: left; }
    .mbsm-6:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .mbsm-6:nth-child(2n+1) {
    clear: both; }

  .mbsm-push-6 {
    left: 50%;
    right: auto; }

  .mbsm-pull-6 {
    left: auto;
    right: 50%; }

  .mbsm-7 {
    width: 58%;
    float: left; }
    .mbsm-7:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .mbsm-7:nth-child(2n+1) {
    clear: both; }

  .mbsm-push-7 {
    left: 58%;
    right: auto; }

  .mbsm-pull-7 {
    left: auto;
    right: 58%; }

  .mbsm-8 {
    width: 67%;
    float: left; }
    .mbsm-8:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .mbsm-8:nth-child(2n+1) {
    clear: both; }

  .mbsm-push-8 {
    left: 67%;
    right: auto; }

  .mbsm-pull-8 {
    left: auto;
    right: 67%; }

  .mbsm-9 {
    width: 75%;
    float: left; }
    .mbsm-9:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .mbsm-9:nth-child(1n+1) {
    clear: both; }

  .mbsm-push-9 {
    left: 75%;
    right: auto; }

  .mbsm-pull-9 {
    left: auto;
    right: 75%; }

  .mbsm-10 {
    width: 83%;
    float: left; }
    .mbsm-10:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .mbsm-10:nth-child(1n+1) {
    clear: both; }

  .mbsm-push-10 {
    left: 83%;
    right: auto; }

  .mbsm-pull-10 {
    left: auto;
    right: 83%; }

  .mbsm-11 {
    width: 92%;
    float: left; }
    .mbsm-11:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .mbsm-11:nth-child(1n+1) {
    clear: both; }

  .mbsm-push-11 {
    left: 92%;
    right: auto; }

  .mbsm-pull-11 {
    left: auto;
    right: 92%; }

  .mbsm-12 {
    width: 100%;
    float: left; }
    .mbsm-12:last-child:not([class*='pull'], :first-child) {
      float: right; }

  .multi-row .mbsm-12:nth-child(1n+1) {
    clear: both; }

  .mbsm-push-12 {
    left: 100%;
    right: auto; }

  .mbsm-pull-12 {
    left: auto;
    right: 100%; }

  .mbsm-12 {
    left: auto;
    right: auto; } }
@media print {
  .column {
    width: 100%;
    float: none; } }
div.main {
  padding-bottom: 2em; }

svg {
  width: 1em;
  height: 1em; }

@media (max-width: 700px) {
  .content {
    padding: 0; }

  .ovh {
    overflow: hidden; } }
.home .slideshow {
  height: 27em;
  position: relative;
  overflow: hidden; }
  .home .slideshow .slide {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    background-size: cover;
    background-position: center top; }
    .home .slideshow .slide.current {
      display: block;
      z-index: 2; }
    .home .slideshow .slide .row {
      height: 100%;
      padding: 5em 12em;
      position: relative;
      z-index: 2; }
    .home .slideshow .slide .text {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 50%;
      background-color: rgba(255, 255, 255, 0.75);
      padding: 2em 3.5em 3em .5em; }
      .home .slideshow .slide .text:before, .home .slideshow .slide .text:after {
        height: 100%;
        content: " ";
        position: absolute;
        top: 0; }
      .home .slideshow .slide .text:before {
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC43NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.75)));
        background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75));
        background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75));
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75));
        width: 12em;
        left: -12em;
        background-size: cover; }
      .home .slideshow .slide .text:after {
        width: 500%;
        right: -500%;
        background-color: rgba(255, 255, 255, 0.75); }
    .home .slideshow .slide .inside {
      margin-left: -1em;
      position: relative;
      z-index: 2; }
    .home .slideshow .slide .title, .home .slideshow .slide .subtitle {
      color: #000;
      font-weight: 900; }
    .home .slideshow .slide .title {
      font-size: 1.25em;
      text-transform: uppercase; }
      .home .slideshow .slide .title .red {
        color: #b94726; }
    .home .slideshow .slide .subtitle {
      margin-top: .5em;
      font-size: 1.5em; }
      .home .slideshow .slide .subtitle:before {
        content: "> "; }
    .home .slideshow .slide .description {
      margin-top: 1em;
      color: #000;
      line-height: 1.25em; }
  @media (max-width: 900px) {
    .home .slideshow .slide .text {
      width: 55%; }
    .home .slideshow .slide .subtitle {
      font-size: 1.25em; } }
  @media (max-width: 700px) {
    .home .slideshow .slide.slide-eppes-hall-2, .home .slideshow .slide.slide-alumni-3, .home .slideshow .slide.slide-leaders-1 {
      background-position: 25% center; }
    .home .slideshow .slide.slide-faculty-2 {
      background-position: 60% center; }
    .home .slideshow .slide .row {
      padding: 2em; }
    .home .slideshow .slide .text {
      width: 100%;
      padding: 1.5em 3em 3em; }
      .home .slideshow .slide .text:before {
        display: none; }
    .home .slideshow .slide .title {
      text-indent: 0; }
      .home .slideshow .slide .title br {
        display: none; } }
.home .intro {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc5MjMxOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ2MTQwZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #792319), color-stop(100%, #46140d));
  background-image: -moz-linear-gradient(#792319, #46140d);
  background-image: -webkit-linear-gradient(#792319, #46140d);
  background-image: linear-gradient(#792319, #46140d);
  position: relative;
  z-index: 2;
  color: #fff; }
  .home .intro .row {
    padding: 1em 0 3em; }
  .home .intro .dk-9 {
    padding: 0 0 0 2.5em; }
    .home .intro .dk-9 .slogan {
      margin-top: -1.5em;
      position: relative;
      display: inline-block;
      text-indent: 3em; }
      .home .intro .dk-9 .slogan:before {
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwMmUyNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc5MjMxOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #802e24), color-stop(100%, #792319));
        background-image: -moz-linear-gradient(#802e24, #792319);
        background-image: -webkit-linear-gradient(#802e24, #792319);
        background-image: linear-gradient(#802e24, #792319);
        position: absolute;
        left: 0;
        top: -25px;
        width: 100%;
        height: 2em;
        content: " "; }
    .home .intro .dk-9 .svg {
      width: 23em;
      height: 2.875em;
      display: block;
      position: relative;
      background-image: url(../img/slogan.svg);
      background-position: center top; }
      .home .intro .dk-9 .svg:before, .home .intro .dk-9 .svg:after {
        width: 2.7em;
        height: 2.1em;
        position: absolute;
        top: -25px;
        content: " ";
        -webkit-background-size: cover;
        background-size: cover; }
      .home .intro .dk-9 .svg:before {
        left: -2.6em;
        background-image: url(../img/bg/red-left.svg);
        background-position: right top; }
      .home .intro .dk-9 .svg:after {
        right: -2.6em;
        background-image: url(../img/bg/red-right.svg);
        background-position: left top; }
      .home .intro .dk-9 .svg + .title {
        display: block;
        font-size: 0; }
    .home .intro .dk-9 p {
      margin-top: 1.5em;
      font-size: .875em;
      line-height: 1.5em; }
  .home .intro .dk-3 {
    padding: 4em 3em 0 4em; }
    .home .intro .dk-3 .btn {
      width: 100%; }
  @media (max-width: 700px) {
    .home .intro .row {
      padding: 0 1.5em 1.5em; }
    .home .intro .dk-9 {
      padding: 0; }
      .home .intro .dk-9 .slogan {
        margin-top: 0; }
      .home .intro .dk-9 .svg {
        width: 17em; }
    .home .intro .dk-3 {
      padding: 2em 25% 0; } }
.home div.main {
  background-image: url(../img/bg/beige-texture.jpg);
  background-position: top center;
  background-repeat: repeat; }
  @media (max-width: 700px) {
    .home div.main {
      padding-bottom: .25em; }
      .home div.main > .row:first-child {
        padding: 0 .5em; } }
.home .articles {
  padding-right: 0.25em;
  padding-left: 0; }
  .home .articles .table, .home .articles .article, .home .articles .inside {
    height: 100%; }
  .home .articles .table {
    padding: 0; }
    .home .articles .table .column {
      vertical-align: top; }
  .home .articles .article {
    padding: 0.25em; }
    .home .articles .article .inside {
      margin-top: 0;
      background-color: #fff; }
    .home .articles .article .title {
      font-size: 1.125em;
      line-height: 1.2em; }
    .home .articles .article .image img {
      margin-top: 0; }
    .home .articles .article .text {
      padding: 1.25em 1.5em; }
    .home .articles .article.dk-12 {
      padding-top: 0;
      padding-left: 0; }
      .home .articles .article.dk-12 .inside, .home .articles .article.dk-12 .text {
        overflow: hidden; }
      .home .articles .article.dk-12 .image {
        max-width: 50%;
        float: left; }
      .home .articles .article.dk-12 .text {
        width: auto; }
    .home .articles .article.dk-4 {
      width: 33.333%; }
      .home .articles .article.dk-4:first-child {
        padding-left: 0; }
  @media (max-width: 700px) {
    .home .articles {
      padding: .5em 0 0; }
      .home .articles .table {
        clear: both; }
        .home .articles .table .article:nth-child(n+2) {
          display: none; }
      .home .articles .article {
        padding: .25em 0; }
        .home .articles .article .image, .home .articles .article .text {
          display: inline-block;
          vertical-align: top; }
        .home .articles .article .image {
          width: 40%;
          padding: 1.125em 0 0 1.125em; }
          .home .articles .article .image img {
            float: none; }
        .home .articles .article .text {
          padding: 1em; }
        .home .articles .article .text, .home .articles .article.dk-12 .text {
          width: 60%; }
        .home .articles .article.dk-4 {
          width: inherit; } }
.home .sidebar {
  margin-top: 0;
  padding: 1em 0; }
  .home .sidebar .sidebox {
    margin-top: .5em;
    padding: 1.5em;
    background-color: #fff; }
    .home .sidebar .sidebox:first-child {
      padding: 1.5em;
      background-color: #769890;
      color: #fff;
      text-align: center; }
      .home .sidebar .sidebox:first-child p {
        margin-top: .75em;
        font-size: .875em;
        line-height: 1.2em; }
  @media (max-width: 700px) {
    .home .sidebar {
      padding: .5em 0; } }
.home footer.social {
  background-color: #fff;
  background-image: none; }
  .home footer.social .wpcf7 input[type=email] {
    background-color: #ECF3F1; }
@media (min-width: 1200px) {
  .home .intro .dk-9 .svg:before, .home .intro .dk-9 .svg:after {
    height: 2em; } }

.fsu-form .fsu-form-group-title {
  padding-top: 0;
  letter-spacing: 0;
  text-transform: none; }
.fsu-form .fsu-form-section {
  margin-top: 3em;
  background-color: #fffbf5;
  border: 1px solid #e8ddc9; }
  .fsu-form .fsu-form-section#personalinformation {
    margin-top: 1.5em; }
  .fsu-form .fsu-form-section > .fsu-form-group-title:first-child {
    padding: .5em 1em;
    background-color: #fcf1de;
    color: #983a25;
    font-size: 1.375em; }
    @media (max-width: 700px) {
      .fsu-form .fsu-form-section > .fsu-form-group-title:first-child {
        padding: .5em; } }
.fsu-form .fsu-form-group {
  padding: 1.5em; }
  .fsu-form .fsu-form-group .fsu-input-group {
    margin-top: .75em; }
    .fsu-form .fsu-form-group .fsu-input-group .fsu-field-label {
      padding-bottom: .25em;
      font-weight: normal; }
  .fsu-form .fsu-form-group .radio-group {
    padding: .5em 0 0 .25em; }
    .fsu-form .fsu-form-group .radio-group .radio-input, .fsu-form .fsu-form-group .radio-group input, .fsu-form .fsu-form-group .radio-group label {
      display: inline-block;
      vertical-align: middle; }
    .fsu-form .fsu-form-group .radio-group .radio-input {
      padding-right: .75em; }
  .fsu-form .fsu-form-group .fsu-header {
    margin-top: 1.25em;
    display: block; }
  @media (max-width: 700px) {
    .fsu-form .fsu-form-group {
      padding: .75em; } }
.fsu-form .fsu-form-button {
  margin-top: 1.5em; }
.fsu-form .fsu-error-message {
  display: none;
  padding: 1em;
  background-color: #fffbf5;
  border: 1px solid #e8ddc9;
  color: #983a25;
  font-style: italic;
  font-weight: normal;
  text-align: center;
  text-transform: none; }
  .fsu-form .fsu-error-message.fsu-error-message-display {
    display: block; }
.fsu-form .fsu-form-required-notice {
  color: red;
  font-style: normal; }
.fsu-form .fsu-form-required-alert {
  color: #b94726;
  font-style: italic; }
.fsu-form .width-three-quarter {
  width: 75%; }
.fsu-form .width-half {
  width: 50%; }
.fsu-form .width-third {
  width: 33.333%; }
.fsu-form .width-quarter {
  width: 25%; }
.fsu-form .width-auto {
  width: auto; }
.fsu-form .width-half, .fsu-form .width-third, .fsu-form .width-three-quarter, .fsu-form .width-quarter, .fsu-form .width-auto {
  padding: 0 .5em;
  display: inline-block;
  vertical-align: bottom; }
  .fsu-form .width-half.first, .fsu-form .width-third.first, .fsu-form .width-three-quarter.first, .fsu-form .width-quarter.first, .fsu-form .width-auto.first {
    padding-left: 0; }
  .fsu-form .width-half.last, .fsu-form .width-third.last, .fsu-form .width-three-quarter.last, .fsu-form .width-quarter.last, .fsu-form .width-auto.last {
    padding-right: 0; }
  .fsu-form .width-half.va-t, .fsu-form .width-third.va-t, .fsu-form .width-three-quarter.va-t, .fsu-form .width-quarter.va-t, .fsu-form .width-auto.va-t {
    vertical-align: top; }
  @media (max-width: 700px) {
    .fsu-form .width-half, .fsu-form .width-third, .fsu-form .width-three-quarter, .fsu-form .width-quarter, .fsu-form .width-auto {
      width: 100%;
      padding: 0; } }
.fsu-form.printable {
  page-break-before: always; }
  .fsu-form.printable .width-half, .fsu-form.printable .width-third, .fsu-form.printable .width-three-quarter, .fsu-form.printable .width-quarter, .fsu-form.printable .width-auto {
    width: 100%;
    padding: 0; }
  .fsu-form.printable .fsu-form-section {
    page-break-before: always; }
    @media print {
      .fsu-form.printable .fsu-form-section {
        border-color: #000; } }
    .fsu-form.printable .fsu-form-section#personalinformation {
      page-break-before: avoid; }
  @media print {
    .fsu-form.printable .fsu-form-section > .fsu-form-group-title:first-child {
      border-bottom: 1px solid #000;
      color: #000; } }
  .fsu-form.printable .fsu-form-group-title {
    padding-bottom: .25em; }
  .fsu-form.printable .fsu-form-group .fsu-input-group {
    page-break-inside: avoid;
    width: 100%;
    display: table;
    margin: 0;
    padding: .5em 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    @media print {
      .fsu-form.printable .fsu-form-group .fsu-input-group {
        border-color: #444; } }
    .fsu-form.printable .fsu-form-group .fsu-input-group .fsu-field-label, .fsu-form.printable .fsu-form-group .fsu-input-group .fsu-form-answers, .fsu-form.printable .fsu-form-group .fsu-input-group .radio-group {
      margin: 0;
      padding: 0;
      display: table-cell;
      vertical-align: top; }
    .fsu-form.printable .fsu-form-group .fsu-input-group .fsu-field-label {
      width: 35%;
      padding-right: 1.5em;
      font-weight: bold; }
    .fsu-form.printable .fsu-form-group .fsu-input-group p {
      line-height: 1em; }
  .fsu-form.printable #applicationmaterials .fsu-input-group, .fsu-form.printable #applicationmaterials .fsu-field-label, .fsu-form.printable #applicationmaterials .fsu-form-answers {
    width: 100%;
    display: block; }
  .fsu-form.printable #applicationmaterials .fsu-field-label, .fsu-form.printable #applicationmaterials .fsu-form-answers {
    font-size: .875em; }
  .fsu-form.printable #applicationmaterials .fsu-input-group {
    border: none; }
  .fsu-form.printable #applicationmaterials .fsu-field-label {
    padding: .25em 0 1em 0; }
  .fsu-form.printable #applicationmaterials .fsu-form-answers {
    padding: 1.5em;
    border: 1px solid rba(0, 0, 0, 0.2); }
    @media print {
      .fsu-form.printable #applicationmaterials .fsu-form-answers {
        border-color: #444; } }
  .fsu-form.printable #scholarshipinformation {
    display: none; }

.column.post-content {
  padding-right: 1em; }

.sidebar.content-sidebar {
  width: 33%;
  clear: right;
  float: right;
  margin: 1.5em 0 1.25em 1.5em;
  padding-top: 0;
  padding-right: 0; }
  .sidebar.content-sidebar + h1, .sidebar.content-sidebar + h2, .sidebar.content-sidebar + h3, .sidebar.content-sidebar + h4, .sidebar.content-sidebar + h5, .sidebar.content-sidebar + h6 {
    padding-top: 0; }
  .sidebar.content-sidebar + p, .sidebar.content-sidebar + ul {
    margin-top: 0; }
  .sidebar.content-sidebar .sidebox .title {
    padding: .5em 1em; }
  .sidebar.content-sidebar .sidebox.contact {
    margin-top: 1.5em;
    padding: 0;
    background-color: #fdfdfd;
    border: 1px solid #ddd; }
    .sidebar.content-sidebar .sidebox.contact .title {
      background-color: #f6f6f6; }
    .sidebar.content-sidebar .sidebox.contact big {
      display: block;
      color: #983a25;
      font-size: .75em;
      font-weight: 700;
      text-transform: uppercase; }
    .sidebar.content-sidebar .sidebox.contact p {
      margin: 0;
      padding: .5em 1em;
      border-top: 1px solid #ddd;
      line-height: 1.25em; }
  @media (max-width: 900px) {
    .sidebar.content-sidebar {
      margin-top: 1.25em;
      padding: 0; } }
  @media (max-width: 700px) {
    .sidebar.content-sidebar {
      width: 100%;
      margin: 1em 0em; } }

.sidebar .related-links {
  background-image: url(../img/bg/beige-texture.jpg);
  background-position: center top;
  background-repeat: repeat; }
  .sidebar .related-links .title {
    background-color: #983a25;
    color: #fff; }
  .sidebar .related-links .subtitle {
    padding-top: 1.5em;
    color: #983a25;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: .875em; }
    .sidebar .related-links .subtitle:first-child {
      padding-top: 0; }
  .sidebar .related-links ul {
    margin: .5em .5em 0 1em; }
  .sidebar .related-links li {
    -moz-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    -webkit-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
    padding: 0;
    color: #fff;
    margin-bottom: .5em;
    line-height: 1.1em;
    list-style-type: square; }
    .sidebar .related-links li:hover {
      color: #fdb637; }
  .sidebar .related-links a {
    padding: .25em 0;
    display: block;
    color: #676767; }
    .sidebar .related-links a:hover {
      color: #000; }
.content .related-links.downloads {
  margin-top: 2em; }
  .content .related-links.downloads .title {
    padding: .5em;
    background-color: #769890;
    color: #fff; }
    .content .related-links.downloads .title i {
      margin-right: .375em; }
  .content .related-links.downloads .row {
    border-left: 1px solid #D4DDDA;
    background-image: url(../img/bg/teal-texture.jpg);
    background-position: center top;
    background-repeat: repeat;
    padding: 0; }
  .content .related-links.downloads a {
    padding: .75em 1em;
    color: #676767;
    font-size: .875em;
    border-bottom: 1px solid #D4DDDA;
    border-right: 1px solid #D4DDDA;
    vertical-align: top; }
    .content .related-links.downloads a:hover {
      background-color: rgba(118, 152, 144, 0.2);
      color: #333; }
  @media (max-width: 700px) {
    .content .related-links.downloads a {
      border: 1px solid #D4DDDA;
      border-top: none; }
      .content .related-links.downloads a:nth-child(even) {
        background-color: #f9f9f9; }
    .content .related-links.downloads .row:nth-child(odd) {
      background-color: transparent; } }

.archive .content .hentry, .search-results .content .hentry {
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
  overflow: hidden; }
  .archive .content .hentry .postdata, .search-results .content .hentry .postdata {
    padding-top: 0; }
    .archive .content .hentry .postdata .title, .search-results .content .hentry .postdata .title {
      font-size: 1.75em;
      line-height: 1.1em; }
    .archive .content .hentry .postdata i, .search-results .content .hentry .postdata i {
      margin-right: .25em;
      color: #8e8e8e; }
.archive.tax-faculty-type .position, .search-results.tax-faculty-type .position {
  padding-top: .5em;
  color: #983a25;
  font-family: Georgia, serif;
  font-style: italic; }
.archive.tax-faculty-type .wp-post-image, .search-results.tax-faculty-type .wp-post-image {
  width: 150px; }
.archive.post-type-archive-research .hentry, .archive.tax-research-type .hentry, .search-results.post-type-archive-research .hentry, .search-results.tax-research-type .hentry {
  padding: 1em 0; }
.archive.post-type-archive-research .reference, .archive.tax-research-type .reference, .search-results.post-type-archive-research .reference, .search-results.tax-research-type .reference {
  margin-top: 0; }
.archive.faculty-type-staff .content .hentry, .search-results.faculty-type-staff .content .hentry {
  padding: 1em .5em; }
  .archive.faculty-type-staff .content .hentry .postdata, .search-results.faculty-type-staff .content .hentry .postdata {
    padding-bottom: .25em; }
  .archive.faculty-type-staff .content .hentry .title, .search-results.faculty-type-staff .content .hentry .title {
    font-size: 1.25em; }
  .archive.faculty-type-staff .content .hentry .wp-post-image, .search-results.faculty-type-staff .content .hentry .wp-post-image {
    margin: 1em 0 .5em 1em; }
@media (max-width: 700px) {
  .archive .content .hentry, .search-results .content .hentry {
    padding: 2em 0; }
    .archive .content .hentry .postdata .title, .search-results .content .hentry .postdata .title {
      font-size: 1.25em; }
    .archive .content .hentry .wp-post-image, .search-results .content .hentry .wp-post-image {
      margin: .125em auto 1em;
      float: none; } }

.single.single-faculty .post-content .wp-post-image {
  margin-left: 1.75em; }
  .single.single-faculty .post-content .wp-post-image + p {
    margin-top: -.375em; }
  .single.single-faculty .post-content .wp-post-image + .metabox h3 {
    padding-top: 0; }
.single.single-faculty .position {
  padding-top: .5em;
  color: #983a25;
  font-family: Georgia, serif;
  font-style: italic; }
.single.single-faculty .sidebar.content-sidebar {
  margin: 1.5em 0 0; }
  .single.single-faculty .sidebar.content-sidebar, .single.single-faculty .sidebar.content-sidebar .sidebox:first-child {
    margin-top: 0; }
@media (max-width: 700px) {
  .single.single-faculty .post-content .wp-post-image {
    max-width: 40%;
    margin: 0 0 1.25em 1em;
    float: right; } }

.ctst .wp-post-image {
  margin-top: 2em; }
.ctst .postdata {
  padding: 1.25em 0; }
  .ctst .postdata .title {
    padding-top: 0; }
  .ctst .postdata .meta {
    color: #6e6e6e;
    font-size: .875em; }
    .ctst .postdata .meta.categories {
      margin-top: 0; }
.ctst .postdata + * {
  margin-top: 0;
  padding-top: 0; }
.ctst .post-content > *:first-child {
  margin-top: 0;
  padding-top: 0; }
.ctst .summary {
  color: #373737;
  font-size: 1.125em;
  font-style: italic; }
  .ctst .summary + .content-sidebar + p, .ctst .summary + .content-sidebar + ul {
    margin-top: 1.2em; }
.ctst h3 {
  color: #000;
  font-size: 1.1875em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase; }
.ctst .wp-caption-text {
  padding: .125em 1em;
  border-left: 0.25em solid #ECF3F1;
  color: #597870;
  font-family: Georgia, serif;
  font-style: italic; }
.ctst .article .title {
  padding-top: 0;
  text-transform: none;
  font-size: 1em;
  font-weight: 900;
  letter-spacing: 0; }
  .ctst .article .title a {
    display: block;
    color: #000; }
    .ctst .article .title a:hover {
      color: #b94726; }
.ctst .state-map {
  margin-top: 2em;
  text-align: center; }
  .ctst .state-map .state-map-svg {
    width: 100%;
    max-width: 100%;
    height: 370px; }
  .ctst .state-map .fallback-img {
    margin: 0 auto; }
  .ctst .state-map .labels {
    margin: 1.75em 1em 1em 2em;
    padding: 1em;
    float: right;
    background-color: #f5f5f5;
    border: 1px solid #ddd; }
  .ctst .state-map .label {
    margin: 0;
    text-align: left; }
  .ctst .state-map .square {
    width: .75em;
    height: .75em;
    display: inline-block;
    line-height: 1em;
    margin-right: .5em; }
  @media (max-width: 700px) {
    .ctst .state-map {
      height: 210px; } }
.ctst .pagination {
  margin-top: 3em;
  font-size: 1.125em; }
  .ctst .pagination .page-numbers {
    display: inline-block;
    padding: .5em .75em;
    line-height: 1em; }
    .ctst .pagination .page-numbers.current {
      background-color: #efefef;
      color: #373737; }
  .ctst .pagination a {
    background-color: #d0e1db;
    color: #fff; }
    .ctst .pagination a:hover {
      background-color: #769890; }
@media (max-width: 700px) {
  .ctst .wp-post-image {
    margin: 1em auto 0;
    float: none; }
  .ctst img.alignleft, .ctst img.alignright {
    margin: 1.2em auto;
    float: none; }
  .ctst .post-content, .ctst .content-sidebar {
    padding: 0; } }

.time {
  color: #6e6e6e;
  font-family: Georgia, serif;
  font-size: .875em;
  font-style: italic; }

.navs, button.open-navs, nav.main, nav.secondary, nav.tertiary, .search, nav.social, footer.social, footer.site, .sidebar, .breadcrumbs, nav.actions,
.post-edit-link, .logo a, .pagination {
  display: none !important; }

.logo {
  padding: 1em 0 0; }

header.section {
  margin: 2em 0; }

.dk-push-3.content {
  padding: 0;
  left: 0; }

.ctst img {
  margin: 2em 0;
  display: inline-block;
  float: none; }

.ctst .postdata + * {
  margin-top: 1.2em; }
