@charset "UTF-8";
/**************************** MIXINS ****************************/
.no-padding-left {
  padding-left: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-margin-left {
  margin-left: 0 !important; }

.no-margin-right {
  margin-right: 0 !important; }

.no-margin-top {
  margin-top: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-margin {
  margin: 0 !important; }

/* Combination of both Rich Clark's reset.css on http://html5doctor.com (which in itself is an extension of Eric Meyer's reset.css http://meyerweb.com/eric/tools/css/reset/) and
 * Nicolas Gallagher's normalize.css (http://necolas.github.io/normalize.css/). May still be some overlap between both, still cleaning up.
 */
/* This just helps a whole bunch on mobile browsers, etc */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* Removed b & i tags. Removed list styling from this default, add a nolist class. Apply this to ul/ol if this styling is required. */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, dl, dt, dd, .nolist, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ol, ul, li {
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:active, a:hover {
    outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

del {
  text-decoration: line-through; }

mark {
  background: #ff0;
  color: #000; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

input, select, button {
  vertical-align: middle; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

strong {
  font-weight: bold; }

em, dfn {
  font-style: italic; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Personal accessibility class. Use this to hide elements you don't want sighted users to see, but should be kept for screen readers */
.inv {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  margin: -1px;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0); }

/*@import "grid";*/
/*$exo-font-family: 'Exo 2', sans-serif;
$priva-font-family: 'Open Sans', sans-serif;
$priva-font-family: 'Exo 2', sans-serif;
$header-font-family: 'Exo 2', sans-serif;*/
.grey-heading {
  text-align: left;
  background-color: #ccc;
  padding: 10px;
  margin: 20px -15px; }

body p {
  font-family: "Exo", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400; }
  body p.bold {
    font-weight: 700; }
  body p.italic {
    font-style: italic; }

h1 {
  font-family: "Exo", sans-serif;
  font-size: 48px;
  font-weight: 300;
  color: #33556d; }

h2 {
  font-family: "Exo", sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #33556d; }

h3 {
  font-family: "Exo", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #a5a5a5; }

.italic-link {
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  font-color: #002b49; }

/*$exo-font-family: 'Exo 2', sans-serif;
$priva-font-family: 'Open Sans', sans-serif;
$priva-font-family: 'Exo 2', sans-serif;
$header-font-family: 'Exo 2', sans-serif;*/
.grey-heading {
  text-align: left;
  background-color: #ccc;
  padding: 10px;
  margin: 20px -15px; }

body p {
  font-family: "Exo", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400; }
  body p.bold {
    font-weight: 700; }
  body p.italic {
    font-style: italic; }

h1 {
  font-family: "Exo", sans-serif;
  font-size: 48px;
  font-weight: 300;
  color: #33556d; }

h2 {
  font-family: "Exo", sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #33556d; }

h3 {
  font-family: "Exo", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #a5a5a5; }

.italic-link {
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  font-color: #002b49; }

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
  position: static; }
.yamm .container {
  position: relative; }
.yamm .dropdown-menu {
  left: auto; }
.yamm .yamm-content {
  padding: 20px 30px; }
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0; }

/* colors */
.width-80 {
  width: 80% !important;
  margin: 0 auto; }
  @media screen and (max-width: 600px) {
    .width-80 {
      width: 100% !important; } }

.width-90 {
  width: 90% !important; }

.width-95 {
  width: 95% !important; }

#SFcontent {
  margin-bottom: 20px; }
  @media screen and (max-width: 600px) {
    #SFcontent div.col-sm-6 {
      padding-bottom: 20px; } }
  #SFcontent .google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    margin-left: -15px;
    margin-right: -15px; }
  #SFcontent .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
  #SFcontent img {
    width: 100%;
    margin-bottom: 45px; }
    @media print {
      #SFcontent img {
        display: none; } }
  #SFcontent h1, #SFcontent h2, #SFcontent h3, #SFcontent p {
    font-family: "Exo", sans-serif; }
  #SFcontent h1 {
    font-size: 48px;
    color: #002b49;
    padding-top: 10px;
    float: left;
    display: inline-block;
    width: 100%;
    clear: both; }
    @media screen and (max-width: 600px) {
      #SFcontent h1 {
        font-size: 28px;
        margin-left: 0px; } }
  #SFcontent h2 {
    font-size: 30px;
    color: #002b49;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 25px;
    margin-top: 50px; }
    @media screen and (max-width: 600px) {
      #SFcontent h2 {
        font-size: 20px; } }
  #SFcontent h3 {
    font-size: 18px;
    line-height: 28px;
    color: #666;
    margin-bottom: 20px; }
    #SFcontent h3 a {
      border-bottom: 1px solid #ba0c2f;
      color: #ba0c2f;
      text-decoration: none;
      float: left; }
      @media screen and (max-width: 600px) {
        #SFcontent h3 a {
          /*word-break: break-all;*/ } }
  #SFcontent p {
    font-size: 14px;
    color: #666;
    padding-top: 0px;
    line-height: 26px;
    clear: both; }
    #SFcontent p:first-of-type {
      clear: both; }
    #SFcontent p img {
      width: auto; }
      @media screen and (max-width: 600px) {
        #SFcontent p img {
          width: 100%; } }
      @media print {
        #SFcontent p img {
          display: none; } }
    @media screen and (max-width: 600px) {
      #SFcontent p {
        font-size: 16px;
        line-height: 30px; } }
    #SFcontent p a {
      text-decoration: none;
      border-bottom: 1px solid #d8600a;
      color: #ba0c2f;
      font-weight: bold; }
  #SFcontent ul, #SFcontent ol {
    font-family: "Exo", sans-serif;
    line-height: 30px;
    font-size: 14px;
    display: table;
    margin-left: 0;
    margin-bottom: 30px;
    padding-left: 0;
    list-style: none; }
    @media screen and (max-width: 600px) {
      #SFcontent ul, #SFcontent ol {
        font-size: 16px; } }
  #SFcontent ul li {
    color: #666;
    display: table-row; }
    #SFcontent ul li::before {
      content: "•";
      display: table-cell;
      padding-right: 2em;
      color: #ba0c2f; }
  #SFcontent ol {
    color: #666; }
    #SFcontent ol li {
      display: table-row;
      counter-increment: table-ol; }
      @media screen and (max-width: 600px) {
        #SFcontent ol li {
          display: table-row;
          padding-left: 30px;
          float: left; } }
      #SFcontent ol li::before {
        content: counter(table-ol) ".";
        display: table-cell;
        padding-right: 2em;
        text-align: right;
        color: #ba0c2f;
        font-weight: bold; }
        @media screen and (max-width: 600px) {
          #SFcontent ol li::before {
            position: absolute;
            margin-left: -30px;
            padding-right: 0; } }
  #SFcontent video {
    width: 100%;
    height: 100%;
    margin-bottom: 30px; }
  #SFcontent table {
    width: 100%;
    font-family: "Exo", sans-serif; }
    #SFcontent table tr:nth-child(odd) {
      background-color: #f9f9f9; }
    #SFcontent table tr:nth-child(even) {
      background-color: #ffffff; }
    #SFcontent table td {
      padding: 18px 10px 18px 12px;
      font-size: 14px;
      color: #666; }
    #SFcontent table tr:first-child {
      background-color: #ba0c2f;
      text-transform: uppercase;
      padding: 15px 0px 15px 0px; }
      #SFcontent table tr:first-child td {
        padding: 15px 10px 15px 12px;
        font-size: 18px;
        font-weight: bold;
        color: #fff; }
        @media screen and (max-width: 600px) {
          #SFcontent table tr:first-child td {
            font-size: 15px; } }
  #SFcontent .table-container {
    margin-bottom: 100px; }
    @media screen and (max-width: 600px) {
      #SFcontent .table-container {
        overflow-y: hidden; } }
  #SFcontent .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
  #SFcontent .embed-container iframe,
  #SFcontent .embed-container object,
  #SFcontent .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #SFcontent .date {
    color: #a5a5a5;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    padding-bottom: 30px;
    width: 100%;
    float: left; }
  #SFcontent hr {
    display: block;
    /*height: 1px;*/
    border: 0;
    border-top: 1px solid #002b49;
    margin: 1em 0;
    padding: 0; }
    @media screen and (max-width: 600px) {
      #SFcontent hr {
        margin-left: 10px;
        margin-right: 10px; } }
  #SFcontent .sfnewsSummary {
    display: none; }
  #SFcontent .sitemap {
    margin-top: 70px; }
    #SFcontent .sitemap ul {
      list-style-type: none; }
      #SFcontent .sitemap ul li {
        list-style-type: none;
        margin-right: 40px; }
        #SFcontent .sitemap ul li::before {
          content: none; }

#search p {
  color: #002b49;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 55px;
  border-bottom: 1px solid #ccc;
  margin-top: 0px;
  margin-bottom: 0px; }
  #search p span {
    color: #ba0c2f;
    font-size: 28px; }
#search h3 {
  text-transform: uppercase;
  color: #666;
  padding-bottom: 8px; }

/* Search results */
#search-results h1:first-of-type {
  color: #002b49;
  margin-left: -15px;
  padding-bottom: 50px;
  margin-bottom: 0px; }
#search-results h2 {
  margin-bottom: 40px;
  float: left; }
  #search-results h2 span {
    float: none !important; }
    #search-results h2 span span {
      color: #ba0c2f; }
  @media screen and (max-width: 600px) {
    #search-results h2 {
      margin-left: 10px;
      margin-top: 34px; } }
  #search-results h2 p {
    color: #002b49;
    font-size: 19px;
    font-weight: 700; }
    #search-results h2 p strong {
      color: #ba0c2f;
      font-size: 28px; }
#search-results h3 {
  margin-bottom: 0px; }
#search-results p:first-of-type {
  padding-top: 20px; }
  @media screen and (max-width: 600px) {
    #search-results p:first-of-type {
      padding-top: 10px; } }
#search-results .list-group {
  float: left;
  min-width: 100%; }
  @media screen and (max-width: 600px) {
    #search-results .list-group {
      width: 100%; } }
  #search-results .list-group .list-group-item {
    border: 0;
    padding: 20px 20px 20px 30px; }
    @media screen and (max-width: 600px) {
      #search-results .list-group .list-group-item {
        padding: 15px 15px 15px 10px; } }
    #search-results .list-group .list-group-item:nth-child(odd) {
      background: #f9f9f9; }
    #search-results .list-group .list-group-item:first-of-type {
      border-top: 1px solid #ccc; }
    #search-results .list-group .list-group-item:last-of-type {
      border-bottom: 1px solid #ccc; }
    @media screen and (max-width: 600px) {
      #search-results .list-group .list-group-item p.list-group-item-text {
        word-wrap: break-word; } }
#search-results hr {
  width: 134%;
  margin-left: -17%;
  margin-top: 0px;
  margin-bottom: 0px;
  display: block;
  border: 0;
  border-top: 1px solid #002b49;
  padding: 0;
  float: left; }
  @media screen and (max-width: 600px) {
    #search-results hr {
      width: 107%;
      margin-left: -4%; } }
#search-results .paginationWrapper {
  margin: 0 auto;
  max-width: 500px; }
  @media screen and (max-width: 600px) {
    #search-results .paginationWrapper {
      padding-left: 0px;
      width: 100%; } }
  #search-results .paginationWrapper .paginationSection {
    margin-top: 20px;
    display: inline;
    float: left;
    text-align: center; }
    @media screen and (max-width: 600px) {
      #search-results .paginationWrapper .paginationSection {
        width: 100%; } }
    @media screen and (max-width: 600px) {
      #search-results .paginationWrapper .paginationSection .pagination {
        margin-bottom: 0px; } }
    #search-results .paginationWrapper .paginationSection > span:first-of-type, #search-results .paginationWrapper .paginationSection > span:last-of-type {
      margin-top: 23px;
      font-size: 15px;
      float: left;
      color: #666;
      text-transform: uppercase; }
    #search-results .paginationWrapper .paginationSection > span:first-of-type {
      padding-right: 30px; }
      @media screen and (max-width: 600px) {
        #search-results .paginationWrapper .paginationSection > span:first-of-type {
          padding-right: 5px; } }
    #search-results .paginationWrapper .paginationSection > span:last-of-type {
      padding-left: 30px; }
      @media screen and (max-width: 600px) {
        #search-results .paginationWrapper .paginationSection > span:last-of-type {
          padding-left: 0px; } }
    #search-results .paginationWrapper .paginationSection div {
      float: left; }
      @media screen and (max-width: 600px) {
        #search-results .paginationWrapper .paginationSection div {
          width: 100%; } }
      #search-results .paginationWrapper .paginationSection div nav {
        float: left; }
        @media screen and (max-width: 600px) {
          #search-results .paginationWrapper .paginationSection div nav {
            width: 100%; } }
        #search-results .paginationWrapper .paginationSection div nav ul {
          float: left; }
          @media screen and (max-width: 600px) {
            #search-results .paginationWrapper .paginationSection div nav ul {
              width: 100%; } }
          #search-results .paginationWrapper .paginationSection div nav ul span:first-of-type {
            float: left;
            margin-left: -80px;
            text-transform: uppercase; }
            @media screen and (max-width: 600px) {
              #search-results .paginationWrapper .paginationSection div nav ul span:first-of-type {
                margin-left: -65px; } }
          #search-results .paginationWrapper .paginationSection div nav ul li {
            float: left;
            padding: 0px 15px 0px 15px;
            border: none;
            text-align: center;
            padding: 0;
            color: #666;
            background-color: #fff;
            margin-left: 10px;
            margin-right: 10px;
            border-bottom: 2px solid #fff; }
            @media screen and (max-width: 600px) {
              #search-results .paginationWrapper .paginationSection div nav ul li {
                margin-left: 0px;
                margin-right: 0px; } }
            #search-results .paginationWrapper .paginationSection div nav ul li:nth-of-type(1) {
              margin-right: 0px; }
            #search-results .paginationWrapper .paginationSection div nav ul li:nth-of-type(2), #search-results .paginationWrapper .paginationSection div nav ul li:nth-last-child(2) {
              width: 0px; }
            #search-results .paginationWrapper .paginationSection div nav ul li .active {
              font-weight: 700;
              color: #ba0c2f;
              border-bottom: 2px solid #ba0c2f;
              background-color: #fff; }
              @media screen and (max-width: 600px) {
                #search-results .paginationWrapper .paginationSection div nav ul li .active {
                  padding-left: 8px;
                  padding-right: 8px; } }
              #search-results .paginationWrapper .paginationSection div nav ul li .active:hover {
                border-bottom: none; }
            @media screen and (max-width: 600px) {
              #search-results .paginationWrapper .paginationSection div nav ul li.number:nth-of-type(6), #search-results .paginationWrapper .paginationSection div nav ul li.number:nth-of-type(7) {
                display: none; } }
            #search-results .paginationWrapper .paginationSection div nav ul li a {
              color: #666;
              border: none;
              font-size: 17px;
              padding-bottom: 0px;
              padding-top: 0px; }
              @media screen and (max-width: 600px) {
                #search-results .paginationWrapper .paginationSection div nav ul li a {
                  padding-left: 7px;
                  padding-right: 7px; } }
              #search-results .paginationWrapper .paginationSection div nav ul li a:hover {
                background-color: #fff; }
            #search-results .paginationWrapper .paginationSection div nav ul li:before {
              content: ""; }
            #search-results .paginationWrapper .paginationSection div nav ul li:hover {
              background-color: #fff;
              border: none;
              border-bottom: 2px solid #ba0c2f;
              height: 26px;
              margin-bottom: 2px; }
              #search-results .paginationWrapper .paginationSection div nav ul li:hover:last-of-type:hover {
                margin-bottom: 0px; }
              @media screen and (max-width: 600px) {
                #search-results .paginationWrapper .paginationSection div nav ul li:hover {
                  border-bottom: 0; } }
            #search-results .paginationWrapper .paginationSection div nav ul li:first-of-type {
              border-bottom: none; }
              #search-results .paginationWrapper .paginationSection div nav ul li:first-of-type a {
                float: left;
                content: '';
                background-image: url(imgs/chevron-red-left.svg);
                background-position: center;
                background-repeat: no-repeat;
                height: 22px;
                width: 5px; }
                @media screen and (max-width: 600px) {
                  #search-results .paginationWrapper .paginationSection div nav ul li:first-of-type a {
                    margin-left: 55px;
                    margin-right: 5px; } }
            #search-results .paginationWrapper .paginationSection div nav ul li:last-of-type {
              border-bottom: none; }
              #search-results .paginationWrapper .paginationSection div nav ul li:last-of-type a {
                float: left;
                content: '';
                background-image: url(imgs/chevron-red-right.svg);
                background-position: center;
                background-repeat: no-repeat;
                height: 22px;
                width: 5px; }
                @media screen and (max-width: 600px) {
                  #search-results .paginationWrapper .paginationSection div nav ul li:last-of-type a {
                    margin-left: 0px; } }
                #search-results .paginationWrapper .paginationSection div nav ul li:last-of-type a span:last-of-type {
                  float: right;
                  margin-right: -70px; }
                  @media screen and (max-width: 600px) {
                    #search-results .paginationWrapper .paginationSection div nav ul li:last-of-type a span:last-of-type {
                      margin-left: 0px;
                      margin-right: -60px; } }

#search-field-inner {
  float: right;
  display: inline-block;
  margin-top: -80px;
  margin-right: -12px;
  /* search-bar  */ }
  @media screen and (max-width: 600px) {
    #search-field-inner {
      float: left;
      margin-top: 10px;
      margin-bottom: 20px;
      width: 100%; } }
  #search-field-inner .icon-search {
    float: right;
    height: 20px;
    width: 20px;
    margin-top: 10px; }
  #search-field-inner .search-bar-inner {
    float: right;
    display: block; }
    @media screen and (max-width: 600px) {
      #search-field-inner .search-bar-inner {
        float: left; } }
    #search-field-inner .search-bar-inner label {
      padding: 11px 0px 10px 5px;
      color: #002b49;
      font-size: 14px;
      font-style: italic;
      font-weight: 400;
      float: left; }
      @media screen and (max-width: 600px) {
        #search-field-inner .search-bar-inner label {
          font-size: 16px;
          padding-left: 0px; } }
    #search-field-inner .search-bar-inner input {
      height: 40px; }
    #search-field-inner .search-bar-inner input[type="text"] {
      border-radius: 0px;
      border: none;
      width: 190px;
      padding-left: 20px;
      padding-top: 2px;
      color: #000;
      float: left;
      box-shadow: none; }
      @media screen and (max-width: 600px) {
        #search-field-inner .search-bar-inner input[type="text"] {
          color: #999999;
          background-color: #fff;
          width: 55% !important;
          padding-left: 10px;
          padding-right: 0px;
          padding-bottom: 3px; } }
    #search-field-inner .search-bar-inner input[type="submit"] {
      width: 20px;
      position: relative;
      float: left;
      height: 40px;
      background-color: #fff;
      margin-top: 0px;
      border: none;
      background-image: url(imgs/search-icon.svg);
      background-repeat: no-repeat;
      background-position: right; }
      @media screen and (max-width: 600px) {
        #search-field-inner .search-bar-inner input[type="submit"] {
          float: right;
          width: 28px;
          background-position: 10px 10px;
          padding-right: 0; } }
    #search-field-inner .search-bar-inner ::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: #fff; }
    #search-field-inner .search-bar-inner :-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #fff;
      opacity: 1; }
    #search-field-inner .search-bar-inner ::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #fff;
      opacity: 1; }
    #search-field-inner .search-bar-inner :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #fff; }
  #search-field-inner .form-control {
    border: 0; }
    @media screen and (max-width: 600px) {
      #search-field-inner .form-control {
        float: left;
        width: 50%;
        padding-right: 0px; } }
    #search-field-inner .form-control:focus {
      border-color: #fff;
      box-shadow: none; }

/* Flight Results */
#flight-results {
  margin-top: 60px;
  min-width: 100%; }
  @media screen and (max-width: 600px) {
    #flight-results {
      margin-top: 30px; } }
  #flight-results div:first-of-type {
    margin-bottom: 50px;
    display: inline-block;
    float: left; }
    @media screen and (max-width: 600px) {
      #flight-results div:first-of-type {
        margin-bottom: 30px; } }
    #flight-results div:first-of-type input {
      text-transform: uppercase;
      color: #666;
      font-size: 15px;
      border: none;
      background-color: #fff;
      padding: 0px 0px 3px 0px; }
      #flight-results div:first-of-type input:first-of-type {
        margin-right: 15px; }
      #flight-results div:first-of-type input:hover {
        text-decoration: none; }
    #flight-results div:first-of-type .active {
      color: #ba0c2f;
      font-weight: 700;
      padding-bottom: 4px;
      border-bottom: 2px solid #ba0c2f; }
  #flight-results div:nth-of-type(2) {
    float: right;
    display: inline-block;
    margin-bottom: 15px; }
    @media screen and (max-width: 600px) {
      #flight-results div:nth-of-type(2) {
        width: 100%; } }
    #flight-results div:nth-of-type(2) input {
      background: url(imgs/daa_corkairport_icons_fallback.svg) no-repeat;
      background-position: -414px -90px;
      background-repeat: no-repeat;
      height: 50px;
      width: 50px;
      margin-left: 15px;
      margin-right: 0px !important;
      border: none;
      padding: 0; }
      @media screen and (max-width: 600px) {
        #flight-results div:nth-of-type(2) input {
          margin-left: 60px; } }
    #flight-results div:nth-of-type(2) p:first-of-type {
      padding-top: 0px;
      display: inline-block;
      color: #999999;
      font-style: italic;
      font-weight: 400; }
      @media screen and (max-width: 600px) {
        #flight-results div:nth-of-type(2) p:first-of-type {
          width: 159px;
          float: left;
          text-align: right; } }
  #flight-results div:nth-of-type(3) {
    float: left;
    width: 100%; }
    @media screen and (max-width: 600px) {
      #flight-results div:nth-of-type(3) {
        margin-bottom: 15px; } }
    #flight-results div:nth-of-type(3) h3 {
      text-transform: capitalize;
      color: #002b49;
      margin-bottom: 0px; }
      @media screen and (max-width: 600px) {
        #flight-results div:nth-of-type(3) h3 {
          float: left; } }
    #flight-results div:nth-of-type(3) p:first-of-type {
      padding-top: 0px;
      display: inline-block;
      color: #999999;
      font-style: italic;
      font-weight: 400; }
      @media screen and (max-width: 600px) {
        #flight-results div:nth-of-type(3) p:first-of-type {
          float: left; } }
  #flight-results .table-container {
    float: left; }
    @media screen and (max-width: 600px) {
      #flight-results .table-container {
        margin-left: -15px;
        margin-right: -15px; } }
    #flight-results .table-container table tr td, #flight-results .table-container table tr th {
      padding: 18px 10px 18px 20px; }
      @media screen and (max-width: 600px) {
        #flight-results .table-container table tr td, #flight-results .table-container table tr th {
          padding: 18px 0px 18px 20px; } }
    @media screen and (max-width: 600px) {
      #flight-results .table-container table tr td {
        line-height: 20px; } }
    #flight-results .table-container table tr:first-of-type {
      padding: 12px 10px 12px 20px; }

/* Book Flights */
@media screen and (max-width: 600px) {
  #bookFlightsHeading h1 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px; } }

#subjectToChange {
  float: right;
  margin-top: -30px; }
  @media screen and (max-width: 600px) {
    #subjectToChange {
      display: none; } }
  #subjectToChange p:first-of-type {
    float: right;
    padding-top: 0px;
    font-style: italic;
    font-weight: 400;
    color: #9a9a9a; }

#bookFlightsHeader {
  float: left;
  width: 100%;
  height: 40px;
  background-color: #71b2c9;
  color: #fff;
  text-transform: uppercase;
  padding: 14px 12px 12px 15px;
  font-family: "Exo", sans-serif;
  font-weight: 700;
  font-size: 15px; }
  @media screen and (max-width: 600px) {
    #bookFlightsHeader {
      margin-bottom: 18px; } }
  #bookFlightsHeader span:nth-of-type(1) {
    width: 28%;
    float: left; }
    @media screen and (max-width: 600px) {
      #bookFlightsHeader span:nth-of-type(1) {
        width: 50%; } }
  #bookFlightsHeader span:nth-of-type(2) {
    width: 22%;
    float: left; }
    @media screen and (max-width: 600px) {
      #bookFlightsHeader span:nth-of-type(2) {
        width: 50%;
        padding-left: 5px; } }
  #bookFlightsHeader span:nth-of-type(3) {
    width: 30%;
    float: left; }
    @media screen and (max-width: 600px) {
      #bookFlightsHeader span:nth-of-type(3) {
        display: none; } }

#bookFlights {
  width: 100%;
  padding-left: 15px;
  height: 90px;
  display: inline-flex;
  align-items: center;
  flex-direction: row; }
  @media screen and (max-width: 600px) {
    #bookFlights {
      display: block;
      float: left;
      line-height: 30px;
      height: 100%;
      padding: 15px; } }
  #bookFlights:nth-child(odd) {
    background: #f9f9f9; }
  #bookFlights span:nth-of-type(1) {
    width: 28%;
    float: left;
    font-weight: bold; }
    @media screen and (max-width: 600px) {
      #bookFlights span:nth-of-type(1) {
        width: 55%; } }
  #bookFlights span:nth-of-type(2) {
    width: 22%;
    float: left; }
    @media screen and (max-width: 600px) {
      #bookFlights span:nth-of-type(2) {
        width: 45%; } }
    #bookFlights span:nth-of-type(2) img {
      width: 100px;
      margin-bottom: 0px;
      vertical-align: middle; }
      @media screen and (max-width: 600px) {
        #bookFlights span:nth-of-type(2) img {
          margin-bottom: 10px; } }
  #bookFlights span:nth-of-type(3) {
    width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 120px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; }
    @media screen and (max-width: 600px) {
      #bookFlights span:nth-of-type(3) {
        line-height: 20px;
        width: 100%;
        float: left;
        max-height: unset; } }
  #bookFlights a {
    font-size: 16px;
    line-height: 12px;
    width: 130px;
    height: 40px;
    float: left;
    background-color: #ba0c2f;
    font-family: "Exo", sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0px 15px 0px;
    margin-top: 17px;
    margin-bottom: 17px; }
    @media print {
      #bookFlights a {
        display: none; } }
    #bookFlights a:hover {
      text-decoration: none; }
    @media screen and (max-width: 600px) {
      #bookFlights a {
        margin-top: 10px;
        margin-bottom: 0;
        float: right; } }

/* News List */
#newsList {
  margin-top: 50px; }
  @media screen and (max-width: 600px) {
    #newsList {
      margin-top: 30px;
      margin-left: -15px;
      margin-right: -15px; } }
  #newsList hr {
    width: 130%;
    margin-left: -15%;
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
    border: 0;
    border-top: 1px solid #002b49;
    padding: 0;
    float: left; }
    @media screen and (max-width: 600px) {
      #newsList hr {
        width: 104%;
        margin-left: -4%; } }
  #newsList ul {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    margin-top: 55px;
    list-style-type: none;
    float: left; }
    @media screen and (max-width: 600px) {
      #newsList ul {
        margin-top: 0px; } }
    #newsList ul li {
      float: left;
      width: 100%;
      padding: 20px 0px 15px 25px;
      display: inline; }
      @media screen and (max-width: 600px) {
        #newsList ul li {
          padding: 20px 10px 15px 15px;
          position: relative; } }
      #newsList ul li:nth-child(odd) {
        background: #f9f9f9; }
      #newsList ul li:before {
        content: ""; }
      #newsList ul li h3 {
        text-transform: capitalize;
        font-size: 20px;
        font-weight: 600;
        display: inline; }
        @media screen and (max-width: 600px) {
          #newsList ul li h3 {
            position: relative; } }
        #newsList ul li h3 a {
          color: #737373;
          border-bottom: none; }
          #newsList ul li h3 a:hover {
            border-bottom: 1px solid #737373; }
        #newsList ul li h3 :after {
          content: " -"; }
          @media screen and (max-width: 600px) {
            #newsList ul li h3 :after {
              display: none; } }
      #newsList ul li span {
        color: #ba0c2f;
        font-weight: 600;
        font-size: 20px; }
        @media screen and (max-width: 600px) {
          #newsList ul li span {
            display: block; } }

/* News Details */
#newsDetails h1 {
  width: 85%;
  display: inline-block; }
#newsDetails img {
  margin-bottom: 10px; }
#newsDetails .backToListing {
  display: inline-block;
  float: right;
  margin-top: 7%; }
  @media screen and (max-width: 600px) {
    #newsDetails .backToListing {
      margin-top: 0; } }
  #newsDetails .backToListing span:after {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    margin-top: -2px; }
  #newsDetails .backToListing a {
    font-style: italic;
    font-weight: 400;
    color: #002b49;
    font-size: 16px;
    display: inline;
    padding-left: 13px;
    padding-top: 0px; }
#newsDetails hr {
  width: 130%;
  margin-left: -15%;
  margin-top: 0px;
  margin-bottom: 0px;
  display: block;
  border: 0;
  border-top: 1px solid #002b49;
  padding: 0; }
  @media screen and (max-width: 600px) {
    #newsDetails hr {
      width: 109%;
      margin-left: -5%; } }

/*# sourceMappingURL=content.css.map */
