
/**
 * Sections:
 *
 * 0.0 - Reset
 * 1.0 - Typography
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Galleries
 *   6.2 - Contact Page
 * 7.0 - Sidebar
 * 8.0 - Footer
 * 10.0 - Media Queries
 * 11.0 - Print
 * -----------------------------------------------------------------------------
 */
/**
 * 0.0 Reset
 *
 * This levels the playing field across all browsers.
 *
 * -----------------------------------------------------------------------------
 */

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: auto;
    padding: 0;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}
audio,
canvas,
video {
    display: inline-block;
    max-width: 100%
}
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
address {
    font-style: italic;
    margin-bottom: 24px
}
abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help
}
b,
strong {
    font-weight: 700
}
cite,
dfn,
em,
i {
    font-style: italic
}
ins,
mark {
    background: #fff9c0;
    text-decoration: none
}
p {
    margin-bottom: 24px
}
code,
kbd,
pre,
samp,
tt,
var {
    font-family: monospace, serif;
    font-size: 15px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.6
}
pre {
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}
blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}
blockquote {
    color: #777;
    font-size: 19px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2631578947;
    margin-bottom: 24px
}
blockquote cite,
blockquote small {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5
}
blockquote cite,
blockquote em,
blockquote i {
    font-style: normal
}
blockquote b,
blockquote strong {
    font-weight: 400
}
small {
    font-size: smaller
}
big {
    font-size: 125%
}
sub,
sup {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    bottom: 1ex
}
sub {
    top: .5ex
}
dl {
    margin-bottom: 24px
}
dt {
    font-weight: 700
}
dd {
    margin-bottom: 24px
}
ol,
ul {
    margin: 0 0 24px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style-position: inside;
}
ul {
    list-style: disc
}
ol {
    list-style: decimal
}
li>ol,
li>ul {
    margin: 0 0 0 20px
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}
figure {
    margin: 0
}
fieldset {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 0 24px;
    padding: 11px 12px 0
}
legend {
    white-space: normal
}
button,
input,
select,
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline
}
button,
input {
    line-height: normal
}
input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0))
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
input[disabled] {
    cursor: default
}
input[type=checkbox],
input[type=radio] {
    padding: 0
}
input[type=search] {
    -webkit-appearance: textfield
}
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
}
table,
td,
th {
    border: 1px solid rgba(0, 0, 0, .1)
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%
}
caption,
td,
th {
    font-weight: 400;
    text-align: left
}
th {
    border-width: 0 1px 1px 0;
    font-weight: 700
}
td {
    border-width: 0 1px 1px 0
}
del {
    color: #777
}
hr {
    background-color: rgba(0, 0, 0, .1);
    border: 0;
    height: 1px;
    margin-bottom: 23px
}
/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See https://core.trac.wordpress.org/ticket/25898.
 */

::selection {
    background: #ffe26e;
    color: #000;
    text-shadow: none;
}
::-moz-selection {
    background: #ffe26e;
    color: #000;
    text-shadow: none;
}
/* Scrollbars */
/* Turn on custom 8px wide scrollbar */

::-webkit-scrollbar {
    width: 10px;
    /* 1px wider than Lion. */
    /* This is more usable for users trying to click it. */
    
    background-color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 100px;
}
/* hover effect for both scrollbar area, and scrollbar 'thumb' */

::-webkit-scrollbar:hover {
    background-color: rgba(0, 0, 0, 0.04);
}
/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */

::-webkit-scrollbar-thumb:vertical {
    /* This is the EXACT color of Mac OS scrollbars. 
     Yes, I pulled out digital color meter */
    
    background: rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 100px;
}
::-webkit-scrollbar-thumb:vertical:active {
    background: rgba(0, 0, 0, 0.61);
    /* Some darker color when you click it */
    
    -webkit-border-radius: 100px;
}
::-webkit-scrollbar-thumb:horizontal {
    /* This is the EXACT color of Mac OS scrollbars. 
     Yes, I pulled out digital color meter */
    
    background: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 100px;
}
::-webkit-scrollbar-thumb:horizontal:active {
    background: rgba(0, 0, 0, 0.4);
    /* Some darker color when you click it */
    
    -webkit-border-radius: 100px;
}
/**
 * 1.0 Typography
 * 
 * Definitions of web fonts and icon sets.
 * Make sure to change the font src whenever you upgrade to latest version of 
 * Font Awesome, or use custom generated font icons from https://fontello.com/ 
 * -----------------------------------------------------------------------------
 */
/*!
 *  Font Awesome 4.1.0 by @davegandy - https://fontawesome.io - @fontawesome
 *  License - https://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url('https://includes.ncl.ac.uk/cms/rctemplatev2/fonts/fontawesome-webfont.eot?v=4.1.0');
    src: url('https://includes.ncl.ac.uk/cms/rctemplatev2/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('https://includes.ncl.ac.uk/cms/rctemplatev2/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('https://includes.ncl.ac.uk/cms/rctemplatev2/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('https://includes.ncl.ac.uk/cms/rctemplatev2/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}
.fa-fw {
    width: 1.28571429em;
    text-align: center
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}
.fa-ul>li {
    position: relative
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}
.fa-li.fa-lg {
    left: -1.85714286em
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.fa.pull-left {
    margin-right: .3em
}
.fa.pull-right {
    margin-left: .3em
}
.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}
.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.fa-stack-1x {
    line-height: inherit
}
.fa-stack-2x {
    font-size: 2em
}
.fa-inverse {
    color: #fff
}
.fa-glass:before {
    content: "\f000"
}
.fa-music:before {
    content: "\f001"
}
.fa-search:before {
    content: "\f002"
}
.fa-envelope-o:before {
    content: "\f003"
}
.fa-heart:before {
    content: "\f004"
}
.fa-star:before {
    content: "\f005"
}
.fa-star-o:before {
    content: "\f006"
}
.fa-user:before {
    content: "\f007"
}
.fa-film:before {
    content: "\f008"
}
.fa-th-large:before {
    content: "\f009"
}
.fa-th:before {
    content: "\f00a"
}
.fa-th-list:before {
    content: "\f00b"
}
.fa-check:before {
    content: "\f00c"
}
.fa-times:before {
    content: "\f00d"
}
.fa-search-plus:before {
    content: "\f00e"
}
.fa-search-minus:before {
    content: "\f010"
}
.fa-power-off:before {
    content: "\f011"
}
.fa-signal:before {
    content: "\f012"
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}
.fa-trash-o:before {
    content: "\f014"
}
.fa-home:before {
    content: "\f015"
}
.fa-file-o:before {
    content: "\f016"
}
.fa-clock-o:before {
    content: "\f017"
}
.fa-road:before {
    content: "\f018"
}
.fa-download:before {
    content: "\f019"
}
.fa-arrow-circle-o-down:before {
    content: "\f01a"
}
.fa-arrow-circle-o-up:before {
    content: "\f01b"
}
.fa-inbox:before {
    content: "\f01c"
}
.fa-play-circle-o:before {
    content: "\f01d"
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}
.fa-refresh:before {
    content: "\f021"
}
.fa-list-alt:before {
    content: "\f022"
}
.fa-lock:before {
    content: "\f023"
}
.fa-flag:before {
    content: "\f024"
}
.fa-headphones:before {
    content: "\f025"
}
.fa-volume-off:before {
    content: "\f026"
}
.fa-volume-down:before {
    content: "\f027"
}
.fa-volume-up:before {
    content: "\f028"
}
.fa-qrcode:before {
    content: "\f029"
}
.fa-barcode:before {
    content: "\f02a"
}
.fa-tag:before {
    content: "\f02b"
}
.fa-tags:before {
    content: "\f02c"
}
.fa-book:before {
    content: "\f02d"
}
.fa-bookmark:before {
    content: "\f02e"
}
.fa-print:before {
    content: "\f02f"
}
.fa-camera:before {
    content: "\f030"
}
.fa-font:before {
    content: "\f031"
}
.fa-bold:before {
    content: "\f032"
}
.fa-italic:before {
    content: "\f033"
}
.fa-text-height:before {
    content: "\f034"
}
.fa-text-width:before {
    content: "\f035"
}
.fa-align-left:before {
    content: "\f036"
}
.fa-align-center:before {
    content: "\f037"
}
.fa-align-right:before {
    content: "\f038"
}
.fa-align-justify:before {
    content: "\f039"
}
.fa-list:before {
    content: "\f03a"
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}
.fa-indent:before {
    content: "\f03c"
}
.fa-video-camera:before {
    content: "\f03d"
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}
.fa-pencil:before {
    content: "\f040"
}
.fa-map-marker:before {
    content: "\f041"
}
.fa-adjust:before {
    content: "\f042"
}
.fa-tint:before {
    content: "\f043"
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}
.fa-share-square-o:before {
    content: "\f045"
}
.fa-check-square-o:before {
    content: "\f046"
}
.fa-arrows:before {
    content: "\f047"
}
.fa-step-backward:before {
    content: "\f048"
}
.fa-fast-backward:before {
    content: "\f049"
}
.fa-backward:before {
    content: "\f04a"
}
.fa-play:before {
    content: "\f04b"
}
.fa-pause:before {
    content: "\f04c"
}
.fa-stop:before {
    content: "\f04d"
}
.fa-forward:before {
    content: "\f04e"
}
.fa-fast-forward:before {
    content: "\f050"
}
.fa-step-forward:before {
    content: "\f051"
}
.fa-eject:before {
    content: "\f052"
}
.fa-chevron-left:before {
    content: "\f053"
}
.fa-chevron-right:before {
    content: "\f054"
}
.fa-plus-circle:before {
    content: "\f055"
}
.fa-minus-circle:before {
    content: "\f056"
}
.fa-times-circle:before {
    content: "\f057"
}
.fa-check-circle:before {
    content: "\f058"
}
.fa-question-circle:before {
    content: "\f059"
}
.fa-info-circle:before {
    content: "\f05a"
}
.fa-crosshairs:before {
    content: "\f05b"
}
.fa-times-circle-o:before {
    content: "\f05c"
}
.fa-check-circle-o:before {
    content: "\f05d"
}
.fa-ban:before {
    content: "\f05e"
}
.fa-arrow-left:before {
    content: "\f060"
}
.fa-arrow-right:before {
    content: "\f061"
}
.fa-arrow-up:before {
    content: "\f062"
}
.fa-arrow-down:before {
    content: "\f063"
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}
.fa-expand:before {
    content: "\f065"
}
.fa-compress:before {
    content: "\f066"
}
.fa-plus:before {
    content: "\f067"
}
.fa-minus:before {
    content: "\f068"
}
.fa-asterisk:before {
    content: "\f069"
}
.fa-exclamation-circle:before {
    content: "\f06a"
}
.fa-gift:before {
    content: "\f06b"
}
.fa-leaf:before {
    content: "\f06c"
}
.fa-fire:before {
    content: "\f06d"
}
.fa-eye:before {
    content: "\f06e"
}
.fa-eye-slash:before {
    content: "\f070"
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}
.fa-plane:before {
    content: "\f072"
}
.fa-calendar:before {
    content: "\f073"
}
.fa-random:before {
    content: "\f074"
}
.fa-comment:before {
    content: "\f075"
}
.fa-magnet:before {
    content: "\f076"
}
.fa-chevron-up:before {
    content: "\f077"
}
.fa-chevron-down:before {
    content: "\f078"
}
.fa-retweet:before {
    content: "\f079"
}
.fa-shopping-cart:before {
    content: "\f07a"
}
.fa-folder:before {
    content: "\f07b"
}
.fa-folder-open:before {
    content: "\f07c"
}
.fa-arrows-v:before {
    content: "\f07d"
}
.fa-arrows-h:before {
    content: "\f07e"
}
.fa-bar-chart-o:before {
    content: "\f080"
}
.fa-twitter-square:before {
    content: "\f081"
}
.fa-facebook-square:before {
    content: "\f082"
}
.fa-camera-retro:before {
    content: "\f083"
}
.fa-key:before {
    content: "\f084"
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}
.fa-comments:before {
    content: "\f086"
}
.fa-thumbs-o-up:before {
    content: "\f087"
}
.fa-thumbs-o-down:before {
    content: "\f088"
}
.fa-star-half:before {
    content: "\f089"
}
.fa-heart-o:before {
    content: "\f08a"
}
.fa-sign-out:before {
    content: "\f08b"
}
.fa-linkedin-square:before {
    content: "\f08c"
}
.fa-thumb-tack:before {
    content: "\f08d"
}
.fa-external-link:before {
    content: "\f08e"
}
.fa-sign-in:before {
    content: "\f090"
}
.fa-trophy:before {
    content: "\f091"
}
.fa-github-square:before {
    content: "\f092"
}
.fa-upload:before {
    content: "\f093"
}
.fa-lemon-o:before {
    content: "\f094"
}
.fa-phone:before {
    content: "\f095"
}
.fa-square-o:before {
    content: "\f096"
}
.fa-bookmark-o:before {
    content: "\f097"
}
.fa-phone-square:before {
    content: "\f098"
}
.fa-twitter:before {
    content: "\f099"
}
.fa-facebook:before {
    content: "\f09a"
}
.fa-github:before {
    content: "\f09b"
}
.fa-unlock:before {
    content: "\f09c"
}
.fa-credit-card:before {
    content: "\f09d"
}
.fa-rss:before {
    content: "\f09e"
}
.fa-hdd-o:before {
    content: "\f0a0"
}
.fa-bullhorn:before {
    content: "\f0a1"
}
.fa-bell:before {
    content: "\f0f3"
}
.fa-certificate:before {
    content: "\f0a3"
}
.fa-hand-o-right:before {
    content: "\f0a4"
}
.fa-hand-o-left:before {
    content: "\f0a5"
}
.fa-hand-o-up:before {
    content: "\f0a6"
}
.fa-hand-o-down:before {
    content: "\f0a7"
}
.fa-arrow-circle-left:before {
    content: "\f0a8"
}
.fa-arrow-circle-right:before {
    content: "\f0a9"
}
.fa-arrow-circle-up:before {
    content: "\f0aa"
}
.fa-arrow-circle-down:before {
    content: "\f0ab"
}
.fa-globe:before {
    content: "\f0ac"
}
.fa-wrench:before {
    content: "\f0ad"
}
.fa-tasks:before {
    content: "\f0ae"
}
.fa-filter:before {
    content: "\f0b0"
}
.fa-briefcase:before {
    content: "\f0b1"
}
.fa-arrows-alt:before {
    content: "\f0b2"
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}
.fa-cloud:before {
    content: "\f0c2"
}
.fa-flask:before {
    content: "\f0c3"
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}
.fa-paperclip:before {
    content: "\f0c6"
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}
.fa-square:before {
    content: "\f0c8"
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}
.fa-list-ul:before {
    content: "\f0ca"
}
.fa-list-ol:before {
    content: "\f0cb"
}
.fa-strikethrough:before {
    content: "\f0cc"
}
.fa-underline:before {
    content: "\f0cd"
}
.fa-table:before {
    content: "\f0ce"
}
.fa-magic:before {
    content: "\f0d0"
}
.fa-truck:before {
    content: "\f0d1"
}
.fa-pinterest:before {
    content: "\f0d2"
}
.fa-pinterest-square:before {
    content: "\f0d3"
}
.fa-google-plus-square:before {
    content: "\f0d4"
}
.fa-google-plus:before {
    content: "\f0d5"
}
.fa-money:before {
    content: "\f0d6"
}
.fa-caret-down:before {
    content: "\f0d7"
}
.fa-caret-up:before {
    content: "\f0d8"
}
.fa-caret-left:before {
    content: "\f0d9"
}
.fa-caret-right:before {
    content: "\f0da"
}
.fa-columns:before {
    content: "\f0db"
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}
.fa-envelope:before {
    content: "\f0e0"
}
.fa-linkedin:before {
    content: "\f0e1"
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}
.fa-comment-o:before {
    content: "\f0e5"
}
.fa-comments-o:before {
    content: "\f0e6"
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}
.fa-sitemap:before {
    content: "\f0e8"
}
.fa-umbrella:before {
    content: "\f0e9"
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}
.fa-lightbulb-o:before {
    content: "\f0eb"
}
.fa-exchange:before {
    content: "\f0ec"
}
.fa-cloud-download:before {
    content: "\f0ed"
}
.fa-cloud-upload:before {
    content: "\f0ee"
}
.fa-user-md:before {
    content: "\f0f0"
}
.fa-stethoscope:before {
    content: "\f0f1"
}
.fa-suitcase:before {
    content: "\f0f2"
}
.fa-bell-o:before {
    content: "\f0a2"
}
.fa-coffee:before {
    content: "\f0f4"
}
.fa-cutlery:before {
    content: "\f0f5"
}
.fa-file-text-o:before {
    content: "\f0f6"
}
.fa-building-o:before {
    content: "\f0f7"
}
.fa-hospital-o:before {
    content: "\f0f8"
}
.fa-ambulance:before {
    content: "\f0f9"
}
.fa-medkit:before {
    content: "\f0fa"
}
.fa-fighter-jet:before {
    content: "\f0fb"
}
.fa-beer:before {
    content: "\f0fc"
}
.fa-h-square:before {
    content: "\f0fd"
}
.fa-plus-square:before {
    content: "\f0fe"
}
.fa-angle-double-left:before {
    content: "\f100"
}
.fa-angle-double-right:before {
    content: "\f101"
}
.fa-angle-double-up:before {
    content: "\f102"
}
.fa-angle-double-down:before {
    content: "\f103"
}
.fa-angle-left:before {
    content: "\f104"
}
.fa-angle-right:before {
    content: "\f105"
}
.fa-angle-up:before {
    content: "\f106"
}
.fa-angle-down:before {
    content: "\f107"
}
.fa-desktop:before {
    content: "\f108"
}
.fa-laptop:before {
    content: "\f109"
}
.fa-tablet:before {
    content: "\f10a"
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}
.fa-circle-o:before {
    content: "\f10c"
}
.fa-quote-left:before {
    content: "\f10d"
}
.fa-quote-right:before {
    content: "\f10e"
}
.fa-spinner:before {
    content: "\f110"
}
.fa-circle:before {
    content: "\f111"
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}
.fa-github-alt:before {
    content: "\f113"
}
.fa-folder-o:before {
    content: "\f114"
}
.fa-folder-open-o:before {
    content: "\f115"
}
.fa-smile-o:before {
    content: "\f118"
}
.fa-frown-o:before {
    content: "\f119"
}
.fa-meh-o:before {
    content: "\f11a"
}
.fa-gamepad:before {
    content: "\f11b"
}
.fa-keyboard-o:before {
    content: "\f11c"
}
.fa-flag-o:before {
    content: "\f11d"
}
.fa-flag-checkered:before {
    content: "\f11e"
}
.fa-terminal:before {
    content: "\f120"
}
.fa-code:before {
    content: "\f121"
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}
.fa-location-arrow:before {
    content: "\f124"
}
.fa-crop:before {
    content: "\f125"
}
.fa-code-fork:before {
    content: "\f126"
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}
.fa-question:before {
    content: "\f128"
}
.fa-info:before {
    content: "\f129"
}
.fa-exclamation:before {
    content: "\f12a"
}
.fa-superscript:before {
    content: "\f12b"
}
.fa-subscript:before {
    content: "\f12c"
}
.fa-eraser:before {
    content: "\f12d"
}
.fa-puzzle-piece:before {
    content: "\f12e"
}
.fa-microphone:before {
    content: "\f130"
}
.fa-microphone-slash:before {
    content: "\f131"
}
.fa-shield:before {
    content: "\f132"
}
.fa-calendar-o:before {
    content: "\f133"
}
.fa-fire-extinguisher:before {
    content: "\f134"
}
.fa-rocket:before {
    content: "\f135"
}
.fa-maxcdn:before {
    content: "\f136"
}
.fa-chevron-circle-left:before {
    content: "\f137"
}
.fa-chevron-circle-right:before {
    content: "\f138"
}
.fa-chevron-circle-up:before {
    content: "\f139"
}
.fa-chevron-circle-down:before {
    content: "\f13a"
}
.fa-html5:before {
    content: "\f13b"
}
.fa-css3:before {
    content: "\f13c"
}
.fa-anchor:before {
    content: "\f13d"
}
.fa-unlock-alt:before {
    content: "\f13e"
}
.fa-bullseye:before {
    content: "\f140"
}
.fa-ellipsis-h:before {
    content: "\f141"
}
.fa-ellipsis-v:before {
    content: "\f142"
}
.fa-rss-square:before {
    content: "\f143"
}
.fa-play-circle:before {
    content: "\f144"
}
.fa-ticket:before {
    content: "\f145"
}
.fa-minus-square:before {
    content: "\f146"
}
.fa-minus-square-o:before {
    content: "\f147"
}
.fa-level-up:before {
    content: "\f148"
}
.fa-level-down:before {
    content: "\f149"
}
.fa-check-square:before {
    content: "\f14a"
}
.fa-pencil-square:before {
    content: "\f14b"
}
.fa-external-link-square:before {
    content: "\f14c"
}
.fa-share-square:before {
    content: "\f14d"
}
.fa-compass:before {
    content: "\f14e"
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}
.fa-gbp:before {
    content: "\f154"
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}
.fa-won:before,
.fa-krw:before {
    content: "\f159"
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}
.fa-file:before {
    content: "\f15b"
}
.fa-file-text:before {
    content: "\f15c"
}
.fa-sort-alpha-asc:before {
    content: "\f15d"
}
.fa-sort-alpha-desc:before {
    content: "\f15e"
}
.fa-sort-amount-asc:before {
    content: "\f160"
}
.fa-sort-amount-desc:before {
    content: "\f161"
}
.fa-sort-numeric-asc:before {
    content: "\f162"
}
.fa-sort-numeric-desc:before {
    content: "\f163"
}
.fa-thumbs-up:before {
    content: "\f164"
}
.fa-thumbs-down:before {
    content: "\f165"
}
.fa-youtube-square:before {
    content: "\f166"
}
.fa-youtube:before {
    content: "\f167"
}
.fa-xing:before {
    content: "\f168"
}
.fa-xing-square:before {
    content: "\f169"
}
.fa-youtube-play:before {
    content: "\f16a"
}
.fa-dropbox:before {
    content: "\f16b"
}
.fa-stack-overflow:before {
    content: "\f16c"
}
.fa-instagram:before {
    content: "\f16d"
}
.fa-flickr:before {
    content: "\f16e"
}
.fa-adn:before {
    content: "\f170"
}
.fa-bitbucket:before {
    content: "\f171"
}
.fa-bitbucket-square:before {
    content: "\f172"
}
.fa-tumblr:before {
    content: "\f173"
}
.fa-tumblr-square:before {
    content: "\f174"
}
.fa-long-arrow-down:before {
    content: "\f175"
}
.fa-long-arrow-up:before {
    content: "\f176"
}
.fa-long-arrow-left:before {
    content: "\f177"
}
.fa-long-arrow-right:before {
    content: "\f178"
}
.fa-apple:before {
    content: "\f179"
}
.fa-windows:before {
    content: "\f17a"
}
.fa-android:before {
    content: "\f17b"
}
.fa-linux:before {
    content: "\f17c"
}
.fa-dribbble:before {
    content: "\f17d"
}
.fa-skype:before {
    content: "\f17e"
}
.fa-foursquare:before {
    content: "\f180"
}
.fa-trello:before {
    content: "\f181"
}
.fa-female:before {
    content: "\f182"
}
.fa-male:before {
    content: "\f183"
}
.fa-gittip:before {
    content: "\f184"
}
.fa-sun-o:before {
    content: "\f185"
}
.fa-moon-o:before {
    content: "\f186"
}
.fa-archive:before {
    content: "\f187"
}
.fa-bug:before {
    content: "\f188"
}
.fa-vk:before {
    content: "\f189"
}
.fa-weibo:before {
    content: "\f18a"
}
.fa-renren:before {
    content: "\f18b"
}
.fa-pagelines:before {
    content: "\f18c"
}
.fa-stack-exchange:before {
    content: "\f18d"
}
.fa-arrow-circle-o-right:before {
    content: "\f18e"
}
.fa-arrow-circle-o-left:before {
    content: "\f190"
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}
.fa-dot-circle-o:before {
    content: "\f192"
}
.fa-wheelchair:before {
    content: "\f193"
}
.fa-vimeo-square:before {
    content: "\f194"
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}
.fa-plus-square-o:before {
    content: "\f196"
}
.fa-space-shuttle:before {
    content: "\f197"
}
.fa-slack:before {
    content: "\f198"
}
.fa-envelope-square:before {
    content: "\f199"
}
.fa-wordpress:before {
    content: "\f19a"
}
.fa-openid:before {
    content: "\f19b"
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}
.fa-yahoo:before {
    content: "\f19e"
}
.fa-google:before {
    content: "\f1a0"
}
.fa-reddit:before {
    content: "\f1a1"
}
.fa-reddit-square:before {
    content: "\f1a2"
}
.fa-stumbleupon-circle:before {
    content: "\f1a3"
}
.fa-stumbleupon:before {
    content: "\f1a4"
}
.fa-delicious:before {
    content: "\f1a5"
}
.fa-digg:before {
    content: "\f1a6"
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
    content: "\f1a7"
}
.fa-pied-piper-alt:before {
    content: "\f1a8"
}
.fa-drupal:before {
    content: "\f1a9"
}
.fa-joomla:before {
    content: "\f1aa"
}
.fa-language:before {
    content: "\f1ab"
}
.fa-fax:before {
    content: "\f1ac"
}
.fa-building:before {
    content: "\f1ad"
}
.fa-child:before {
    content: "\f1ae"
}
.fa-paw:before {
    content: "\f1b0"
}
.fa-spoon:before {
    content: "\f1b1"
}
.fa-cube:before {
    content: "\f1b2"
}
.fa-cubes:before {
    content: "\f1b3"
}
.fa-behance:before {
    content: "\f1b4"
}
.fa-behance-square:before {
    content: "\f1b5"
}
.fa-steam:before {
    content: "\f1b6"
}
.fa-steam-square:before {
    content: "\f1b7"
}
.fa-recycle:before {
    content: "\f1b8"
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}
.fa-tree:before {
    content: "\f1bb"
}
.fa-spotify:before {
    content: "\f1bc"
}
.fa-deviantart:before {
    content: "\f1bd"
}
.fa-soundcloud:before {
    content: "\f1be"
}
.fa-database:before {
    content: "\f1c0"
}
.fa-file-pdf-o:before {
    content: "\f1c1"
}
.fa-file-word-o:before {
    content: "\f1c2"
}
.fa-file-excel-o:before {
    content: "\f1c3"
}
.fa-file-powerpoint-o:before {
    content: "\f1c4"
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}
.fa-file-code-o:before {
    content: "\f1c9"
}
.fa-vine:before {
    content: "\f1ca"
}
.fa-codepen:before {
    content: "\f1cb"
}
.fa-jsfiddle:before {
    content: "\f1cc"
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}
.fa-circle-o-notch:before {
    content: "\f1ce"
}
.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}
.fa-git-square:before {
    content: "\f1d2"
}
.fa-git:before {
    content: "\f1d3"
}
.fa-hacker-news:before {
    content: "\f1d4"
}
.fa-tencent-weibo:before {
    content: "\f1d5"
}
.fa-qq:before {
    content: "\f1d6"
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}
.fa-history:before {
    content: "\f1da"
}
.fa-circle-thin:before {
    content: "\f1db"
}
.fa-header:before {
    content: "\f1dc"
}
.fa-paragraph:before {
    content: "\f1dd"
}
.fa-sliders:before {
    content: "\f1de"
}
.fa-share-alt:before {
    content: "\f1e0"
}
.fa-share-alt-square:before {
    content: "\f1e1"
}
.fa-bomb:before {
    content: "\f1e2"
}
/**
 * Define our Web Fonts
 * Default: 'Bariol Light'
 */

@font-face {
    font-family: 'Bariol';
    src: url('https://includes.ncl.ac.uk/cms/rctemplatev2/fonts/bariol_regular-webfont.eot');
    src: url('https://includes.ncl.ac.uk/cms/rctemplatev2/fonts/bariol_regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://includes.ncl.ac.uk/cms/rctemplatev2/fonts/bariol_regular-webfont.woff') format('woff'), url('https://includes.ncl.ac.uk/cms/rctemplatev2/fonts/bariol_regular-webfont.ttf') format('truetype'), url('https://includes.ncl.ac.uk/cms/rctemplatev2/fonts/bariol_regular-webfont.svg#BariolRegularRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bariol Bold';
    src: url('https://includes.ncl.ac.uk/cms/rctemplatev2/fonts/bariol_bold-webfont.eot');
    src: url('https://includes.ncl.ac.uk/cms/rctemplatev2/fonts/bariol_bold-webfont.eot?#iefix') format('embedded-opentype'), url('https://includes.ncl.ac.uk/cms/rctemplatev2/fonts/bariol_bold-webfont.woff') format('woff'), url('https://includes.ncl.ac.uk/cms/rctemplatev2/fonts/bariol_bold-webfont.ttf') format('truetype'), url('https://includes.ncl.ac.uk/cms/rctemplatev2/fonts/bariol_bold-webfont.svg#BariolRegularRegular') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Bariol Light';
    src: url('https://includes.ncl.ac.uk/cms/rctemplatev2/fonts/bariol_light-webfont.eot');
    src: url('https://includes.ncl.ac.uk/cms/rctemplatev2/fonts/bariol_light-webfont.eot?#iefix') format('embedded-opentype'), url('https://includes.ncl.ac.uk/cms/rctemplatev2/fonts/bariol_light-webfont.woff') format('woff'), url('https://includes.ncl.ac.uk/cms/rctemplatev2/fonts/bariol_light-webfont.ttf') format('truetype'), url('https://includes.ncl.ac.uk/cms/rctemplatev2/fonts/bariol_light-webfont.svg#BariolRegularRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
    background: #fff;
}
body {
    background: #fff;
}
body,
button,
input,
select,
textarea {
    color: #333;
    font-family: "Bariol", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5;
}
a,
a:visited {
    color: #003965;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    outline-offset: 3px;
}
a:active,
a:hover {
    text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 700;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    color: #444;
    text-rendering: optimizeLegibility;
    margin: 0em auto 0.5em;
    /* max-width: 580px; */
    
    text-align: left;
}
h1 {
    font-size: 34px;
    font-weight: 900;
    line-height: 1.3846153846;
}
h2 {
    font-size: 28px;
    line-height: 1;
}
h3 {
    font-size: 26px;
    line-height: 1.0909090909;
}
h4 {
    font-size: 20px;
    line-height: 1.2;
}
h5 {
    font-size: 18px;
    line-height: 1.3333333333;
}
h6 {
    font-size: 16px;
    line-height: 1.5;
}
/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

button,
.button,
.button:visited,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    font-family: inherit;
    font-size: inherit;
    background: #b00;
    color: #fff;
    cursor: pointer;
    padding: 0.5em 1.5em;
    display: inline-block;
    margin: 1em 2em 1em 0;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    /* box-shadow: 0 5px #900; */
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    border-radius: 3px;
}
/* Remove styling from video player buttons */

.mejs-controls .mejs-button button {
    box-shadow: none;
}
/* Pseudo elements for icons */

button:before,
.button:before,
input[type="button"]:before,
input[type="reset"]:before,
input[type="submit"]:before {
    font-family: 'FontAwesome';
    float: right;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1.5;
    position: relative;
    -webkit-font-smoothing: antialiased;
    margin-left: 7px;
}
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    /* box-shadow: 0 3px #900; */
    top: 2px;
    /* color: #fff; */
    text-decoration: none;
}
button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    /* box-shadow: 0 0 #900; */
    top: 5px;
}
button[disabled],
.button[disabled],
.button.disabled,
input[type="button"][disabled],
input[type="reset"][disabled],
input[type="submit"][disabled],
fieldset[disabled] .button,
fieldset[disabled] .button:hover,
fieldset[disabled] .button:active,
fieldset[disabled] .button:focus {
    cursor: not-allowed;
    background: #ccc;
    /* color: #666;
    box-shadow: 0 5px #999; */
    top: 0;
}
::-webkit-input-placeholder {
    color: #999;
}
:-moz-placeholder {
    color: #999;
}
::-moz-placeholder {
    color: #999;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #999;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label,
.label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600;
}
label small,
.label small {
    color: #999;
    font-weight: 400;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 0.5em 0 0;
    line-height: normal;
}
input[type="file"],
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    line-height: 1.42857143;
    color: #555;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="time"],
input[type="number"],
select,
textarea,
.form-control {
    display: block;
    width: 100%;
    color: #555;
    padding: 6px 10px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus,
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
input[type="text"][disabled],
input[type="text"][readonly],
input[type="password"][disabled],
input[type="password"][readonly],
input[type="email"][disabled],
input[type="email"][readonly],
input[type="search"][disabled],
input[type="search"][readonly],
input[type="url"][disabled],
input[type="url"][readonly],
input[type="tel"][disabled],
input[type="tel"][readonly],
input[type="time"][disabled],
input[type="time"][readonly],
input[type="number"][disabled],
input[type="number"][readonly],
select[disabled],
select[readonly],
textarea[disabled],
textarea[readonly],
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
input[type="date"] {
    line-height: 2em;
}
.form-group,
textarea {
    margin-bottom: 1em;
}
.radio,
.checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
/* Alert and Notifications */

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert a {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success a {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info a {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning a {
    color: #66512c;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger a {
    color: #843534;
}
/* Responsive images. Fluid images for articles */

.site-content img {
    max-width: 100%;
    height: auto !important;
}
/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
    margin-bottom: 1.5em;
    max-width: 100%;
}
p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
    margin-bottom: 0;
}
/* Blockquote */

blockquote {
    margin: 0 auto 1.5em;
    border-left: 2px solid #c00;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
blockquote.alignleft,
blockquote.alignright {
    margin: 0.25em auto 0.5em;
}
blockquote p {
    text-indent: 24px;
    text-align: justify;
    font: 400 1.4em/1.4 'Playfair Display', Georgia, Times, serif;
    padding: 0 10px;
    font-style: italic;
}
blockquote:before {
    content: "“ ";
    float: left;
    font: bold 4.0em/0.92 'Playfair Display', Georgia, Times, serif;
    color: #c00;
    height: 20px;
    width: 20px;
    margin: 0 0 0 6px;
}
blockquote cite,
blockquote p > strong:last-of-type {
    font-size: 0.9em;
    font-weight: 300;
    font-style: italic;
    margin: 0;
    padding: 0;
    float: right;
}
blockquote:after {
    content: "";
    display: table;
    clear: both;
}
/* Code */

pre,
address {
    padding: 5px 10px;
    background-color: #f4f4f4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
pre,
code {
    background: #fdf9ed;
    border-left: 3px solid #ffc42f;
    overflow-x: scroll;
    word-break: normal;
    word-wrap: normal;
}
code {
    padding: 0 3px;
    border: 1px solid #ffc42f;
    border-radius: 3px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
pre code {
    border: 0 none;
    padding: 0;
}
/* Alignment */

.alignleft {
    float: left;
}
.alignright {
    float: right;
}
figure.alignleft,
figure.alignright {
    float: none;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.entry-content p,
.entry-content iframe,
.fluidvids,
.post-thumbnail,
.entry-content figure {
    margin: 0 auto 1.5em;
}
.entry-content img {
    margin: 0.4em auto;
}
blockquote.alignleft,
.entry-content img.alignleft,
figure.alignleft img {
    margin: 0.4em 1em 0.4em 0;
}
blockquote.alignright,
.entry-content img.alignright,
figure.alignright img {
    margin: 0.4em 0 0.4em 1em;
}
.site-content blockquote.alignleft,
.site-content blockquote.alignright {
    width: 30%;
    margin-left: 20%;
    margin-right: 1em;
}
.site-content blockquote.alignright {
    margin-left: 1em;
    margin-right: 20%;
}
.content-sidebar blockquote.alignleft,
.sidebar-content blockquote.alignleft {
    margin-left: 0;
}
.content-sidebar blockquote.alignright,
.sidebar-content blockquote.alignright {
    margin-right: 0;
}
.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
    margin-bottom: 0;
}
figure.wp-caption {
    text-align: center;
}
figure.wp-caption img {
    margin-bottom: 0;
}
.wp-caption-text {
    // inherit from parent
}
figcaption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.9em;
    font-style: italic;
    line-height: 1.5;
    clear: both;
    margin-top: 0;
    margin-bottom: 0.4em;
    padding: 0.5em 1em;
    color: #777;
    background: #f4f4f4;
    max-width: 100%;
}
figure.alignleft figcaption {
    margin-right: 1em;
}
figure.alignright figcaption {
    margin-left: 1em;
}
/* Assistive text */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}
.screen-reader-text:focus {
    background: #c00;
    color: #fff;
    clip: auto;
    padding: 0 20px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    text-transform: none;
    z-index: 100000;
    /* Above WP toolbar */
}
.hide {
    display: none;
}
/* Clearing floats */

[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
    content: "";
    display: table;
}
[class*="content"]:after,
[class*="site"]:after {
    clear: both;
}
/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
    position: relative;
    margin: 0 auto;
}
.main-content {
    width: 100%;
}
#header {
    padding: 0;
    text-align: center;
}
#header,
#footer,
.sidebar-content,
.content-sidebar {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.content-sidebar #main,
.sidebar-content #main {
    width: 80%;
}
#sidebar {
    width: 20%;
}
#sidebar li {
    list-style: none;
    border-width: 0.07143em;
    border-color: #000000;
    border-bottom-style: dotted;
}
#sidebar li a {
    text-decoration: none;
    display: block;
    padding-bottom: 0.71429em;
    padding-top: 0.71429em;
    color: #003965;
}
/* 2 Column sidebar-content
============================================================================ */

#content .sidebar-content {
    float: left;
    margin-top: 3em;
}
/* fullpage
============================================================================ */

.content {} .content #main {
    float: left;
    width: 100%;
}
.site-content {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-top: 3em;
    padding: 0 0.5em 0 0.5em;
}
/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

.site-header {
    position: relative;
    width: 100%;
    z-index: 4;
}
.header-main {
    min-height: 48px;
    padding: 0 10px;
}
.site-title {
    float: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    margin: 0;
}
.site-title a,
.site-title a:hover {
    /*color: #fff;*/
}
#logo-container {
    width: 1066px;
    display: block;
    clear: both;
    margin: 0 auto;
}
#logo img {
    box-sizing: border-box;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://../img/ncl-logo.svg);
    display: block;
    padding-left: 0 !important;

}
#site-title {
    float: left;
    width: 200px;
    padding: 30px 7px 15px;
    overflow: hidden;
    position: relative;
}
#header-top-bar {
    display: block;
    width: 100%;
    background-color: #eee;
    height: 50px;
    border-bottom: 1px solid #ccc;
    padding: 0 1.5em 0 1.5em;
}
#header-top-bar-container {
    margin: 0 auto;
    padding: 0;
}
#header-top-bar-nav {
    position: relative;
    float: left;
    display: block;
    height: 25px;
    padding: 0;
    margin: 12px 0;
}
#header-top-bar-search {
    position: relative;
    float: right;
    margin: 10px 0;
}
#header-title {
    display: block;
}
#header-branding-area {
    width: 100%;
}
#header-branding-container {
    max-width: 1066px;
    margin: 0 auto;
    padding: 0 1em 0 1em;
    width: 100%;
    display: table;
    height: 140px;
    max-height: 140px;
    display: table;
}
#header-title {
    width: 75%;
    position: relative;
    vertical-align: middle;
    display: table-cell;
    text-align: left;
    padding-right: 1em;
}
#header-logo {
    width: 25%;
    display: table-cell;
    vertical-align: middle;
}
#header-title a {
    font-size: calc(1.6em + 1vmin);
    font-weight: 400;
}
#header-title a:hover {
    color: #c00;
    text-decoration: none;
}
input.searchbox:focus {
    border-color: #66afe9;
    outline: 0;
    width: 250px;
    -webkit-transition: width 0.2s ease-in 0.2s;
    transition: width 0.2s ease-in 0.2s;
}
input.searchbox {
    -webkit-transition: width 0.2s ease-in 0.2s;
    transition: width 0.2s ease-in 0.2s;
    position: relative;
    width: 175px;
    height: 30px;
    float: right;
    margin: 0;
    padding: 0 35px 0 20px;
    border-radius: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    background-image: none;
    color: #555;
    font-size: 1em;
}
span.search-btn-wrap {
    position: absolute;
    right: 0;
}
button.search-btn {
    cursor: pointer;
    font-size: 16px;
    margin-top: 2px;
    margin-right: 2px;
    padding: 0;
    z-index: 3;
    height: 26px;
    width: 30px;
    border: 0;
    margin-bottom: 0;
    color: #CCC;
    background: transparent;
    box-shadow: none;
}
/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

#nav {
    clear: both;
    padding: 0 7px;
    margin: 0 auto;
    line-height: 2.85em;
    font-weight: 600;
    text-align: center;
    z-index: 15;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    border-top: 1px dotted rgba(0, 0, 0, 0.2);
    height: 56px;
}
#nav #menu-toggle {
    cursor: pointer;
    font-size: 0;
    width: 48px;
    height: 48px;
    padding: 10px 7px 6px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    display: none;
}
#nav #menu-toggle i {
    float: left;
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 32px;
}
#nav .menu {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    display: block;
    height: auto;
    list-style: none;
    margin: 0 auto;
    max-width: 1066px;
	text-align: left;
    padding: 0;
    width: 100%;
}
#nav .menu ul {
    width: 100%;
    margin: 0 auto;
    list-style: none;
    display: none;
}
#nav .menu li {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
#nav .menu li a {
    padding: 0 17px;
    color: #003965;
    float: left;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#nav .menu li a:hover,
#nav .menu li a:focus,
#nav .menu li a.selected {
    color: #c00;
}
#nav .menu li > span.currentsection {
    padding: 0 17px;
    color: #c00;
}

#subnav {
    padding: 0 7px;
    margin: 0 auto;
    /*line-height: 3em;*/
    font-weight: 600;
    z-index: 15;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*border-bottom: 1px dotted rgba(0,0,0,0.2);*/
}
#subnav .menu {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    display: block;
    list-style: none;
    margin: 0 auto 3em;
}
#subnav .menu ul {
    margin: 0 auto;
    list-style: none;
}
#subnav .menu>ul>li:first-child {
    border: none;
}
#subnav .menu li {
    position: relative;
    vertical-align: top;
    border-width: 1px;
    border-top-style: dotted;
    border-color: #ccc;
    color: #c00;
    padding: 10px 0 10px;
}
#subnav .menu li a {
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#subnav .menu li a:hover,
#subnav .menu li a:focus,
#subnav .menu .menu-item-has-children.focus:after,
#subnav .menu .menu-item-has-children:hover:after {
    color: #c00;
}
/*#subnav .menu li a,
#subnav .menu li:focus li a,
#subnav .menu li:hover li a {
    color: #003965;
}*/
#subnav .menu > .current_page_item > a,
#subnav .menu > .current_page_ancestor > a,
#subnav .menu > .current-menu-item > a,
#subnav .menu > .current-menu-ancestor > a {
    color: #c00;
    border-bottom: 2px solid #c00;
}
#subnav .menu li ul {
    background: #fff;
    display: block;
}
#subnav .menu li.focus ul,
#subnav .menu li:hover ul {
    /*margin-left: -90px;*/
}
#subnav .menu li li {
    margin: 0 0 0 10px;
}
#subnav .menu li li a {
    width: 100%;
    /* padding: 0 15px; */
    /*border-bottom: 1px solid #f4f4f4;*/
    
    -webkit-transition: outline 0.2s ease-out;
    -moz-transition: outline 0.2s ease-out;
    -ms-transition: outline 0.2s ease-out;
    transition: outline 0.2s ease-out;
}
#subnav .menu li li:last-child a {
    border-bottom: 0 none;
}
#subnav .menu > li:first-child {
    margin-left: 0;
}
#subnav .menu > li:last-child {
    margin-right: 0;
}
#subnav .menu > li.current_page_item:last-child a,
#subnav .menu > li.current_menu_item:last-child a {
    border: 1px solid #f4f4f4;
    border-bottom: 2px solid #c00;
}
#subnav .menu > li.menu-item-has-children:after {
    content: "\f107";
    float: right;
    line-height: 2em;
    margin-left: 5px;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#subnav .menu li:hover li:hover a,
#subnav .menu li.current-menu-parent > ul > li.current-menu-item a {
    /*color: #fff;
    background: #c00;*/
}
#subnav #menu-toggle {
    cursor: pointer;
    font-size: 0;
    width: 48px;
    height: 48px;
    padding: 10px 7px 6px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    display: none;
}
#subnav #menu-toggle i {
    float: left;
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 32px;
}
#subnav #menu {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
ul#breadcrumbs {
    list-style: none;
    font-size: 85%;
    margin: 0;
    padding: 0;
}
ul#breadcrumbs li {
    display: inline-block;
    margin: 0 1px 0 1px;
}
/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

#content {
    max-width: 1066px;
    margin: 0 auto;
    padding: 0 0.5em 0 0.5em;
}
.content-area {
    padding-top: 48px;
}
/*.hentry {
    margin: 0 auto 48px;
}*/
.site-content .entry-content {
    text-align: center;
}
.site-content .entry-header,
.site-content table,
.site-content form,
.site-content p,
.site-content dl,
.entry-content ol,
.entry-content ul,
.gallery,
.site-content pre,
.site-content address,
.site-content .entry-summary,
.site-content .entry-meta,
.site-content .wp-video,
.site-content .hentry .wp-audio-shortcode,
.page-content,
.author-description,
.team-member,
#comments {
    margin: 0 auto 1.5em;
    /* max-width: 580px; */
    
    text-align: left;
}
.site-content table,
.site-content blockquote,
.site-content dl,
.gallery,
.site-content pre,
.site-content .wp-video,
.site-content .hentry .wp-audio-shortcode {
    max-width: 800px;
}
.site-content h3 {
    margin-bottom: 1.5em;
}
/*.entry-content ol,
.entry-content ul {
    list-style-position: inside;
}
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ol,
.entry-content ul ul {
    padding: 0 0 0 15px;
    margin: 0;
}*/
.site-content blockquote p {
    max-width: 100%;
}
.site-content blockquote p:last-of-type {
    margin-bottom: 0;
}
.page-content {
    margin-bottom: 48px;
}
/*.page .entry-content > p:first-of-type:first-letter,*/

p.dropcap:first-of-type:first-letter,
.post .entry-content > p:first-of-type:first-letter {
    font-size: 3.5em;
    line-height: 0.75em;
    text-transform: uppercase;
    font-weight: 900;
    float: left;
    margin: 0 5px 0 0;
}
figure.alignnone,
figure.aligncenter {
    display: inline-block;
}
figure.alignleft,
figure.alignright {
    max-width: 580px;
    margin: 0 auto;
}
.site-content p img.alignleft,
figure.alignleft figcaption,
figure.alignleft img {
    float: left;
}
.site-content p img.alignright,
figure.alignright figcaption,
figure.alignright img {
    float: right;
}
.site-content p,
.site-content dl,
.entry-content ol,
.entry-content ul,
.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4,
.site-content h5,
.site-content h6,
.site-content .entry-summary,
.site-content .entry-meta,
#comment-list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-article h5 {
    padding-top: 0.4em;
}
.news-article img {
    width: 100%;
    height: 100%;
}
.newscontent:after,
.eventcontent:after {
    clear: none;
}
.newsbox img,
.staffprofilebox img,
.eventsbox img {
    float: right;
}
.newsbox,
.eventsbox,
.staffprofilebox {
    padding: 0 0 1em 0;
    border-bottom: 1px dotted #eee;
    margin: 0 0 1em 0;
}
.newsbox,
.eventsbox,
.staffprofilebox {
    /*margin: 2em 0 2em 0;
    border-bottom: 1px dotted #eee;*/
}
.newsbox p.lastmodified,
.eventsbox p.lastmodified {
    font-size: 0.7em;
}
.newsbox img,
.staffprofilebox img,
.eventsbox img {
    margin-left: 1em;
    margin-top: 0.5em;
    max-width: 200px;
    width: 100%;
}
.site-content div:last-of-type {
    border: 0;
}
.newsbox:after,
.eventsbox:after,
.staffprofilebox:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .newsbox,
html[xmlns] .eventsbox,
html[xmlns] .staffprofilebox {
    display: block;
}
* html .newsbox,
* html .eventsbox,
* html .staffprofilebox {
    height: 1%;
}
.newscontent img {
    float: right;
    padding: 1em 0 1em 1em;
    max-width: 100%;
    height: auto;
    width: 40%;
}
.eventcontent img,
.staffprofilecontent img {
    float: right;
    padding: 0 0 1em 1em;
    max-width: 100%;
    height: auto;
    width: 40%;
}
.site-content p.lastmodified,
.eventsbox p.lastmodified {
    font-size: 0.7em;
    font-weight: 600;
}

/* legacy styles for tabs and explandables within content - not responsive yet */
.faq
{
border-bottom:1px dotted #333;
margin-bottom:8px;
}
.theTabs
{
	margin:0px;
	padding:0px;
	height:45px;
	border-bottom:1px solid #003965;
}
.theTabs li
{
	display:block;
	float:left;
}
.theTabs li a
{
	display:block;
	margin-right:2px;	
	font-weight:bold;
	font-size:18px;
	padding:8px;
	border:1px solid #003965;
	background-color: #F5F5F5;
	color:white;
}
.theTabs li a.selected
{
	background-color:white !important;
	color: #003965;
	border-bottom:1px solid white;
}

/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
    margin: 0 auto 1.5em;
    text-align: center;
}
.gallery-item {
    display: inline-block;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}
.gallery-columns-1 .gallery-item {
    max-width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width: calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}
.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}
.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.gallery-item:hover .gallery-caption {
    opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
/*.fotorama--wp {
    margin: 0 auto 1.5em;
    display: inline-block;
    max-width: 100%;
}*/

/**
 * 6.12 Contact Page
 * -----------------------------------------------------------------------------
 */

/* Map Styles */





























/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */
 
#news-featured {
    height: auto;
    max-width: 1066px;
    margin: 0 auto;
    width: auto;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-left: 1em;
    padding-right: 1em;
    border-top: 1px dotted #eee;
}
.news-container {
    overflow: auto;
    height: auto;
    max-width: 1066px;
    margin: 2em auto 2em;
    width: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
.news-item-wrapper {
    display: inline-block;
    width: 250px;
    white-space: normal;
    float: none;
    margin-right: 1em;
    vertical-align: top;
}
.news-item-wrapper:last-child {
    margin-right: 0;
}
.news-item-wrapper .news-thumb-img {
    background-image: url('../../resconf2016/img/sample-graphics/news-icon.html');
    height: 200px;
    width: 250px;
    background-position: center;
    background-size: cover;
}

/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

#footer {
    border-top: 1px solid #ccc;
    padding: 1.5em 0 1.5em 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background-color: #eee;
}
#footer-container {
    max-width: 1066px;
    margin: 0 auto;
    /* font-size: 1.2em; */
    padding: 0 1em 0 1em;
}
#footer h3 {
    color: #003965;
    font-weight: 600;
}
.footerleft {
    float: left;
    /* clear: both; */
    text-align: left;
    width: 45%;
    /* color: #003965; */
}
.footerright {
    float: right;
    /* clear: both; */
    text-align: left;
    position: relative;
    width: 45%;
    margin-bottom: 1em;
}
.social-media {
    clear: both;
    color: #003965;
    font-weight: 600;
    text-align: center;
    float: right;
    /* margin-bottom: 1em; */
}
.social-media h3 {
    text-align: center;
}
a.fa,
a.fa:visited {
    font-size: 1.1em;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin: 5px;
    text-decoration: none;
    background: #999;
    color: #fff;
    text-align: center;
}
a.fa:hover {
    background: #444;
}
#footer-tel:after,
#footer-address:after {
    content: "";
    display: table;
    clear: both;
}
#footer-tel i,
#footer-address i {
    margin-right: 5px;
}
/*.footer-sidebar {
    padding-top: 48px;
}*/
#footer-nav {
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    position: relative;
}
.social-media-title {
    clear: both;
    color: #003965;
    font-weight: 600;
}
.footerleft h3 {
    /* font-weight: 600; */
    /* color: #003965; */
    /* margin: 0; */
    /* font-size: 1em; */
}
.footerleft p {
    /* font-size: 0.8em; */
}
#footer-text {}

#footer-nav ul {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    list-style: none;
}
#footer-nav li {
    float: left;
    position: relative;
    white-space: nowrap;
}
/*#footer-nav,
.footerleft {
    background-color: #eee;
    color: #777;
}
#footer-nav a,
.footerleft a {
    color: #222;
}*/
#footer-nav li:after {
    content: "\00b7";
    margin: 0 10px;
    font-weight: 900;
}
#footer-nav li:last-child:after {
    display: none;
}
/*.footerright a:hover {
    color: #fff;
    background: #000;
}*/
.footerright a:first {
    margin-left: 0;
}
.footerright a:last-child {
    margin-right: 0;
}
#footer-logos {
	background-color: #fff;
    border-top: 1px dotted #c0c0c0;
    padding: 1em 1em;
    width: 100%;
}
/**
 * 8.0 Grid System
 * -----------------------------------------------------------------------------
 */

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.grid {
    background: white;
    margin: 0 0 20px 0;
}
.grid:after {
    content: "";
    display: table;
    clear: both;
}
[class*='col-'] {
    float: left;
    padding-right: 20px;
}
/*.grid [class*='col-']:last-of-type {
  padding-right: 0;
}*/

.col-2-3 {
    width: 66.66%;
}
.col-1-3 {
    width: 33.33%;
}
.col-1-2 {
    width: 50%;
}
.col-1-4 {
    width: 25%;
}
.col-3-4 {
    width: 75%;
}
.col-1-8 {
    width: 12.5%;
}

.threecol {
    width: 25%;
}
.fourcol {
    width: 75%;
}

/*.module {
    padding: 20px;
    background: #eee;
}*/
/* Opt-in outside padding */

.grid-pad {
    padding: 20px 0 20px 20px;
}
.grid-pad [class*='col-']:last-of-type {
    padding-right: 20px;
}
.box-row {
	clear: both;
}
.col-1-3,.col-1-4,.col-1-2,.etc,.news-article
{
float:none;
display:inline-block;
vertical-align:top;
clear:none;
}

/* START Scroll-to-Top Styles */

#scroll {
  position: fixed;
  z-index: 9999;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  right: 18px;
  bottom: 18px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #003965;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #FFFFFF;
}

/* END Scroll-to-Top Styles */

/**
 * 10.0 Media Queries
 * -----------------------------------------------------------------------------
 */

@-ms-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
@media screen and (max-width: 960px) {
    /*.content-sidebar #main,
	.sidebar-content #main,
	#sidebar{
		width: 100%;
	}*/
    
    /*div.bigContact .bigContact-halfSize,
	div.bigContact .bigContact-halfSize:nth-child(even),
	div.bigContact .bigContact-halfSize:nth-child(odd){
	width: 100%;
	padding: 0 !important;
	}
    
    .col-3-4 {
        width: auto;
    }*/
    #header-title a {
        font-size: calc(1.4em + 1vmin);
    }
    #header-branding-container {
        height: 100px;
        min-height: auto;
    }
    #logo img {
        height: 3.5em;
        width: 100%;
    }
    #header-top-bar-search {
        position: relative;
        float: right;
    }
    ul#breadcrumbs {
        display: none;
    }
    nav#subnav {
        display: none;
    }





    #nav {
        height: auto;
        border-bottom: none;
    }
    #nav #menu-toggle {
        display: block;
    }
    #nav #menu-toggle {
        width: 35px;
        height: 30px;
        position: absolute;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        top: 11px;
        left: 10px;
        right: initial;
    }
    #nav #menu-toggle span {
        display: block;
        position: absolute;
        height: 5px;
        width: 100%;
        background: #444;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #nav #menu-toggle span:nth-child(1) {
        top: 0px;
    }
    #nav #menu-toggle span:nth-child(2),
    #nav #menu-toggle span:nth-child(3) {
        top: 10px;
    }
    #nav #menu-toggle span:nth-child(4) {
        top: 20px;
    }
    #nav #menu-toggle.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    #nav #menu-toggle.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #nav #menu-toggle.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #nav #menu-toggle.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    #nav .menu {
        display: none;
        margin-left: 1em;
    }
    #nav.toggled-on .menu {
        display: block;
    }
    #nav .menu ul {
        list-style: none;
    	clear: both;
    }
    #nav .menu li {
	display: block;
    }
    #nav .menu li ul {
        display: block;
        position: relative;
        width: 100%;
        box-shadow: none;
        border-left: 1px solid #eee;
        margin-left: 1em;
        padding-left: 1em;
    }
    #nav .menu ul ul {
        border-left: 1px solid #eee;
    }
    #nav .menu ul ul ul {
        border-left: 1px solid #eee;
    }
    #nav .menu li ul li ul {
        padding-left: 1em;
    }
    #nav .menu li,
    #nav .menu li a {
    	float: none;
        line-height: 2.2;
        width: 100%;
        text-align: left;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-decoration: none;
    }
    #nav .menu li > span.currentsection {
        color: #c00;
    }
    #nav .menu li a {
        color: #003965;
    }
    #nav .menu li a:hover {
        color: #c00;
    }







    h2:hover a.anchor {
        display: none;
    }
    .sidebar-content {
        display: none;
    }
    .site-content {
    	width: 100%;
        margin-top: 1.5em;
    }
    #footer {
        height: auto;
    }
    #footer-container {
        width: auto;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .grid [class*='col-'] {
        width: 100%;
    }
    ul#breadcrumbs {
        list-style: none;
        font-size: 85%;
        font-weight: 600;
        margin: 0;
        padding: 0;
        display: none;
    }
    #header-top-bar-search {
        position: relative;
        float: right;
    }
    #header-branding-container {
        height: 94px;
        min-height: auto;
    }
    #header-title {
        width: 60%;
        display: table-cell;
        vertical-align: middle;
    }
    #header-title a {
        font-size: calc(1em + 1vmin);
    }
    #header-logo {
        width: 30%;
        display: table-cell;
        vertical-align: middle;
    }
    #logo img {
        height: 3em;
        width: 100%;
    }
    #nav .menu > li:last-child,
    #nav .menu > li:last-child:hover {
        border: 0 none;
    }
    #nav .menu > li:last-child a,
    #nav .menu > li:last-child:hover a {
        border-radius: 3px;
    }
    #nav {
        height: auto;
        border-bottom: none;
    }
    nav#subnav {
        display: none;
    }
    .site-content {
        width: 100%;
    }
    .news-article h5 {
        padding-top: 0.4em;
    }
    #footer {
        height: auto;
        color: #003965;
        font-weight: 600;
        font-size: 1.2em;
    }
    #footer-container {
        width: auto;
        margin: 0 auto;
    }
    #footer h3 {
        color: #003965;
        font-weight: 600;
        font-size: 1em;
        text-align: center;
    }
    #footer p {
        color: #003965;
        font-weight: normal;
        font-size: 0.8em;
    }
    .footerleft {
        float: none;
        clear: none;
        text-align: center;
        width: auto;
    }
    .footerright {
        float: none;
        clear: none;
        text-align: center;
        position: relative;
        width: auto;
    }
    .social-media {
        float: none;
    }
}
@media screen and (max-width: 480px) {
    .site-content {
        width: 100%;
    }
}
/**
 * 11.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
    body {
        background: none !important;
        /* Brute force since user agents all print differently. */
        
        color: #2b2b2b;
        font-size: 12pt;
    }
    .content-sidebar #main,
    .sidebar-content #main {
        width: 100%;
    }
    #logo {
        float: none;
        display: inline-block;
    }
    .search-toggle,
    #nav,
    #footer-nav,
    #sidebar,
    .post-edit-link,
    .author-link,
    .page-links,
    .widget-area,
    .more-link,
    .post-format-archive-link,
    .comment-respond,
    .comment-list .reply,
    .comment-reply-login,
    .navigation,
    .share,
    .footerright {
        display: none;
    }
    .entry-content a,
    .entry-summary a,
    .page-content a,
    .comment-content a {
        text-decoration: none;
    }
    .author-info {
        color: #2b2b2b;
    }
    .site-header,
    .post-thumbnail,
    .site-content .entry-header,
    .site-footer {
        background: transparent;
    }
    .site-title {
        float: none;
        font-size: 19pt;
    }
    .gallery-columns-1.gallery-size-medium,
    .gallery-columns-1.gallery-size-thumbnail,
    .gallery-columns-2.gallery-size-thumbnail,
    .gallery-columns-3.gallery-size-thumbnail {
        display: block;
    }
	/*---pour video de Hammamet -----*/
	.class-video {
	text-align: center;
	  float: center;
	   display: block;
    margin-left: auto;
    margin-right: auto;
}
}
