/* Search this file for "menu_break" to set the point where the primary menu should get its own line */

/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block
}

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

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

[hidden] {
    display: none
}

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

html, button, input, select, textarea {
    font-family: sans-serif
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

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

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

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

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

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

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

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

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

b, strong {
    font-weight: bold
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

p, pre {
    margin: 0 0 2em 0
}

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

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

q {
    quotes: none
}

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

small {
    font-size: 75%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dl, menu, ol, ul {
    margin: 1em 0
}

dd {
    margin: 0 0 0 40px
}

menu, ol, ul {
    padding: 0 0 0 40px
}

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

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

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

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

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

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

button, input {
    line-height: normal
}

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

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

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

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

input[type="search"]::-webkit-search-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
}

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

p {
    -webkit-hyphens: auto;
    -epub-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

b, strong, .strong {
    font-weight: bold
}

dfn, em, .em {
    font-style: italic
}

small, .small {
    font-size: 75%
}

ul, ol {
    padding: 0;
    list-style-type: none
}

dd {
    margin: 0
}

.sidebar ul, .sidebar ol, .commentlist {
    list-style: none
}

.clearfix {
    zoom: 1
}

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

.clearfix:after {
    clear: both
}

.clear {
    clear: both
}

.block {
    display: block
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.image-replacement {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.alert-help, .alert-info, .alert-error, .alert-success {
    margin: 10px;
    padding: 5px 18px;
    border: 1px solid
}

.alert-help {
    border-color: #e8dc59;
    background: #ebe16f
}

.alert-info {
    border-color: #bfe4f4;
    background: #d5edf8
}

.alert-error {
    border-color: #f8cdce;
    background: #fbe3e4
}

.alert-success {
    border-color: #deeaae;
    background: #e6efc2
}

.button, .button:visited {
    font-family: StoneSansITCStd-Medium, myriad-pro, Arial, "Droid Sans", sans-serif;
    padding: 0.5em 0.75em;
    -webkit-font-smoothing: antialiased;
    color: #536d9e;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 0.15em;
    margin-bottom: 1.250em;
    border: none;
    line-height: 1em;
    background: #dde2ec
}

.button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
    color: #dde2ec;
    background: #536d9e
}

.button:active, .button:visited:active {
    color: #fff;
    background: #536d9e
}

body {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 90%;
    line-height: 1.5;
    color: #464646;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    hyphens: manual
}

.screen-reader-text {
    position: absolute;
    left: -9000px
}

input[type=text], input[type=email], input[type=url], textarea {
    padding: 0.188em 0.375em;
    border: 1px solid #acacac;
    line-height: 1.5em
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #8aa5d9;
    margin: 1em 0;
    padding: 0;
    clear: both
}

.wrap {
    width: 96%;
    margin: 0 auto
}

a {
    color: #36c;
    text-decoration: none
}

a:visited {
    color: #90a9d9
}

a:hover, a:focus {
    color: #f38b00;
    text-decoration: underline
}

a:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3)
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-family: myriad-pro, Arial, "Droid Sans", sans-serif;
    text-rendering: optimizelegibility;
    font-weight: 500
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none
}

h1, .h1 {
    font-size: 1.8em;
    line-height: 1.3em;
    color: #f38b00;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-family: StoneSansITCStd-Medium, myriad-pro, Arial, "Droid Sans", sans-serif
}

h2, .h2 {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.333em;
    margin-bottom: 0.5em;
    color: #11255a;
    text-transform: none;
    letter-spacing: 0
}

h3, .h3 {
    font-size: 1.25em;
    color: #f38b00;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 400
}

h4, .h4 {
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 2px
}

h5, .h5 {
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 0
}

.site-title {
    margin: 0;
    position: absolute;
    top: 0.2em;
    left: 0.7em;
    z-index: 100
}

.site-title img {
    height: 39px
}

.lt-ie9 .site-title, .no-svg .site-title {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../images/logo.png?1400598886')
}

.lt-ie9 .site-title img, .no-svg .site-title img {
    opacity: 0;
    filter: alpha(opacity=0);
    height: 39px;
    width: 192px
}

.nav {
    border-bottom: 0
}

.nav li a {
    display: block;
    text-decoration: none;
    padding: 0.625em;
    background-color: #11255a;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.nav li ul.sub-menu, .nav li ul.children {
    background: #f38b00
}

.nav li ul.sub-menu li a, .nav li ul.children li a {
    background: #f38b00;
    padding-left: 1.1em
}

.nav li ul.sub-menu li a:hover, .nav li ul.sub-menu li a:focus, .nav li ul.children li a:hover, .nav li ul.children li a:focus {
    color: #fff
}

.sm-nav {
    float: left
}

.sm-nav li {
    float: left;
    margin-left: 0.35em
}

.lt-ie9 .facebook-link, .no-svg .facbook-link, .lt-ie9 .linkedin-link, .no-svg .linkedin-link, .lt-ie9 .youtube-link, .no-svg .youtube-link {
    background-repeat: no-repeat;
    background-position: center center;
    height: 30px;
    width: 30px
}

.lt-ie9 .facebook-link a:hover, .no-svg .facbook-link a:hover, .lt-ie9 .linkedin-link a:hover, .no-svg .linkedin-link a:hover, .lt-ie9 .youtube-link a:hover, .no-svg .youtube-link a:hover {
    background-color: transparent
}

.lt-ie9 .header .facebook-link, .no-svg .header .facbook-link {
    background-image: url('../images/MI_SocialIcons_White_Facebook.png?1398100942')
}

.lt-ie9 .header .linkedin-link, .no-svg .header .linkedin-link {
    background-image: url('../images/MI_SocialIcons_White_Linkedin.png?1398100958')
}

.lt-ie9 .header .youtube-link, .no-svg .header .youtube-link {
    background-image: url('../images/MI_SocialIcons_White_YouTube.png?1398100973')
}

.lt-ie9 .footer .facebook-link, .no-svg .footer .facbook-link {
    background-image: url('../images/MI_SocialIcons_DkBlue_Facebook.png?1398100980')
}

.lt-ie9 .footer .linkedin-link, .no-svg .footer .linkedin-link {
    background-image: url('../images/MI_SocialIcons_DkBlue_LinkedIn.png?1398100994')
}

.lt-ie9 .footer .youtube-link, .no-svg .footer .youtube-link {
    background-image: url('../images/MI_SocialIcons_DkBlue_YouTube.png?1398100986')
}

.lt-ie9 .facebook-link img, .no-svg .facbook-link img, .lt-ie9 .linkedin-link img, .no-svg .linkedin-link img, .lt-ie9 .youtube-link img, .no-svg .youtube-link img {
    opacity: 0;
    filter: alpha(opacity=0)
}

.maincol {
    margin: 0 auto
}

.single-title, .page-title {
    margin-top: 2.2em
}

.page-title {
    text-align: center
}

.icon-title {
    font-size: 1.8em;
    margin: 0.5em 0 0 0;
    text-align: center
}

.icon-title img {
    display: block;
    text-align: center;
    margin: 0 auto
}

.byline {
    color: #999;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8em;
    margin-bottom: 1em
}

.byline a, .byline a:visited {
    color: #999;
    border-bottom: 1px dotted #ccc
}

.byline a:hover, .byline a:visited:hover {
    color: #464646;
    border-bottom: 1px solid #999
}

.entry-content p {
    line-height: 1.4em
}

.entry-content ul, .entry-content ol {
    margin-left: 1em
}

.entry-content ul li {
    list-style-type: disc
}

.entry-content ol li {
    list-style-type: decimal
}

.entry-content ul ol li {
    list-style-type: decimal
}

.entry-content ol ul li {
    list-style-type: disc
}

.entry-content ul ol ul li {
    list-style-type: disc
}

.entry-content ol ul ol li {
    list-style-type: decimal
}

.entry-content input[type=text], .entry-content input[type=email], .entry-content input[type=url], .entry-content textarea {
    padding: 0.188em 0.375em;
    border: 1px solid #acacac;
    line-height: 1.5em
}

.entry-content label {
    font-weight: normal
}

.entry-content blockquote {
    font-size: 1.5em;
    font-weight: 300;
    margin-left: 0;
    color: #11255a
}

.entry-content cite {
    font-size: 1.5em;
    font-weight: 100;
    color: #11255a
}

.entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em
}

.entry-content img {
    margin: 0 auto 1.5em auto;
    max-width: 100%;
    height: auto;
    display: block
}

.entry-content video, .entry-content object {
    max-width: 100%;
    height: auto
}

.entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px
}

.entry-content table {
    border: 1px solid #efefef;
    border-collapse: collapse
}

.entry-content table th, .entry-content table td {
    padding: 0.5em
}

.entry-content table th {
    background-color: #efefef
}

.entry-content table td {
    border: 1px solid #efefef
}

.wp-caption {
    max-width: 100%;
    border-bottom: 1px solid #8aa5d9
}

.wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%
}

.wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center;
    color: #999
}

.pagination, .wp-prev-next {
    margin: 1.1em 0 2.2em
}

.pagination {
    text-align: center
}

.pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    margin: 1px
}

.pagination ul li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden
}

.pagination ul li a, .pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: .5em;
    min-width: 1em;
    display: block
}

.pagination ul li span.current {
    font-weight: bold
}

.wp-prev-next .prev-link {
    float: left
}

.wp-prev-next .next-link {
    float: right
}

.commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px
}

.commentlist li:last-child {
    margin-bottom: 0
}

.commentlist li ul.children {
    margin: 0
}

.commentlist li[class*=depth-] {
    margin-top: 1.1em
}

.commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0
}

.commentlist li:not(.depth-1) {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 0;
    padding-bottom: 0
}

.commentlist .odd {
    background: #eee
}

.commentlist .even {
    background: #fefefe
}

.commentlist .vcard {
    margin-left: 50px
}

.commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal
}

.commentlist .vcard time {
    float: right
}

.commentlist .vcard time a {
    color: #999;
    text-decoration: none
}

.commentlist .vcard time a:hover {
    text-decoration: underline
}

.commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff
}

.commentlist .comment_content {
    margin-left: 50px
}

.commentlist .comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em
}

.commentlist .comment-reply-link {
    text-decoration: none;
    float: right;
    background: #4598bb;
    padding: 3px 5px;
    color: #fff;
    opacity: 0.65;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 0.9em
}

.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
    opacity: 1
}

.respond-form {
    margin: 1.5em 10px;
    padding-bottom: 2.2em
}

.respond-form form {
    margin: 0.75em 0
}

.respond-form form li {
    list-style-type: none;
    clear: both;
    margin-bottom: 0.7335em
}

.respond-form form li label, .respond-form form li small {
    display: none
}

.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url], .respond-form form textarea {
    padding: 3px 6px;
    background: #efefef;
    border: 2px solid #cecece;
    line-height: 1.5em
}

.respond-form form input[type=text]:focus, .respond-form form input[type=email]:focus, .respond-form form input[type=url]:focus, .respond-form form textarea:focus {
    background: #fff
}

.respond-form form input[type=text]:invalid, .respond-form form input[type=email]:invalid, .respond-form form input[type=url]:invalid, .respond-form form textarea:invalid {
    outline: none;
    border-color: #fbc2c4;
    background-color: #f6e7eb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url] {
    max-width: 400px;
    min-width: 250px
}

.respond-form form textarea {
    resize: none;
    width: 97.3%;
    height: 150px
}

#comment-form-title {
    margin: 0 0 1.1em
}

#allowed_tags {
    margin: 1.5em 10px 0.7335em 0
}

.nocomments {
    margin: 0 20px 1.1em
}

.sidenav {
    display: none;
    background: #f38b00
}

.sidenav a {
    display: block;
    text-decoration: none;
    padding: 10px 10px;
    background-color: #f38b00;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.15em
}

.footer {
    clear: both;
    margin-top: 2em;
    background: #e0e0e0;
    color: #11255a;
    color: #000
}

.footer .wrap {
    width: 100%;
    padding: 0;
    background-image: url('../images/Maine.svg?1397660829');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 45%
}

.footer h3 {
    clear: both;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 1.5em;
    border-top: 1px solid #fefefe;
    padding: 0.6em 0.5em;
    margin: 0;
    color: #11255a
}

.footer h3 a, .footer h3 a:visited {
    color: #11255a;
    text-decoration: none;
    padding-right: 1.2em;
    background-image: url('../images/icon-arrow-right-dark-blue.svg?1401810314');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 0.8em auto
}

.footer .first h3:first-of-type {
    float: left;
    border: none
}

.footer p {
    margin: 0
}

.footer .first p:last-of-type {
    margin-top: 2em
}

.footer .vcard {
    margin-bottom: 1em;
    display: none
}

.footer .fn {
    font-weight: 600
}

.footer .street-address {
    display: block
}

.footer .adr {
    margin-bottom: 2em
}

.footer .nav {
    border: none;
    margin: 0 1em
}

.footer .nav li {
    display: block;
    margin: 0 0 0.5em
}

.footer .nav a, .footer .nav a:visited {
    background: none;
    border: none;
    color: #11255a;
    font-weight: 600;
    padding: 0;
    text-transform: none;
    letter-spacing: 0
}

.footer .nav .current_page_item a {
    color: #11255a
}

.footer .sm-nav {
    margin-bottom: 0
}

.lt-ie9 .footer .wrap, .no-svg .footer .wrap {
    background-image: url('../images/Maine.png?1397660905')
}

.lt-ie9 .footer h3 a, .lt-ie9 .footer h3 a:visited, .no-svg .footer h3 a, .no-svg .footer h3 a:visited {
    background-image: url('../images/icon-arrow-right-dark-blue.png?1401810302')
}

.copyright {
    font-size: 0.9em;
    padding: 1em;
    color: #666;
    clear: both
}

.back-to-top {
    text-align: center;
    font-size: 2em;
    color: #9f9f9f;
    clear: both
}

.lt-ie9 .back-to-top, .no-svg .back-to-top {
    background-image: url('../images/icon-arrow-up.png?1397666053');
    background-repeat: no-repeat;
    background-position: center center;
    height: 30px;
    width: 30px
}

.lt-ie9 .back-to-top img, .no-svg .back-to-top img {
    opacity: 0;
    filter: alpha(opacity=0)
}

.hero-unit {
    display: none
}

.content-slider {
    margin-bottom: 3.125em
}

.content-slider .icon-title {
    margin-top: 3em
}

.content-slider .icon-title img {
    margin: 0 auto
}

.scholarship-slider h3 {
    text-align: center;
    margin-bottom: 1.8em;
    text-transform: none;
    letter-spacing: 0
}

.scholars-slider {
    margin-top: 2em;
    padding-top: 5em
}

.scholars-slider h2 {
    margin-top: 0
}

.scholars-slider h3 {
    margin: 0 0 0.25em;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
    color: #464646
}

.scholars-slider .rsTmb img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative
}

.callout {
    border: 5px solid #dde2ec;
    padding: 10px
}

.callout h2 {
    margin-top: 0;
    color: #f38b00;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 1.1em;
    font-weight: 400
}

.callout h3 {
    font-size: 1.5em;
    font-weight: 200;
    margin-bottom: 0.5em;
    color: #11255a;
    text-transform: none;
    letter-spacing: 0
}

.callout h4 {
    margin: 0
}

.item-report {
    border-top: 1px solid #8aa5d9;
    padding: 2em 2em 1em
}

.entry-content .icon-list {
    margin-top: 1em
}

.entry-content .icon-list li {
    list-style-type: none;
    margin-bottom: 0.75em
}

.icon-pdf {
    background: transparent url('../images/MI_Acrobat.svg?1389975456') no-repeat left top;
    background-size: 1.5em auto;
    padding: 0.2em 0 0 1.9em;
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: 300;
    display: block;
    min-height: 1.5em
}

.lt-ie9 .icon-pdf, .no-svg .icon-pdf {
    background: transparent url('../images/MI_Acrobat.png?1397666531') no-repeat left center
}

.item-promo {
    color: #fff;
    background: #11255a;
    margin-bottom: 1em
}

.item-promo h3 {
    color: #fff;
    margin-top: 0;
    font-family: StoneSansITCStd-Medium, myriad-pro, Arial, "Droid Sans", sans-serif;
    line-height: 1.3em
}

.item-promo a, .item-promo a:visited {
    color: #fff;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.7)
}

.item-promo a:hover, .item-promo a:visited:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    text-decoration: none
}

.item-promo a.block, .item-promo a.block:visited {
    border-bottom: none;
    padding: 2em 1.4em
}

.item-promo a.block:hover, .item-promo a.block:visited:hover {
    border-bottom: none
}

.item-promo img {
    float: left;
    max-width: 5em;
    height: auto;
    margin: 0 1em 1em 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative
}

.item-promo:hover {
    background: #11265d
}

.item-promo p:last-of-type {
    margin-bottom: 0
}

.item-promo-light-blue {
    background: #8aa5d9
}

.item-promo-light-blue:hover {
    background: #8ca7da
}

.item-promo-gold {
    background: #f38b00
}

.item-promo-gold:hover {
    background: #f68d00
}

.home-quote {
    margin: 0.75em 0;
    background: #0b141d url('../images/george-mitchell-quote.jpg?1398950848') no-repeat bottom center;
    background-size: 90% auto;
    font-size: 1.4em;
    color: #8aa5d9;
    font-weight: 200
}

.home-quote p {
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    hyphens: manual
}

.home-quote .wrap {
    padding: 2em 1.4em 5em
}

.home-quote p:last-of-type {
    margin-bottom: 0
}

body .gform_wrapper .gform_heading .gform_title {
    font-weight: 400;
    letter-spacing: 0.15em !important
}

.archive article {
    border-bottom: 1px solid #8aa5d9;
    padding: 1em 2em 2em;
    margin-bottom: 1em
}

.entry-content .page-list {
    margin: 0 auto
}

.entry-content .page-list li {
    list-style-type: none;
    margin: 0.25em 0;
    text-transform: uppercase;
    letter-spacing: 1px
}

.entry-content .page-list ul {
    margin: 0 0 0 1em
}

.entry-content .page-list ul li {
    text-transform: none;
    letter-spacing: 0
}

.entry-content .page-list ul ul {
    margin-left: 2em
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 1.4em
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.scholar-video-container {
    max-width: 500px;
    max-height: 281px;
    margin: 0 auto 1.2em
}

a.menu-link {
    float: right;
    display: block;
    padding: 0.25em 0.7em 0.25em 0;
    text-transform: uppercase;
    text-decoration: none;
    color: #56689a;
    line-height: 1em;
    font-family: StoneSansITCStd-Medium, myriad-pro, Arial, "Droid Sans", sans-serif
}

.toggle-menu {
    *zoom: 1;
    clear: both;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.toggle-menu ul {
    margin: 0
}

.js .toggle-menu {
    overflow: hidden;
    max-height: 0
}

.toggle-menu.active {
    max-height: 100em
}

.top-nav a {
    padding: 0.8em
}

.top-nav > li {
    float: none
}

.top-nav > li > a {
    display: block
}

.top-nav li ul {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    overflow: hidden;
    max-height: 0;
    margin: 0
}

.top-nav > li.hover > ul {
    max-height: 40em
}

.top-nav li li a {
    display: block;
    background: #f38b00
}

.top-nav li .more {
    background-image: url('../images/icon-nav-arrow-down.svg?1401715432');
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
    width: 20%;
    padding: 0.625em;
    margin: 0;
    cursor: pointer;
    z-index: 200;
    position: relative;
    background-size: 1.4em auto;
    display: none;
}

.no-svg .top-nav li .more {
    background-image: url('../images/icon-nav-arrow-down.png?1401715536')
}

.top-nav li .more.close {
    background-image: url('../images/icon-nav-arrow-up.svg?1401716943')
}

.no-svg .top-nav li .more.close {
    background-image: url('../images/icon-nav-arrow-up.png?1401716968')
}

.top-nav > li.hover > ul, .top-nav li li.hover ul {
    position: static
}

.menu-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #11255a;
    z-index: 30;
    font-family: StoneSansITCStd-Medium, myriad-pro, Arial, "Droid Sans", sans-serif
}

.admin-bar .menu-wrapper {
    top: 46px
}

@media screen and (min-width: 768px) {
    a.menu-link {
        display: none
    }

    .js .toggle-menu {
        max-height: none;
        overflow: visible
    }

    .toggle-menu ul {
        margin: 0;
        border: 0;
        text-align: center
    }

    .toggle-menu li {
        display: inline-block
    }

    .toggle-menu li a {
        border: 0
    }

    .menu-wrapper {
        position: relative
    }

    .admin-bar .menu-wrapper {
        top: 0
    }
}

@media only screen and (min-width: 481px) {
    .entry-content img {
        display: inline;
        margin: 0 0 1.5em 0
    }

    .alignleft, img.alignleft {
        margin-right: 1.5em;
        display: inline;
        float: left
    }

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

    .aligncenter, img.aligncenter {
        margin-right: auto;
        margin-left: auto;
        display: block;
        clear: both
    }

    .icon-title img {
        display: block;
        margin: 0 auto
    }
}

@media only screen and (min-width: 768px) {
    .onecol {
        width: 5.801104972%
    }

    .twocol {
        width: 14.364640883%
    }

    .threecol {
        width: 22.928176794%
    }

    .fourcol, .gallery-columns-3 .gallery-item {
        width: 31.491712705%
    }

    .fivecol {
        width: 40.055248616%
    }

    .sixcol, .gallery-columns-2 .gallery-item {
        width: 48.618784527%
    }

    .sevencol {
        width: 57.182320438000005%
    }

    .eightcol {
        width: 65.74585634900001%
    }

    .ninecol {
        width: 74.30939226%
    }

    .tencol {
        width: 82.87292817100001%
    }

    .elevencol {
        width: 91.436464082%
    }

    .twelvecol {
        width: 99.999999993%
    }

    .onecol, .twocol, .threecol, .fourcol, .gallery-columns-3 .gallery-item, .fivecol, .sixcol, .gallery-columns-2 .gallery-item, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
        position: relative;
        float: left;
        margin-left: 2.762430939%
    }

    .first {
        margin-left: 0;
        clear: both
    }

    .last {
        float: right
    }

    .two-column {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -ms-column-count: 2;
        -o-column-count: 2;
        column-count: 2
    }

    .two-column p {
        margin-top: 0
    }

    body {
        font-size: 100%
    }

    .wrap {
        max-width: 1180px
    }

    .header .wrap {
        max-width: 100%
    }

    .maincol {
        width: 75%
    }

    .header {
        background: #11255a
    }

    .header .wrap {
        position: relative
    }

    .site-title {
        padding: 0.425em 0 0.225em;
        top: 0;
        left: 0;
        line-height: 0.8em;
        margin: 0;
        float: left;
        position: relative;
    }

    .site-title a {
        float: left
    }

    .sticky {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 100;
        border-top: 0
    }

    .admin-bar .sticky {
        top: 28px
    }

    .nav {
        border: 0
    }

    .nav ul {
        text-align: center
    }

    .nav li {
        display: inline;
        position: relative
    }

    .nav li a {
        border-bottom: 0;
        display: inline-block;
        padding: 1em 1em;
        font-size: 0.95em;
        line-height: 1em
    }

    .nav li a:hover, .nav li a:focus {
        background-color: #90a9d9;
        color: #fff
    }

    .nav li ul.sub-menu, .nav li ul.children {
        width: 100%;
        margin-top: 0;
        border-top: 0;
        position: absolute;
        display: none;
        z-index: 8999
    }

    .nav li ul.sub-menu li, .nav li ul.children li {
        float: left;
        display: inline-block
    }

    .nav li ul.sub-menu li a, .nav li ul.children li a {
        display: block;
        background: #f38b00
    }

    .nav li ul.sub-menu li:last-child a, .nav li ul.children li:last-child a {
        border-bottom: 0
    }

    .nav li.current-menu-item .sub-menu, .nav li.current_page_item .sub-menu, .nav li.current-page-ancestor .sub-menu {
        top: auto;
        display: none
    }

    .nav li.current-menu-item a, .nav li.current_page_item a, .nav li.current-page-ancestor a {
        color: #f38b00
    }

    .nav li.current-menu-item a:hover, .nav li.current_page_item a:hover, .nav li.current-page-ancestor a:hover {
        background: none
    }

    .archive .nav-item-news-events a, .single .nav-item-news-events a {
        color: #f38b00
    }

    .archive .nav-item-news-events a:hover, .single .nav-item-news-events a:hover {
        background: none;
        color: #f38b00
    }

    .utility {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 100
    }

    .sidebar {
        margin-top: 2.2em
    }

    .widgettitle {
        border-bottom: 2px solid #444;
        margin-bottom: 0.75em
    }

    .widget {
        padding: 0 10px;
        margin: 2.2em 0
    }

    .widget ul li {
        margin-bottom: 0.75em
    }

    .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em
    }

    .sidenav {
        display: block
    }

    .sidenav ul {
        text-align: center;
        margin: 0
    }

    .sidenav li {
        display: inline;
        font-size: 0.9em
    }

    .sidenav li a {
        display: inline-block;
        padding: 0.7em 1em
    }

    .sidenav li a:hover {
        color: #fff
    }

    .footer {
        font-size: 0.9em
    }

    .footer .vcard {
        display: block
    }

    .footer .wrap {
        background-position: right 9em;
        background-size: auto auto
    }

    .footer h3 {
        border: 0;
        padding: 0;
        margin: 0.6em 0
    }

    .footer h3 a, .footer h3 a:visited {
        padding-right: 0;
        background-image: none
    }

    .footer .nav {
        font-size: 1.1em;
        margin: 0;
        background: none
    }

    .footer .nav li {
        float: none
    }

    .footer .nav li a:hover {
        background: none;
        text-decoration: underline;
        color: #000
    }

    .footer .sm-nav {
        margin: 1em 0 2.5em 1.5em
    }

    h3 a, h3 a:visited {
        background-image: none
    }

    .hero-unit {
        line-height: 0.75em;
        display: block
    }

    .hero-unit img {
        text-align: center;
        width: 100%;
        height: auto
    }

    .callout {
        border: 25px solid #dde2ec;
        padding: 3.125em
    }

    .home-quote {
        background: #0b141d url('../images/george-mitchell.jpg?1398950627') no-repeat left center;
        background: url('../images/george-mitchell.jpg?1398950627') left center no-repeat, url('../images/george-mitchell-quote.jpg?1398950848') right bottom no-repeat, #0b141d;
        background-size: auto 100%, 50% auto;
        font-size: 1.4em
    }

    .home-quote .wrap {
        padding: 3.5em 0 3.5em 15em
    }

    .item-promo img {
        float: none;
        margin-right: 0
    }

    .content-slider .icon-title {
        margin-top: 0.75em
    }

    .scholars-slider {
        margin-top: 2em;
        padding-top: 0
    }

    .page-template-page-scholarship-php article {
        width: 75%;
        margin: 0 auto
    }

    .page-template-page-scholarship-php article .content-slider .rsSlide {
        padding: 0 4em
    }

    .gallery-item {
        float: left;
        text-align: center
    }

    .gallery-item dl {
        margin: 0
    }

    .post-content .gallery-item img {
        margin-bottom: 0
    }

    .gallery-columns-2 .gallery-item {
        margin-left: 1.38%
    }

    .gallery-columns-3 .gallery-item {
        margin-left: 1.38%
    }
}

/*
 * Set this min-width to the size which the primary menu should drop to its own line
 * Do not remote this: menu_break
 */
@media only screen and (min-width: 1120px) {
    .site-title {
        margin-right: 1em;
    }

    .menu-wrapper {
        width: max-content;
        float: left
    }

    .nav li a {
        padding: 1.55em 0.6em
    }

    .utility {
        float: right
    }

    .utility ul {
        margin: 1em 0 0
    }

    .icon-link a {
        display: block;
        width: 30px;
        height: 30px;
        -webkit-border-radius: 45%;
        -moz-border-radius: 45%;
        -ms-border-radius: 45%;
        -o-border-radius: 45%;
        border-radius: 45%;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
        -webkit-transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease
    }

    .icon-link a:hover {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background: #fff
    }

    .icon-link a:hover .facebook-svg {
        fill: #3b5998
    }

    .icon-link a:hover .linkedin-svg {
        fill: #0e76a8
    }

    .icon-link a:hover .youtube-svg {
        fill: #c4302b
    }
	
	.icon-link a:hover .instagram-svg {
        fill: #5b09ff
    }

    .home-quote {
        background-position: left center, right 3.750em bottom;
        background-size: auto 100%, auto auto
    }

    .home-quote .wrap {
        padding: 6em 0 6em 15em
    }

    .item-promo img {
        float: none;
        margin: 0 auto 1em
    }
}

@media only screen and (min-width: 1240px) {
    .nav li a {
        padding: 1.55em 1em
    }
}

@media only screen and (max-width: 767px) {
    .top-nav li .more {
        display: block;
    }

    .gt_switcher_wrapper {
        bottom: 1%;
        top: unset !important;
        right: 1% !important;
    }
}

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

    a, a:visited {
        color: #444 !important;
        text-decoration: underline
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 0.5cm
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
        display: none
    }
}