/*!
Theme Name: Faulkner.edu
Theme URI: http://www.faulkner.edu
Author: Faulkner University
Description: Faulkner University's WordPress Site
Version: 2.1.8*/

   .mobile-only { display: none;}

   /* Smartphone Portrait and Landscape */

   @media only screen

   and (min-device-width : 310px)

   and (max-device-width : 480px){ .mobile-only { display: inline;}}
   
      .desktop-only { display: none;}

   /* Smartphone Portrait and Landscape */

   @media screen and (min-width: 500px) { .desktop-only { display: inline;}}



.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

body {
    background: #ebebeb;
    font-family: "Lato", helvetica, arial;
    font-size: 15px
}

.ignitiondeck a.support-btn-container {
    background-image: linear-gradient(white 0%, white 100%);
    border-radius: 8px;
    box-shadow: 0 3px 0 0 #7f7f7f;
    color: #999999 !important;
    display: inline-block;
    font-size: 20.8px;
    font-weight: bold;
    margin: 10px 0;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
}

.ignitiondeck a.support-btn-container:hover, .ignitiondeck a.support-btn-container:active {
    background-image: linear-gradient(white 0%, white 100%);
    box-shadow: 0 1px 1px 0 #7f7f7f;
    color: #666666 !important;
}


a {
    color: #005daa
}

a:hover {
    color: #00335d
}

@media print {
    a[href]:after {
        content: ""
    }
}

h1,
h2 {
    font-family: "Merriweather", "Georgia", serif
}

h3,
h4,
h5,
h6 {
    font-family: "Lato", helvetica, arial
}

h4 {
    font-family: "Lato", helvetica, arial;
    font-weight: 600;
    letter-spacing: 1px;
    color: #686868;
    margin-top: 18px
}

h6 {
    font-size: 14px;
    font-weight: 600
}

table {
    width: 100%;
    margin-bottom: 18px;
    border-collapse: collapse
}

tr:nth-child(even) {
    background: #EEEEEE
}

td {
    text-align: left;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 6px;
    vertical-align: top;
    font-weight: 400
}

th {
    text-align: left;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 6px;
    vertical-align: top;
    font-weight: 600
}

.container-tight {
    padding-left: 5px;
    padding-right: 5px
}

.container-tight .row {
    margin-left: 5px;
    margin-right: 5px
}

.container-tight .col-xs-1,
.container-tight .col-sm-1,
.container-tight .col-md-1,
.container-tight .col-lg-1,
.container-tight .col-xs-2,
.container-tight .col-sm-2,
.container-tight .col-md-2,
.container-tight .col-lg-2,
.container-tight .col-xs-3,
.container-tight .col-sm-3,
.container-tight .col-md-3,
.container-tight .col-lg-3,
.container-tight .col-xs-4,
.container-tight .col-sm-4,
.container-tight .col-md-4,
.container-tight .col-lg-4,
.container-tight .col-xs-5,
.container-tight .col-sm-5,
.container-tight .col-md-5,
.container-tight .col-lg-5,
.container-tight .col-xs-6,
.container-tight .col-sm-6,
.container-tight .col-md-6,
.container-tight .col-lg-6,
.container-tight .col-xs-7,
.container-tight .col-sm-7,
.container-tight .col-md-7,
.container-tight .col-lg-7,
.container-tight .col-xs-8,
.container-tight .col-sm-8,
.container-tight .col-md-8,
.container-tight .col-lg-8,
.container-tight .col-xs-9,
.container-tight .col-sm-9,
.container-tight .col-md-9,
.container-tight .col-lg-9,
.container-tight .col-xs-10,
.container-tight .col-sm-10,
.container-tight .col-md-10,
.container-tight .col-lg-10,
.container-tight .col-xs-11,
.container-tight .col-sm-11,
.container-tight .col-md-11,
.container-tight .col-lg-11,
.container-tight .col-xs-12,
.container-tight .col-sm-12,
.container-tight .col-md-12,
.container-tight .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px
}

.btn {
    border-radius: 0;
    border-color: #f2f2f2
}

.btn:hover,
.btn.hover {
    background: #e6e6e6;
    border-color: #d4d4d4
}

.btn-primary {
    background: #005daa;
    border-color: #004f90;
    -webkit-font-smoothing: antialiased
}

.btn-primary:hover,
.btn-primary.hover {
    background: #004177;
    border-color: #002e53
}

.btn-info {
    background: #3EA8E8;
    border-color: #279ee5;
    -webkit-font-smoothing: antialiased
}

.btn-info:hover,
.btn-info.hover {
    background: #1a91d9;
    border-color: #167cb9
}

.form-control {
    border-radius: 2px
}

.form-control:focus {
    border-color: #005daa;
    outline: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 93, 170, 0.4);
    box-shadow: 0 1px 3px rgba(0, 93, 170, 0.4)
}

#header {
    background: #fff;
    position: relative;
    border-bottom: 1px solid #ebebeb
}

#header #logo {
    display: block;
    float: left;
    margin: 12px 0
}

#header #logo.law-logo {
    margin: 13px 0 11px 0
}

#emergency-bar {
    padding: 10px;
    background: #a94442;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    text-align: center
}

#live-chat-button {
    float: right;
    margin-top: 4px;
    margin-right: 40px
}

#path-selector-container {
    position: relative
}

#path-selector {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 26;
    padding: 7px 10px;
    line-height: 20px;
    border: 0;
    color: #fff;
    background: #005daa;
    text-decoration: none;
    -webkit-font-smoothing: antialiased
}

#path-selector i {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
}

#path-selector.open i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

#path-navigator {
    display: none;
    background: #57646E;
    position: relative;
    z-index: 25;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25)
}

#path-navigator .container {
    padding-top: 10px
}

#path-navigator a {
    display: block;
    margin-bottom: 10px
}

#path-navigator img {
    width: 100%;
    height: auto
}

.home #path-navigator {
    display: block
}

#drop {
    position: relative;
    background: #005daa;
    height: 35px;
    width: 36px;
    float: right;
    margin-right: -22px;
    cursor: pointer
}

#drop:after {
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 18px 0 18px;
    border-color: #005daa transparent transparent transparent;
    line-height: 0px;
    _border-color: #005daa #000 #000 #000;
    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000')
}

#drop .drop-bar-1,
#drop .drop-bar-2,
#drop .drop-bar-3 {
    display: block;
    width: 16px;
    height: 4px;
    background: #d3d3d3;
    margin-left: 10px;
    margin-bottom: 1px;
    border-radius: 1px
}

#drop .drop-bar-1 {
    margin-top: 8px
}

#drop .drop-arrow {
    width: 0;
    height: 0;
    margin-left: 6px;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #d3d3d3 transparent transparent transparent;
    line-height: 0px;
    _border-color: #d3d3d3 #000000 #000000 #000000;
    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000')
}

#search {
    clear: both;
    position: relative
}

#search input[type="text"] {
    width: 100%;
    height: 34px;
    padding: 10px 34px 10px 10px;
    border: 0;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-radius: 0;
    background: #f3f3f3;
    -webkit-transition: all 0.1s linear
}

#search input[type="text"]:focus {
    outline: none
}

#search input[type="text"]:focus+input {
    color: #005daa
}

#search input[type="text"]:focus+input:hover {
    color: #fff
}

#search input[type="submit"] {
    position: absolute;
    right: 4px;
    top: 4px;
    font-family: "FontAwesome";
    background: transparent;
    border: none;
    color: #ccc;
    border-radius: 2px;
    -webkit-font-smoothing: antialiased
}

#search input[type="submit"]:hover {
    background: #005daa;
    color: #fff
}

#quick-links-and-search-results {
    position: relative;
    z-index: 100;
    max-height: 35px
}

#quick-links-and-search-results #quick-links>a {
    display: block;
    width: 100%;
    height: 35px;
    padding: 7px 10px;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    color: #686868;
    background: #f3f3f3;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none
}

#quick-links-and-search-results #quick-links>a:hover {
    background: #005daa;
    border-color: #005daa;
    -webkit-font-smoothing: antialiased;
    color: #fff
}

#quick-links-and-search-results #quick-links>a .fa {
    float: right;
    margin-top: 2px;
    transition: transform 0.1s linear
}

#quick-links-and-search-results #quick-links.open>a {
    background: #57646E;
    border-color: #57646E;
    -webkit-font-smoothing: antialiased;
    color: #fff
}

#quick-links-and-search-results #quick-links.open>a .fa {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

#quick-links-and-search-results #quick-links.open ul {
    display: block
}

#quick-links-and-search-results #quick-links ul {
    display: none;
    background: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25)
}

#quick-links-and-search-results #quick-links ul li a {
    text-decoration: none;
    display: block;
    padding: 6px 10px 5px 10px;
    color: #686868;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1)
}

#quick-links-and-search-results #quick-links ul li a:hover {
    color: #fff;
    background: #005daa;
    -webkit-font-smoothing: antialiased
}

#quick-links-and-search-results #quick-search-results {
    display: none;
    position: relative
}

#quick-links-and-search-results #quick-search-results #quick-search-title {
    display: block;
    width: 100%;
    height: 35px;
    padding: 7px 10px;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    background: #57646E;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none
}

#quick-links-and-search-results #quick-search-results #quick-search-title #clear-quick-search {
    position: absolute;
    right: 10px;
    color: #3f4950
}

#quick-links-and-search-results #quick-search-results ul {
    background: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25)
}

#quick-links-and-search-results #quick-search-results ul li a,
#quick-links-and-search-results #quick-search-results ul li span {
    text-decoration: none;
    display: block;
    padding: 6px 10px 5px 10px;
    color: #686868;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1)
}

#quick-links-and-search-results #quick-search-results ul li a:hover {
    color: #fff;
    background: #005daa;
    -webkit-font-smoothing: antialiased
}

#quick-links-and-search-results.searching #quick-links.no-results {
    display: none
}

#quick-links-and-search-results.searching #quick-links>a {
    background: #57646E;
    border-color: #57646E;
    -webkit-font-smoothing: antialiased;
    color: #fff
}

#quick-links-and-search-results.searching #quick-links>a .fa {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

#quick-links-and-search-results.searching #quick-links ul {
    display: block
}

#quick-links-and-search-results.searching #quick-links ul li {
    display: none
}

#quick-links-and-search-results.searching #quick-links ul li.matched {
    display: block
}

#quick-links-and-search-results.searching #quick-search-results {
    display: block
}

#nav-top {
    background: #fff
}

#nav-top ul {
    list-style: none;
    padding-left: 0;
    overflow: hidden;
    margin-bottom: 0
}

#nav-top ul li {
    float: left;
    border-right: 1px solid #ebebeb
}

#nav-top ul li a {
    display: block;
    padding: 5px;
    color: #686868;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none
}

#nav-top ul li a:hover {
    color: #005daa
}

#nav-top ul li:first-child {
    border-left: 1px solid #ebebeb
}

#nav-top ul li.current_page_item a {
    background: #005daa;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

@media (min-width: 768px) {
    #nav-top {
        border-bottom: 18px solid #005daa
    }
    #nav-top ul li a {
        padding: 5px 10px
    }
}

@media (min-width: 992px) {
    #nav-top ul li a {
        font-size: 16px;
        letter-spacing: 1px
    }
}

#social-sidebar {
    position: absolute;
    width: 36px;
    height: 125px;
    top: 200px;
    left: 50%;
    margin-left: -408px
}

#social-sidebar:before {
	display: none;facebook
    content: "Share This";
    position: absolute;
    top: -26px;
    left: -2px;
    width: 39px;
    height: 26px;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    line-height: 13px;
    color: #c2c2c2
}

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

#social-sidebar ul li {
    padding-top: 11px
}

#social-sidebar ul li a {
    display: block;
    width: 30px;
    height: 30px;
    background: #005daa;
    border-radius: 15px;
    font-size: 20px !important;
    line-height: 30px;
    color: #fff;
    text-align: center
}

#social-sidebar ul li a:hover {
    color: #fff !important;
    background: #686868;
}

#social-sidebar ul li a#fb {
    line-height: 32px
}

#social-sidebar ul li a#plus {
    background: none;
    color: #686868;
}

@media (min-width: 992px) {
    #social-sidebar {
        margin-left: -515px
    }
}

@media (min-width: 1200px) {
    #social-sidebar {
        margin-left: -615px
    }
}

.ADA-text { 
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#headlines {
    background: #f3f3f3;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px
}

#headlines .headline {
    padding-top: 10px;
    padding-bottom: 10px
}

#headlines .headline a img {
    width: 100%;
    height: auto
}

.carousel {
    margin-left: -15px;
    margin-right: -15px;
    background: #57646E;
    border-bottom: 18px solid #005daa
}

.carousel img {
    width: 100%
}

.carousel .carousel-indicators {
    display: none;
    bottom: 0;
    left: 0;
    margin: 0;
    width: auto;
    height: 18px
}

.carousel .carousel-indicators li {
    margin: 0 0 0 10px;
    opacity: 0.7;
    border-radius: 2px 2px 0 0;
    border: none;
    width: 18px;
    height: 18px;
    background: #005daa;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear
}

.carousel .carousel-indicators .active {
    margin: -2px 0 0 10px;
    opacity: 1;
    width: 18px;
    height: 20px
}

.carousel .item .carousel-caption {
    margin: 0;
    padding: 10px 20px 0 20px;
    -webkit-transition: padding-bottom 1.4s ease-in-out;
    -moz-transition: padding-bottom 1.4s ease-in-out;
    -ms-transition: padding-bottom 1.4s ease-in-out;
    transition: padding-bottom 1.4s ease-in-out;
    background: rgba(0, 0, 0, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
    left: auto;
    right: 10px;
    margin-left: 10px;
    bottom: 0;
    text-align: left
}

.carousel .item .carousel-caption h3 {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-size: 21px;
    font-family: "Lato", helvetica, arial;
    margin: 0;
    padding: 0
}

.carousel .item.active .carousel-caption,
.carousel .item.left .carousel-caption,
.carousel .item.right .carousel-caption {
    padding-bottom: 10px
}

.carousel .carousel-control {
    width: 6%;
    opacity: 0.3;
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out
}

.carousel .carousel-control:hover {
    opacity: 1
}

.carousel .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.0001)));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.0001) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel .carousel-control.right {
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.0001) 0, rgba(255, 255, 255, 0.4) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.0001) 0, rgba(255, 255, 255, 0.4) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.0001)), to(rgba(255, 255, 255, 0.4)));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.0001) 0, rgba(255, 255, 255, 0.4) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel .carousel-control .fa {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -7px
}

@media (min-width: 768px) {
    .carousel {
        margin-left: 0;
        margin-right: 0
    }
    .carousel .carousel-indicators {
        display: block
    }
    .carousel .item .carousel-caption {
        padding: 16px 24px;
        right: 28px;
        margin-left: 28px
    }
    .carousel .item .carousel-caption h3 {
        font-size: 28px
    }
    .carousel .item.active .carousel-caption,
    .carousel .item.left .carousel-caption,
    .carousel .item.right .carousel-caption {
        padding-bottom: 32px
    }
}

@media (min-width: 992px) {
    .carousel .item .carousel-caption {
        padding: 20px 30px;
        right: 64px;
        margin-left: 64px
    }
    .carousel .item .carousel-caption h3 {
        font-size: 32px
    }
    .carousel .item.active .carousel-caption,
    .carousel .item.left .carousel-caption,
    .carousel .item.right .carousel-caption {
        padding-bottom: 40px
    }
}

@media (min-width: 1200px) {
    .carousel .item .carousel-caption {
        right: 72px;
        margin-left: 72px
    }
    .carousel .item .carousel-caption h3 {
        font-size: 36px
    }
}

#crumbs {
    margin: 10px 0;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400
}

#crumbs a {
    color: #686868;
    text-decoration: none
}

#crumbs a:hover {
    color: #005daa
}

.pagination {
    border-radius: 0
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-radius: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0
}

.pagination li>a,
.pagination li>span {
    margin-left: 2px;
    border: 0
}

.pagination li a:hover,
.pagination li a:focus {
    background: #005daa;
    color: #fff
}

.pagination li a.active {
    background: rgba(0, 93, 170, 0.5);
    color: #fff
}

.pagination li.prev a,
.pagination li.next a {
    padding: 6px 11px
}

.pagination li.break a,
.pagination li.break span {
    background: transparent
}

.nav-tabs {
    border-bottom: 4px solid #005daa
}

.nav-tabs>li {
    margin-bottom: 0
}

.nav-tabs>li>a {
    border-radius: 0;
    border: 0
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #ffffff;
    background: #005daa;
    border: 0;
    -webkit-font-smoothing: antialiased
}

#side-menu {
    margin-bottom: 18px
}

#side-menu>ul>li:first-child {
    text-transform: uppercase
}

#side-menu ul {
    padding-left: 0;
    list-style: none
}

#side-menu ul a {
    padding: 4px 14px
}

#side-menu ul.sub-menu {
    display: none;
    background: #005daa;
    margin: 4px 0;
    padding: 0;
    -webkit-font-smoothing: antialiased
}

#side-menu ul.sub-menu a {
    padding: 8px 14px;
    color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

#side-menu ul.sub-menu a:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1)
}

#side-menu ul.sub-menu li.current-menu-item>a {
    background: #ffffff;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #6e6e6e;
    border-bottom: 0;
    position: relative
}

#side-menu ul.sub-menu li.current-menu-item>a::after {
    display: block;
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -18px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 12px;
    border-color: transparent transparent transparent #ffffff
}

#side-menu ul.sub-menu .sub-menu {
    margin-top: 0;
    margin-bottom: 0;
    border-left: 10px solid rgba(0, 0, 0, 0.1)
}

#side-menu ul li a {
    color: #6e6e6e;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    display: block
}

#side-menu ul li.current-menu-item>a {
    font-weight: 600
}

#side-menu ul li.current-menu-item>.sub-menu {
    display: block
}

#side-menu ul li.current-menu-ancestor>.sub-menu {
    display: block
}

.s61 .path-title,
.s61 .page-content h1,
.s61 .school-landing-section a,
.s61 .school-landing-box a:hover h3 {
    color: #005daa
}

.s21 .path-title,
.s21 .page-content h1,
.s21 .school-landing-section a,
.s21 .school-landing-box a:hover h3 {
    color: #0e294d
}

.s243 .path-title,
.s243 .page-content h1,
.s243 .school-landing-section a,
.s243 .school-landing-box a:hover h3 {
    color: #0e294d
}

.s249 .path-title,
.s249 .page-content h1,
.s249 .school-landing-section a,
.s249 .school-landing-box a:hover h3 {
    color: #0e294d
}

.s247 .path-title,
.s247 .page-content h1,
.s247 .school-landing-section a,
.s247 .school-landing-box a:hover h3 {
    color: #005daa
}

.s15941 .path-title,
.s15941 .page-content h1,
.s15941 .school-landing-section a,
.s15941 .school-landing-box a:hover h3 {
    color: #005daa
}

.s61 #nav-top,
.s61 .carousel,
.s61 .nav-tabs {
    border-color: #005daa
}

.s21 #nav-top,
.s21 .carousel,
.s21 .nav-tabs {
    border-color: #0e294d
}

.s243 #nav-top,
.s243 .carousel,
.s243 .nav-tabs {
    border-color: #0e294d
}

.s249 #nav-top,
.s249 .carousel,
.s249 .nav-tabs {
    border-color: #0e294d
}

.s247 #nav-top,
.s247 .carousel,
.s247 .nav-tabs {
    border-color: #005daa
}

.s15941 #nav-top,
.s15941 .carousel,
.s15941 .nav-tabs {
    border-color: #005daa
}

.s61 .carousel-indicators li,
.s61 .gallery .gallery-caption,
.s61 #path-selector,
.s61 #side-menu .sub-menu,
.s61 .nav-tabs>li.active>a,
.s61 .nav-tabs>li.active>a:hover,
.s61 .nav-tabs>li.active>a:focus {
    background: #005daa
}

.s21 .carousel-indicators li,
.s21 .gallery .gallery-caption,
.s21 #path-selector,
.s21 #side-menu .sub-menu,
.s21 .nav-tabs>li.active>a,
.s21 .nav-tabs>li.active>a:hover,
.s21 .nav-tabs>li.active>a:focus {
    background: #0e294d
}

.s243 .carousel-indicators li,
.s243 .gallery .gallery-caption,
.s243 #path-selector,
.s243 #side-menu .sub-menu,
.s243 .nav-tabs>li.active>a,
.s243 .nav-tabs>li.active>a:hover,
.s243 .nav-tabs>li.active>a:focus {
    background: #0e294d
}

.s249 .carousel-indicators li,
.s249 .gallery .gallery-caption,
.s249 #path-selector,
.s249 #side-menu .sub-menu,
.s249 .nav-tabs>li.active>a,
.s249 .nav-tabs>li.active>a:hover,
.s249 .nav-tabs>li.active>a:focus {
    background: #0e294d
}

.s247 .carousel-indicators li,
.s247 .gallery .gallery-caption,
.s247 #path-selector,
.s247 #side-menu .sub-menu,
.s247 .nav-tabs>li.active>a,
.s247 .nav-tabs>li.active>a:hover,
.s247 .nav-tabs>li.active>a:focus {
    background: #005daa
}

.s15941 .carousel-indicators li,
.s15941 .gallery .gallery-caption,
.s15941 #path-selector,
.s15941 #side-menu .sub-menu,
.s15941 .nav-tabs>li.active>a,
.s15941 .nav-tabs>li.active>a:hover,
.s15941 .nav-tabs>li.active>a:focus {
    background: #005daa
}

#footer {
    color: #686868
}

#footer a {
    color: #686868
}

#footer a:hover {
    text-decoration: none;
    color: #656565
}

#footer #phone-mobile {
    padding: 5px 18px 6px 0px;
    float: left;
    font-size: 21px;
    line-height: 21px;
    font-weight: 600
}

#footer #give-mobile {
    color: #fff;
    margin-bottom: 18px
}

.main-footer-menu-container {
    border-bottom: #e1e1e1 solid 1px
}

#main-footer-menu {
    min-height: 31px;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    line-height: 19px;
    overflow: hidden
}

#main-footer-menu li {
    display: block;
    float: left
}

#main-footer-menu li a {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    padding: 6px 10px;
    font-weight: 600;
    text-decoration: none;
    color: #005daa
}

#main-footer-menu li a:hover {
    color: #002544
}

#main-footer-menu li:first-child a {
    position: relative;
    background: #005daa;
    color: #FFF;
    padding-left: 14px;
    margin-right: 20px;
    -webkit-font-smoothing: antialiased
}

#main-footer-menu li:first-child a:after {
    position: absolute;
    top: 0;
    right: -20px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 31px 0 0 20px;
    border-color: transparent transparent transparent #005daa;
    line-height: 0px;
    _border-color: #000 #000 #000 #005daa;
    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000')
}

#main-footer-menu li:first-child a:hover {
    background: #002544
}

#main-footer-menu li:first-child a:hover:after {
    border-color: transparent transparent transparent #002544;
    _border-color: #000 #000 #000 #002544;
    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000')
}

#footer-social-links {
    float: right;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px
}

#footer-social-links #connect-with-us {
    padding: 3px 2px 2px 2px;
    margin: 5px;
    float: right
}

#footer-social-links ul {
    background: #e1e1e1;
    float: right;
    margin-left: 21px;
    position: relative;
    list-style: none;
    padding-left: 0
}

#footer-social-links ul:before {
    display: block;
    content: '';
    position: absolute;
    left: -21px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 21px 32px 0;
    border-color: transparent #e1e1e1 transparent transparent;
    line-height: 0px;
    _border-color: #000000 #e1e1e1 #000000 #000000;
    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000')
}

#footer-social-links ul li {
    float: left
}

#footer-social-links ul li a {
    display: block;
    width: 21px;
    height: 26px;
    margin: 4px 8px 2px 0;
    font-size: 18px
}

#footer-social-links #facebook-f {
    margin-left: 12px
}

#footer-social-links #youtube-f {
    margin-right: 10px
}

#menu-footer-top-linksblackboard-etc {
    margin-top: 0;
    padding-left: 0;
    list-style: none;
    overflow: hidden
}

#menu-footer-top-linksblackboard-etc li {
    display: block;
    float: left;
    margin-left: 14px
}

#menu-footer-top-linksblackboard-etc li a {
    display: block;
    font-size: 15px;
    line-height: 20px;
    margin: 6px 0;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: none
}

#sitemap-links {
    font-size: 11px;
    list-style: none;
    padding: 0 6px;
    overflow: hidden;
    text-transform: uppercase
}

#sitemap-links li {
    display: block;
    float: left;
    padding: 0px 8px 0px 8px;
    border-left: solid 1px #686868
}

#sitemap-links li:first-child {
    border-left: 0
}

#footer #address {
    padding: 0 14px;
    font-size: 12px;
    font-weight: 400
}

@media (min-width: 992px) {
    #main-footer-menu li a,
    #menu-footer-top-linksblackboard-etc li a,
    #sitemap-links,
    #footer #address {
        letter-spacing: 1px
    }
}

.post-thumbnail-container {
    margin-left: -15px;
    margin-right: -15px
}

.post-thumbnail-container .wp-post-image {
    width: 100%;
    height: auto
}

.page-content {
    overflow: hidden;
    background: #ffffff;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 20px;
    margin-left: -15px;
    margin-right: -15px
}

.page-content a {
    text-decoration: underline;
}


.post-thumbnail-container+.page-content {
    margin-top: 18px
}

.page-content h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 20px;
    color: #005daa
}

.page-content h3 {
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 21px
}

@media (min-width: 768px) {
    .post-thumbnail-container {
        margin-left: 0;
        margin-right: 0
    }
    .page-content {
        padding: 20px 40px 30px 40px;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0
    }
}

body.home.page #nav-top {
    border-bottom: none
}

#schools-grid {
    margin-top: 10px;
    margin-bottom: 18px
}

.path-block {
    position: relative;
    margin-bottom: 10px
}

.path-block .bounds {
    top: 0;
    left: 0;
    position: relative;
    z-index: 49;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: width 0.2s linear, height 0.2s linear;
    -moz-transition: width 0.2s linear, height 0.2s linear;
    -ms-transition: width 0.2s linear, height 0.2s linear;
    -o-transition: width 0.2s linear, height 0.2s linear;
    transition: width 0.2s linear, height 0.2s linear
}

.path-block .bounds .school-info {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 66%;
    z-index: 50;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-font-smoothing: antialiased
}

.path-block .bounds .school-info>a {
    display: block;
    text-decoration: none
}

.path-block .bounds .school-info>a h2 {
    text-transform: lowercase;
    font-family: "Lato", helvetica, arial;
    font-size: 24px;
    font-weight: 600;
    text-align: right;
    margin: 0;
    color: #fff
}

.path-block .bounds .school-info .sub-info {
    display: none
}

.path-block .bounds .school-info .sub-info .school-buttons {
    display: block;
    float: right;
    margin-top: 18px
}

.path-block .bounds .school-info .sub-info .school-buttons a {
    text-decoration: none;
    color: #005daa;
    white-space: nowrap;
    border-right: 1px solid #d5e1e1;
    border-bottom: solid 1px #d5e1e1;
    padding: 10px 10px 10px 10px;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 15px;
    text-transform: uppercase;
    margin-left: 5px;
    background: #ffffff;
    z-index: 600;
    float: left;
    margin-bottom: 15px;
    text-shadow: none
}

.path-block .bounds .small-image {
    width: 100%;
    height: 100%;
    z-index: 49;
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear
}

.path-block .bounds .small-image img {
    width: 100%;
    height: 100%;
    z-index: 49;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out
}

.path-block .bounds .small-image img:hover {
    -webkit-transform: scale(1.07) rotate(2deg);
    -moz-transform: scale(1.07) rotate(2deg);
    -ms-transform: scale(1.07) rotate(2deg);
    transform: scale(1.07) rotate(2deg)
}

.path-block .bounds .zoom-icon {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 0;
    right: 0;
    z-index: 50
}

.path-block .bounds .zoom-icon:before {
    content: "\f00e";
    font-family: "FontAwesome";
    -webkit-font-smoothing: antialiased;
    font-size: 28px;
    line-height: 28px;
    position: absolute;
    right: 4px;
    bottom: 4px;
    z-index: 20;
    color: #969595
}

.path-block .bounds .zoom-icon:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 15;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 60px 60px;
    border-color: transparent transparent #ffffff transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #ffffff #000000;
    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000')
}

.path-block .bounds .zoom-icon:hover {
    cursor: pointer
}

.path-block .bounds .zoom-icon:hover:before {
    color: #005daa
}

#undergrad-block .bounds {
    background-color: #005daa;
    background-image: url("./images/undergrad_bg.jpg");
	top: 0;
    left: 0;
}

#law-block .bounds {
    background-color: #0e294d;
    background-image: url("./images/law_bg.jpg");
    top: auto;
    left: 0;
    bottom: 0
}

#graduate-block .bounds {
    background-color: #0e294d;
    background-image: url("./images/graduate_bg.jpg");
    top: 0;
    left: auto;
    right: 0
}

#online-block .bounds {
    background-color: #005daa;
    background-image: url("./images/online_bg.jpg?ver=2.1.8");
    top: auto;
    left: 0;
    bottom: 0
}

#adult-block .bounds {
    background-color: #0e294d;
    background-image: url("./images/adult_bg.jpg");
	top: 0;
    left: 0;
}

#current-block .bounds {
    background-color: #005daa;
    background-image: url("./images/current_student_bg.jpg");
    top: auto;
    left: auto;
    right: 0;
    bottom: 0
}

#choose-faulkner-wide {
    background: #fff;
    color: #969595;
    font-family: "Lato", helvetica, arial;
    font-size: 30px;
    line-height: 42px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 6px 0;
    -webkit-font-smoothing: antialiased
}

@media (min-width: 768px) {
    .path-block.open .bounds {
        z-index: 50;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15)
    }
    .path-block.open .bounds .small-image {
        z-index: 50;
        opacity: 0
    }
    .path-block.open .bounds .small-image img {
        z-index: 50
    }
    .path-block.open .bounds .school-info .sub-info {
        display: block;
        position: absolute;
        right: 0;
        width: 250px;
        margin-top: 18px;
        text-align: right;
        font-weight: 600
    }
    .path-block.open .bounds .zoom-icon:before {
        content: "\f010"
    }
    .path-block,
    .path-block .bounds {
        width: 233px;
        height: 233px
    }
    .path-block .bounds {
        position: absolute
    }
    .path-block.open .bounds {
        width: 476px;
        height: 540px
    }
    .path-block .bounds .school-info>a h2 {
        font-size: 36px
    }
}

@media (min-width: 992px) {
    .path-block.open .bounds .school-info .sub-info {
        width: 318px;
        font-size: 17px
    }
    .path-block,
    .path-block .bounds {
        width: 307px;
        height: 307px
    }
    .path-block.open .bounds {
        width: 623px;
        height: 688px
    }
    .path-block .bounds .school-info>a h2 {
        font-size: 48px
    }
}

@media (min-width: 1200px) {
    .path-block.open .bounds .school-info .sub-info {
        width: 300px;
        font-size: 18px;
        font-weight: normal
    }
    .path-block,
    .path-block .bounds {
        width: 373px;
        height: 373px
    }
    .path-block.open .bounds {
        width: 756px;
        height: 820px
    }
    .path-block .bounds .school-info>a h2 {
        font-size: 58px
    }
}

.school-landing {
    margin-bottom: 18px
}

.school-landing .path-title {
    font-size: 24px;
    margin: 24px 0;
    text-transform: uppercase
}

.school-landing-section {
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2)
}

.school-landing-section img,
.school-landing-section img.alignnone,
.school-landing-section img.aligncenter,
.school-landing-section img.alignright,
.school-landing-section img.alignleft {
    margin: 0;
    width: 100%;
    height: auto;
    float: none
}

.school-landing-section h3 {
    margin: 15px;
    font-family: "Lato", helvetica, arial
}

.school-landing-section p {
    margin: 15px
}

.school-landing-section p:first-child {
    margin: 0
}

.school-landing-section a.btn {
    color: #fff;
    margin: 0
}

.school-landing-section,
.school-landing-box,
.school-landing-video {
    margin-bottom: 10px
}

.school-landing-box {
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2)
}

.school-landing-box a.section-promo {
    display: block;
    position: relative
}

.school-landing-box a.section-promo h3 {
    position: absolute;
    font-size: 20px;
    width: 100%;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 15px;
    color: #333;
    background: rgba(255, 255, 255, 0.9);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#e6ffffff', endColorstr='#e6ffffff');
    transition: padding-bottom 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out
}

.school-landing-box a.section-promo:hover h3 {
    padding-bottom: 20px;
    background: #fff
}

.school-landing-box img,
.school-landing-box img.alignnone,
.school-landing-box img.aligncenter,
.school-landing-box img.alignright,
.school-landing-box img.alignleft {
    margin: 0;
    width: 100%;
    height: auto;
    float: none
}

.school-landing-box h3 {
    margin: 15px;
    font-family: "Lato", helvetica, arial
}

.school-landing-box p {
    margin: 15px
}

.school-landing-box p:first-child {
    margin: 0
}

.school-landing-box a.btn {
    color: #fff;
    margin: 0
}

ul.academic-degrees {
    padding-left: 0;
    list-style: none
}

ul.academic-degrees li {
    border-top: 1px solid #ebebeb;
    padding: 3px 0
}

ul.academic-degrees .degrees-sub {
    margin-top: 3px;
    margin-bottom: 3px;
    padding-left: 24px;
    list-style: none
}

#news-sidebar h4 {
    line-height: 20px;
    font-size: 15px;
    font-weight: 600;
    color: #969595;
    margin-top: 0
}

#news-categories {
    margin-bottom: 15px
}

#news-categories ul {
    margin: -3px;
    padding: 0;
    list-style: none;
    overflow: hidden
}

#news-categories ul li {
    float: left;
    margin: 3px
}

#news-categories ul li a {
    display: block;
    background: #c6c6c6;
    border-radius: 7px;
    -webkit-transition: background 0.1s linear;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    padding: 2px 5px;
    font-weight: 400
}

#news-categories ul li a:hover {
    background: #005daa
}

#news-categories ul li.current-cat a {
    background: #57646E
}

#news-years {
    margin-bottom: 15px
}

#news-years .year {
    margin-bottom: 15px
}

#news-years .year .toggle-year {
    color: #969595;
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: all 0.1s linear
}

#news-years .year .toggle-year .fa {
    -webkit-transition: all 0.1s linear
}

#news-years .year ul {
    display: none
}

#news-years .year.open .toggle-year {
    padding-left: 8px;
    color: #57646E
}

#news-years .year.open .toggle-year .fa {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

#news-years .year.open ul {
    display: block;
    margin-top: 5px;
    background: #fff;
    padding: 6px 0;
    list-style: none
}

#news-years .year.open ul a {
    display: block;
    padding: 5px 16px;
    color: #6e6e6e;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400
}

.news-story a {
    display: block;
    background: #fff;
    margin-bottom: 18px;
    padding: 0 18px;
    text-decoration: none;
    overflow: hidden
}

.news-story a .date {
    font-size: 16px;
    margin: 5px 0;
    text-transform: none
}

.news-story a p {
    color: #333;
    margin-bottom: 18px
}

.news-story a:hover {
    background: #005daa;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

.news-story a:hover h4 {
    color: #fff
}

.news-story a:hover p {
    color: #fff
}

.single-post .page-content .date {
    font-size: 15px
}

.single-post .page-content .news-meta {
    margin: 10px 0;
    font-style: italic;
    font-size: 14px;
    line-height: 21px
}

#faculty-header {
    overflow: hidden;
    margin-bottom: 18px
}

#faculty-header h1 {
    margin-bottom: 18px;
    font-style: italic;
    color: #005daa
}

#faculty-header form {
    position: relative;
    width: 100%;
    margin-bottom: 18px
}

#faculty-header form input[type="text"] {
    width: 100%;
    height: 34px;
    padding: 10px 34px 10px 10px;
    border: 0;
    background: #fafafa;
    -webkit-transition: all 0.1s linear
}

#faculty-header form input[type="text"]:focus {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    outline: none
}

#faculty-header form input[type="text"]:focus+input {
    color: #005daa
}

#faculty-header form input[type="text"]:focus+input:hover {
    color: #fff
}

#faculty-header form input[type="submit"] {
    position: absolute;
    right: 4px;
    top: 4px;
    font-family: "FontAwesome";
    background: transparent;
    border: none;
    color: #ccc;
    border-radius: 2px;
    -webkit-font-smoothing: antialiased
}

#faculty-header form input[type="submit"]:hover {
    background: #005daa;
    color: #fff
}

a.faculty-member {
    display: block;
    background: #fff;
    margin-bottom: 18px;
    overflow: hidden;
    text-decoration: none
}

a.faculty-member img {
    float: left;
    width: 84px;
    margin: 18px
}

a.faculty-member .faculty-info {
    margin: 18px 18px 18px 0;
    padding-left: 120px
}

a.faculty-member h4 {
    font-size: 16px;
    margin: 5px 0;
    text-transform: none
}

a.faculty-member span {
    display: block;
    margin: 5px 0;
    color: #686868
}

a.faculty-member:hover {
    background: #005daa;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

a.faculty-member:hover h4 {
    color: #fff
}

a.faculty-member:hover span {
    color: #fff
}

.single-faculty .attachment-ftheme_faculty_thumbnail {
    display: block;
    float: right;
    width: auto;
    height: auto;
    max-width: 25%;
    margin: 20px 0 10px 10px
}

.single-faculty .faculty-meta {
    font-size: 16px
}

.single-faculty .faculty-meta h2 {
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 1px;
    font-family: "Lato", helvetica, arial
}

.single-faculty .faculty-meta span {
    display: block;
    margin: 10px 0;
    color: #c6c6c6
}

.single-faculty .faculty-meta .fa {
    color: #c6c6c6;
    margin-right: 10px
}

.single-faculty .faculty-meta a {
    color: #c6c6c6
}

.single-faculty .faculty-meta a:hover {
    color: #939393
}

#faq-header {
    background: #fff;
    padding: 0 30px 10px 30px;
    overflow: hidden;
    margin-bottom: 18px
}

#faq-header h1 {
    color: #005daa
}

#faq-archive .question {
    position: relative;
    background: white;
    margin-bottom: 18px
}

#faq-archive .question .faq-link {
    display: block;
    padding: 30px;
    text-decoration: none;
    color: #333
}

#faq-archive .question .faq-link:hover {
    background: #005daa;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

#faq-archive .question .faq-link h2 {
    margin: 0;
    font-family: "Lato", helvetica, arial;
    font-size: 19px;
    line-height: 21px;
    font-weight: 600
}

#faq-archive .question .answer {
    display: none;
    padding: 0 30px
}

#faq-archive .question .hide-answer {
    display: block;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
    border-top: 1px solid #ebebeb;
    text-decoration: none;
    color: #d3d3d3
}

#faq-archive .question .hide-answer .fa {
    margin-right: 4px
}

#faq-archive .question .hide-answer:hover {
    color: #005daa
}

#faq-archive .question.open .faq-link {
    color: #333;
    background: transparent;
    -webkit-font-smoothing: auto
}

#faq-archive .question.open .answer {
    display: block
}

.event-block {
    -webkit-font-smoothing: antialiased;
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
    background: #44b1b8;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    transition: all 0.1s linear
}

.event-block img {
    max-width: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2)
}

.event-block .event-details {
    margin: 20px
}

.event-block h2 {
    font-family: "Lato", helvetica, arial;
    font-size: 24px
}

.event-block .detail {
    display: block;
    font-size: 16px;
    line-height: 20px
}

.event-block .detail .fa {
    float: left;
    font-size: 14px;
    width: 13px;
    text-align: center;
    margin-top: 3px;
    margin-right: 5px
}

.event-block .detail .text {
    display: block;
    padding-left: 18px
}

.featured-event a {
    display: block;
    overflow: hidden;
    background: #44b1b8;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    transition: all 0.1s linear
}

.featured-event a:hover {
    background: #55bac0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}

#event_calendar {
    margin: 0 -4px 15px -4px
}

#event_calendar #event-calendar-header {
    margin: 0 8px
}

#event_calendar .event-calendar-title {
    text-align: center;
    color: #44b1b8;
    font-size: 21px;
    font-weight: 600
}

#event_calendar .event-calendar-btn-previous-month,
#event_calendar .event-calendar-btn-next-month {
    color: #44b1b8
}

#event_calendar .event-calendar-btn-previous-month:hover,
#event_calendar .event-calendar-btn-next-month:hover {
    color: #68c1c7
}

#event_calendar .event-calendar-btn-previous-month:before,
#event_calendar .event-calendar-btn-next-month:before {
    display: block;
    width: 30px;
    text-align: center;
    float: left;
    font-size: 21px;
    font-family: "FontAwesome";
    content: '\f053'
}

#event_calendar .event-calendar-btn-next-month:before {
    float: right;
    content: '\f054'
}

#event_calendar table {
    border-collapse: separate;
    border-spacing: 4px
}

#event_calendar td {
    padding: 6px 1px;
    color: #c5c6c6;
    text-align: center
}

#event_calendar td.no_event {
    background-color: #fff
}

#event_calendar td.has_event {
    color: #fff;
    background: #44b1b8;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2)
}

#event_calendar td.has_event:hover {
    cursor: pointer;
    background: #55bac0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}

#event_calendar td.has_event:focus {
    background: #3d9fa5
}

#event_calendar td.selected-date,
#event_calendar td.selected-date:hover {
    background: #368d93;
    box-shadow: none
}

#events_calendar_popup {
    position: relative;
    margin: 30px 0 15px 0
}

#events_calendar_popup:before {
    display: block;
    content: '';
    position: absolute;
    top: -24px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 0 0 48px;
    border-color: transparent transparent transparent #44b1b8
}

.event-listing {
    list-style: none;
    padding: 0
}

.event-listing a {
    display: block;
    overflow: hidden;
    text-decoration: none;
    background: #fff;
    color: #7a7b7c;
    text-shadow: none
}

.event-listing a h3 {
    color: #44b1b8
}

.event-listing a:hover {
    background: #44b1b8;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-font-smoothing: antialiased
}

.event-listing a:hover h3 {
    color: #fff
}

.event-listing .view-more {
    margin-bottom: 18px;
    padding: 20px 30px;
    background: #fff;
    overflow: hidden
}

.event-listing .view-more a {
    display: inline;
    background: none
}

.event-listing .view-more a.future {
    float: right
}

.event-listing .view-more a:hover {
    color: #44b1b8;
    text-shadow: none
}

.single-events .event-banner-image {
    width: 100%;
    margin-bottom: 15px
}

.single-events .page-content h1 {
    color: #44b1b8
}

.alumni #crumbs {
    margin-top: 0
}

.alumni #featured-info {
    padding: 0;
    background: #44b1b8;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-font-smoothing: antialiased
}

.alumni #featured-info .inner {
    margin: 40px
}

.alumni #featured-info a {
    color: #fff;
    text-decoration: underline
}

#alumni-carousel {
    margin-bottom: 18px;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

#alumni-carousel a {
    color: #fff
}

#alumni-carousel .alumni-carousel-image {
    float: left;
    width: 100%
}

#alumni-carousel .alumni-carousel-image img {
    height: auto
}

#alumni-carousel .alumni-carousel-caption {
    display: none;
    width: 34%;
    float: left;
    position: relative
}

#alumni-carousel .alumni-carousel-caption p {
    margin: 20px 20px 0 20px;
    font-size: 14px;
    position: relative
}

#alumni-carousel .alumni-carousel-caption p:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(87, 100, 110, 0.01)), to(#57646e));
    background: -webkit-linear-gradient(top, rgba(87, 100, 110, 0.01), #57646e);
    background: -moz-linear-gradient(top, rgba(87, 100, 110, 0.01), #57646e);
    background: -ms-linear-gradient(top, rgba(87, 100, 110, 0.01), #57646e);
    background: -o-linear-gradient(top, rgba(87, 100, 110, 0.01), #57646e);
    background: linear-gradient(top, rgba(87, 100, 110, 0.01), #57646e);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='rgba(87,100,110,0.01)', EndColorStr='#57646e')
}

#alumni-carousel .alumni-carousel-caption:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -24px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 24px 32px 0;
    border-color: transparent #57646E transparent transparent
}

@media (min-width: 768px) {
    #alumni-carousel {
        margin-top: 10px
    }
    #alumni-carousel .alumni-carousel-image {
        width: 66%
    }
    #alumni-carousel .alumni-carousel-caption {
        display: block
    }
    #alumni-carousel .alumni-carousel-caption p {
        height: 186px;
        overflow: hidden
    }
}

@media (min-width: 992px) {
    #alumni-carousel .alumni-carousel-caption p {
        height: 249px
    }
}

@media (min-width: 1200px) {
    #alumni-carousel .alumni-carousel-caption {
        height: 306px
    }
    #alumni-carousel .alumni-carousel-caption p {
        font-size: 16px
    }
}

#giving-form .required-indicator,
#ticket-form .required-indicator {
    color: #d11
}

#giving-form label,
#ticket-form label {
    font-weight: 600
}

#giving-form .radio label,
#giving-form .checkbox label,
#ticket-form .radio label,
#ticket-form .checkbox label {
    font-weight: 400
}

#giving-form label.error,
#ticket-form label.error {
    color: #d11;
    font-weight: normal;
    margin-top: 2px
}

#giving-form .input-group-addon,
#ticket-form .input-group-addon {
    border-radius: 0
}

#giving-form input,
#giving-form select,
#giving-form textarea,
#ticket-form input,
#ticket-form select,
#ticket-form textarea {
    border-radius: 0;
    border-color: #ccc;
    background: #fafafa
}

#giving-form input:focus,
#giving-form select:focus,
#giving-form textarea:focus,
#ticket-form input:focus,
#ticket-form select:focus,
#ticket-form textarea:focus {
    background: #fff;
    border-color: #005daa;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15)
}

#giving-form input.valid,
#giving-form select.valid,
#giving-form textarea.valid,
#ticket-form input.valid,
#ticket-form select.valid,
#ticket-form textarea.valid {
    background: #fff
}

#giving-form input.error,
#giving-form select.error,
#giving-form textarea.error,
#ticket-form input.error,
#ticket-form select.error,
#ticket-form textarea.error {
    border-color: #d11;
    background: #fff5f5
}

#giving-form input.error:focus,
#giving-form select.error:focus,
#giving-form textarea.error:focus,
#ticket-form input.error:focus,
#ticket-form select.error:focus,
#ticket-form textarea.error:focus {
    -webkit-box-shadow: 0 1px 3px rgba(221, 17, 17, 0.4);
    box-shadow: 0 1px 3px rgba(221, 17, 17, 0.4)
}

#sitemap {
    margin-top: 18px
}

#sitemap ul {
    padding-left: 20px
}

#sitemap .menu-item-has-children .sub-menu {
    display: none
}

#sitemap ul.menu>li>.sub-menu {
    display: block
}

.table.brand-guidelines {
    margin: 20px 0 60px 0;
    width: 100%
}

.table.brand-guidelines tr {
    background: transparent
}

.table.brand-guidelines td {
    border-top: 8px solid white;
    padding-bottom: 16px;
    background: #ffffff;
    text-align: center
}

.table.brand-guidelines td.inverted {
    background: #333
}

.table.brand-guidelines img {
    margin: 16px 0 24px 0;
    max-width: 100%
}


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


/** Older Entries on Online Blog**/

.older-entries {
	background: #fff none repeat scroll 0 0;
    display: block;
    margin-bottom: 18px;
    overflow: hidden;
    padding: 0 18px;
    text-decoration: none;
}
/**Google Map for two columns template **/


#map {
	width: 100%;
	 height: 250px;
}

/** Cool arrow button **/

.hvr-icon-forward::before {
    content: "√";
    padding: 0 1px;
    position: absolute;
    right: 1em;
    transform: translateZ(0px);
    transition-duration: 0.1s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.hvr-icon-forward {
    box-shadow: 0 0 1px transparent;
    display: inline-block;
    padding-right: 2.2em;
    position: relative;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.1s;
    vertical-align: middle;
}


.hvr-icon-forward:hover::before, .hvr-icon-forward:focus::before, .hvr-icon-forward:active::before {
    transform: translateX(4px);
}

/** Responsive Forms **/

#responsive-form{
	width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.wpcf7-form-control-wrap input, textarea {
width: 100%;
}
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

