﻿/*
 * HTML5 Boilerplate 
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== 
CHANGES 2
*/

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

[hidden] {
    display: none;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}
/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}
/* ==|== primary styles =====================================================
   Author: Resolution Interactive Media
   ========================================================================== */
/* =============================================================================
   Less Setup
   ========================================================================== */
.box-sizing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.arr {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #b7b7b7;
    font-style: italic;
}


input[type="text"],
input[type="email"],
input[type="date"],
input[type="address"],
input[type="tel"],
input[type="password"],
.customfile,
.RadInput,
.test,
textarea, .DropDownSpanClass {
    background: #FFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #043d86;
    font-size: 14px;
    color: #4d4d4d;
    -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.25);
    padding: 10px;
    font-style: normal;
    font-weight: 300;
    font-family: "proxima-nova", "Proxima Nova", Calibri, Arial, sans-serif;
}

.DropDownClass {
    border: none;
    padding: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="address"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus {
    outline: none;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 10px;
}

label {
    float: none;
    padding: 6px 10px 6px 0;
}

select {
    padding: 7px 10px;
    width: 60%;
}
/*
.selectWrap {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #000;
  border: 1px solid #043d86;
  background: url(/i/img/selectArrow.png) no-repeat 120px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  text-decoration: none;
  margin: 0;
  cursor: pointer;
  overflow: hidden;
  height: 34px;
  width: 140px;
  position: relative;
}
.selectWrap.long {
  width: 60%;
  background: url(/i/img/selectArrow.png) no-repeat 96% 0 #ffffff;
}
.selectWrap.long select {
  width: 100%;
}
.selectWrap select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  color: #000000;
  outline: none;
  background: transparent;
  padding: 0 0 0 10px;
  height: 34px;
  width: 140px;
}
*/
/*custom upload elements*/
.customfile-input {
    position: absolute;
    height: 100px;
    cursor: pointer;
    background: transparent;
    border: 0;
    opacity: 0;
    -moz-opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    z-index: 999;
}

.customfile {
    width: 75%;
    padding: 0;
    position: relative;
    float: left;
    margin-right: 10px;
    height: 36px;
}

.customfile-disabled {
    opacity: .5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    cursor: default;
}

.customfile-feedback {
    display: block;
    margin: 1px 1px 1px 5px;
    font-size: 13px;
    color: #000;
    font-style: italic;
    padding: 5px 10px;
}

.customfile-feedback-populated {
    color: #000;
    font-style: normal;
    font-weight: bold;
    padding-left: 20px;
    background: url(/i/images/icon-generic.gif) left 4px no-repeat;
}

.customfile-button {
    float: right;
    background: #068edb;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    padding: 6px 20px 4px;
}

.customfile-hover .customfile-button,
.customfile-focus .customfile-button {
    background: #043d86;
}

.customfile-focus .customfile-button {
    outline: 1px dotted #ccc;
}

table {
    border-bottom: 1px solid #aeaeae;
    width: 100%;
    text-align: left;
}

th {
    background: #e4e4e4;
}

th,
td {
    border-top: 1px solid #aeaeae;
    border-left: 1px solid #aeaeae;
    border-right: 1px solid #aeaeae;
    padding: 14px 10px 12px;
}

table tr.odd {
    background: #f5f5f5;
}

table.hover tr:hover,
table.hover tr.odd:hover {
    background: #E2F4FE;
}

table#tableStyle thead tr .header {
    background-image: url(/i/img/dblArrow.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table#tableStyle thead tr .headerSortUp {
    background-image: url(/i/img/asc.gif);
}

table#tableStyle thead tr .headerSortDown {
    background-image: url(/i/img/desc.gif);
}

table#tableStyle thead tr .headerSortDown,
table#tableStyle thead tr .headerSortUp {
    background-color: #e2f4fe;
}

.form table,
.registrationForm table {
    border: none;
}

    .form table th,
    .registrationForm table th {
        background: none;
    }

    .form table thead tr th,
    .form table tbody tr td,
    .registrationForm table thead tr th,
    .registrationForm table tbody tr td {
        border-top: none;
        border-left: none;
        border-right: none;
        padding: 0 0 20px 0;
    }
/* =============================================================================
   Templates
   ========================================================================== */ .main {
    width: 100%;
    float: left;
    clear: both;
}
/*One Column------------------------------------------------------------------ */ .one-column .colA {
    width: 100%;
    float: left;
    margin: 0px 0 50px;
}
/*Two Column------------------------------------------------------------------ */ .two-column .colA {
    position: relative;
    width: 67.5%;
    float: left;
    margin: 0px 0 50px;
}

.two-column .sharing {
    margin: -40px 0 50px;
}

.two-column .frsharing {
    margin: -60px 0 50px;
}

.two-column .colB {
    float: right;
    width: 27.9%;
    margin: 30px 0 50px;
}

.home .two-column .colB {
    margin: 30px 0 50px;
}
/*Three Column------------------------------------------------------------------ */ .three-column .colA {
    width: 33.33%;
    float: left;
}

.three-column .colB {
    float: left;
    width: 33.33%;
}

.three-column .colC {
    float: right;
    width: 33.33%;
}
/*Two Column 75% 25% for apps------------------------------------------------------------------ */ .two-column-app .colA {
    width: 69.28%;
    float: left;
    margin: 30px 0 50px;
}

.two-column-app .colB {
    float: right;
    width: 24.99%;
    margin: 30px 0 50px;
}

.home .two-column-app .colB {
    margin: 30px 0 50px;
}
/* =============================================================================
   Specific Styles
   ========================================================================== */ /*Box Style------------------------------------------------------------------- */
.boxStyle {
    background: #FFF;
    border: 1px solid #848484;
    border-bottom: 3px solid #043d86;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
    margin: 15px 0;
}

.lt-ie8 .boxStyle {
    padding: 3%;
    width: 93%;
}

.boxStyle h2 {
    margin: 0 0 20px;
    color: #043d86;
    font-size: 22px;
}

    .boxStyle h2 p {
        color: #000;
    }

/*Inline resource */
.leftresource {
    float: left;
    width: 50%;
}

    .leftresource a,
    .rightresource a {
        display: inline-block;
    }

        .leftresource a:link img,
        .rightresource a:link img {
            border: 1px solid #fff !important;
        }

        .leftresource a:hover img,
        .rightresource a:hover img,
        .leftresource a:focus img,
        .rightresource a:focus img {
            border: 1px solid #7fcffb !important;
        }

/*Button Style---------------------------------------------------------------- */

.btnStyle { /* spacing between buttons */
    margin-top: 5px;
    margin-right: 5px;
}
/*
.btnContainer .btnStyle {
    display: inline;
    border: 1px solid red;
} */

.btnStyle,
input.btnStyle {
    background: #043d86;
    border: 3px solid #011023;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    padding: 8px 12px;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btnDisabled {
    background: #999;
    border: 4px solid #999;
    cursor: wait;
}

a:hover.btnStyle,
input:hover.btnStyle {
    background: #054fae;
}
/*Image Wrap------------------------------------------------------------------ */
.imgWrap {
    border: 3px solid #FFF;
    outline: 1px solid #b8b8b8;
    float: left;
    overflow: hidden;
}

    .imgWrap a {
        display: inline-block;
    }

        .imgWrap a:link img {
            border: 1px solid #fff !important;
        }

        .imgWrap a:hover img,
        .imgWrap a:focus img {
            border: 1px solid #7fcffb !important;
        }

.video {
    position: relative;
    z-index: 1;
}

    .video .play {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        margin: -19px 0 0 -19px;
        background-color: #000;
        opacity: 0.75;
        padding: 5px 12px 7px 13px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -moz-transition: opacity 0.3s linear;
        -webkit-transition: opacity 0.3s linear;
        -ms-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear;
        cursor: pointer;
    }

.play img {
    width: 13px;
    height: 17px;
}

.video span:hover.play {
    opacity: 1;
}
/*Icons----------------------------------------------------------------------- */ .icon {
    display: block;
    text-align: left;
    text-indent: -9999px;
}

    .icon.access {
        background: url(/i/img/icons.png) -28px -28px no-repeat;
        width: 18px;
        height: 18px;
    }

    .icon.download {
        background: url(/i/img/icons.png) -56px 0px no-repeat;
        width: 18px;
        height: 18px;
    }

    .icon.pay {
        background: url(/i/img/icons.png) 0px -56px no-repeat;
        width: 18px;
        height: 18px;
    }

    .icon.find {
        background: url(/i/img/icons.png) -56px -20px no-repeat;
        width: 18px;
        height: 18px;
    }

    .icon.facebook {
        background: url(/i/img/icons.png) 0px 0px no-repeat;
        width: 26px;
        height: 26px;
    }

    .icon.twitter {
        background: url(/i/img/icons.png) -46px -46px no-repeat;
        width: 27px;
        height: 27px;
    }

    .icon.print {
        background: url(/i/img/icons.png) -28px 0px no-repeat;
        width: 26px;
        height: 26px;
    }
/*General Content------------------------------------------------------------- */
h2.heading {
    padding-bottom: 12px;
    border-bottom: 1px solid #7a7a7a;
    margin-bottom: 20px;
}

#content h4,
#teacherResult h4,
#store h4 {
    margin-bottom: 0;
}

/*News Widget---------------------------------------------------------------- */
#newsWidget h2 {
    float: left;
    width: auto;
    margin: 0;
}

    #newsWidget h2 + a {
        float: right;
    }

#newsWidget ul,
#latestCommunication ul {
    float: left;
    width: 100%;
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
}

#newsWidget li,
#latestCommunication li {
    display: block;
    width: 100%;
    margin: 10px 0;
    opacity: 0.5;
    -moz-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

    #newsWidget li:first-child,
    #newsWidget li:hover,
    #latestCommunication li:first-child,
    #latestCommunication li:hover {
        opacity: 0.99;
    }

#newsWidget .imgWrap {
    height: 90px;
    margin: 5px 10px 10px 0;
}

#latestCommunication .imgWrap,
#collegeCommunicationsInner .imgWrap {
    margin: 5px 10px 10px 0;
}

#newsWidget .imgWrap img {
    width: 90px;
}

#newsWidget li:first-child .imgWrap {
    height: 90px;
    padding-bottom: 3px;
}

.colB #newsWidget li:first-child .imgWrap {
    margin-bottom: 35px;
}

#newsWidget ul span {
    font-style: italic;
    font-size: 13px;
    color: #686868;
}

#newsWidget ul h3,
#latestCommunication ul h3 {
    margin: 0 0 3px;
    text-transform: none;
}

    #newsWidget ul h3 a,
    #latestCommunication ul h3 a {
        text-decoration: none;
        color: #068edb;
    }

        #newsWidget ul h3 a:hover,
        #newsWidget ul h3 a:focus,
        #latestCommunication ul h3 a:hover,
        #latestCommunication ul h3 a:focus {
            color: #043d86 !important;
        }

#newsWidget ul p,
#latestCommunication p {
    margin: 0;
}
/*About Widget---------------------------------------------------------------- */
#aboutWidget h2 {
    margin: 0;
}

#aboutWidget p {
    margin: 10px 0 0;
}

#aboutWidget a {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

    #aboutWidget a:link img {
        border: 1px solid #fff !important;
    }

    #aboutWidget a:hover img,
    #aboutWidget a:focus img {
        border: 1px solid #7fcffb !important;
    }

/*Members Widget-------------------------------------------------------------- */
#membersWidget ul,
#innerNav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#membersWidget h3,
#innerNav h3 {
    margin: 10px 0 0;
}

#membersWidget li,
#innerNav li {
    display: block;
    width: 100%;
    margin: 8px 0;
}

    #membersWidget a,
    #innerNav li a {
        display: block;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        color: #FFF;
        background: #068edb;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        text-decoration: none;
        padding: 4px 10px;
        -moz-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        #membersWidget a:hover,
        #innerNav a:hover {
            background: #043d86;
        }

#membersWidget .iconWrap {
    float: left;
    background: #043d86;
    padding: 8px;
    margin: -4px 15px 0 -10px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

    #membersWidget .iconWrap.access {
        padding: 7px 7px 9px 9px;
    }
/*Ad Widgets----------------------------------------------------------------- */
#sideColAd {
    margin: 40px 0 0 0;
    position: relative;
}
/*Callouts------------------------------------------------------------------- */
#callouts {
    background: #068edb;
    width: 100%;
    clear: both;
    color: #FFF;
    line-height: 26px;
}

#calloutsContent {
    float: none;
    position: relative;
}

#callouts .colA,
#callouts .colB,
#callouts .colC {
    padding: 0 20px;
    margin: 35px 0 45px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #37a4e1;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    min-height: 420px;
}

.lt-ie8 #callouts .colA,
.lt-ie8 #callouts .colB,
.lt-ie8 #callouts .colC {
    width: 378px;
}

#callouts .colA {
    padding-left: 0;
}

#callouts .colC {
    border-right: none;
    padding-right: 0;
}
/*#callouts .colC.tooShort {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}*/
#callouts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#callouts li {
    width: 100%;
    border-top: 1px solid #37a4e1;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0;
}

    #callouts li:first-child {
        border: none;
        padding-top: 0;
    }

#callouts .imgWrap {
    outline: 1px solid #043d86;
    /* width: 100%;
  height: 170px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; */
    margin: 5px 0 15px;
}

    #callouts .imgWrap img {
        width: 100%;
    }

#callouts .play img {
    width: 13px;
    height: 17px;
}

#callouts a {
    color: #FFF;
    font-style: normal;
    font-weight: 600;
}

    #callouts a:hover {
        color: #043d86;
    }

.facebookLink {
    background: url(/i/img/facebookIcon.png) no-repeat left;
    padding: 7px 0 7px 25px;
}
/*Members----------------------------------------------------------------------*/
.lt-ie8 #members .boxStyle {
    width: 800px;
}

#members .colA h2 {
    margin-left: 20px;
}

#members .colA .boxStyle {
    padding: 20px 0;
}

#members .colA ul {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#members .colA a,
#members .colA h4 {
    position: relative;
    display: block;
    padding: 10px 20px 10px;
    border-top: 1px solid #7a7a7a;
    line-height: 30px;
}

.lt-ie8 #members .colA a,
.lt-ie8 #members .colA h4 {
    border-bottom: 1px transparent solid;
    float: left;
    width: 760px;
    vertical-align: top;
}

#members .colA a:nth-child(odd),
#members .colA a.odd {
    background: #f5f5f5;
}

#members .colA h4 {
    margin: 0;
}

#members .colA img {
    margin-right: 20px;
}

#members .colA span {
    float: right;
    background: url(/i/img/arrow.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-top: 5px;
}

    #members .colA span:hover {
        margin-right: -2px;
    }
/*Member Info------------------------------------------------------------------*/
#memberInfo {
    float: left;
    margin: 0 0 40px;
}

    #memberInfo ul {
        background: #EEE;
        padding: 8px 10px;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        list-style: none;
    }

.lt-ie8 #memberInfo ul {
    width: 315px;
}

#memberInfo li {
    display: block;
    width: 100%;
    float: left;
    margin: 2px 0;
}

#memberInfo span:first-child {
    color: #888;
}

#memberInfo span {
    display: block;
}

#memberInfo input {
    width: 80%;
}

#memberInfo h3 span {
    float: right;
    text-align: right;
    text-transform: capitalize;
    font-size: 13px;
    width: 25px;
}
/*Search-----------------------------------------------------------------------*/
.alertBox {
    float: left;
    width: 95.1%;
    background: #043d86;
    padding: 14px 20px 12px;
    color: #FFF;
    font-size: 14px;
    margin-top: 10px;
}

    .alertBox .left {
        float: left;
    }

    .alertBox .right {
        float: right;
        font-weight: 500;
        font-style: italic;
    }

#search ul {
    position: relative;
    margin: -20px;
    list-style: none;
    padding: 0;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#search li {
    padding: 20px;
    border-bottom: 1px solid #7a7a7a;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    #search li:nth-child(even),
    #search li.even {
        background: #f5f5f5;
    }

    #search li h3 {
        margin: 0 0 5px 0;
    }

#searchBox {
    float: left;
    width: 95.1%;
    background: #068edb;
    padding: 14px 20px 12px;
}

    #searchBox input[type="text"] {
        width: 78%;
    }

.lt-ie8 #searchBox input[type="text"] {
    width: 76%;
}

#search li p {
    margin: 0;
}

#search li span {
    color: #bbb;
}

#search ul:hover {
    color: #bbb;
}

#search ul li:hover {
    color: #000;
}

.lt-ie8 #search ul:hover {
    color: #000;
}

.lt-ie8 #search ul li:hover {
    color: #000;
}

#filterBox.boxStyle {
    margin-bottom: 0;
    border-bottom: 1px solid #848484;
}

#filterBox span {
    margin-right: 14px;
}

#searchNav ul {
    background: #eee;
    padding: 20px 0 20px 40px;
}
/*Contact---------------------------------------------------------------------*/
.contactForm {
    float: left;
    width: 100%;
}

    .contactForm input[type="text"],
    .contactForm input[type="email"] {
        width: 73%;
    }

    .contactForm div {
        float: left;
        width: 100%;
        margin-bottom: 14px;
    }

        .contactForm div.selectWrap {
            background: url(/i/img/selectArrow.png) no-repeat 153px 0 #ffffff;
            width: 175px;
            margin-bottom: 0;
        }

        .contactForm div label {
            width: 65px;
        }

        .contactForm div.left {
            float: left;
            width: 47.2%;
        }

        .contactForm div.right {
            float: right;
            width: 47.2%;
        }

        .contactForm textarea,
        .contactForm div input.subject {
            width: 87%;
        }

#contact tr.odd,
#contact tr.odd:hover,
#contact tr:hover {
    background: none;
}

.contact a {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.map {
    margin-top: 40px;
    /*float: left;
  width: 250px;
  height: 175px;
  margin-top: 40px;*/
}

/*--- Address container at Payment Summary ------------------------------------------*/
.address,
.updateAddress {
    display: inline-block;
}

.updateAddress {
    vertical-align: top;
    width: 30%;
}

.address {
    padding-bottom: 3.5em;
}

/*Simple Form------------------------------------------------------------------*/
.form.simple {
    background: #E4E4E4;
    border: 1px solid #AEAEAE;
    padding: 15px;
}

    .form.simple label {
        float: none;
    }

    .form.simple table tbody tr td {
        padding-bottom: 10px;
    }
/*Members----------------------------------------------------------------------*/
#calendar h3 {
    float: left;
    width: auto;
    margin-top: 0;
}

#calendar select {
    float: right;
    width: 20%;
}

#calendar .calNav {
    float: right;
    padding-left: 2%;
    margin-top: -7px;
}

    #calendar .calNav a.prev,
    #calendar .calNav a.next {
        background: #068edb;
        font-size: 30px;
        color: #FFF;
        padding: 0px 15px 2px 14px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        text-decoration: none;
    }

    #calendar .calNav a.next {
        padding: 0px 14px 2px 15px;
    }

#calendar table tr.odd {
    background: #FFF;
}

#calendar th {
    text-align: center;
}

#calendar tr,
#calendar td {
    width: 131px;
    padding: 4px;
}

#calendar td {
    height: 111px;
}

#calendar .calDayNumber.previousMonth {
    color: #999;
}

#calendar td.currentDay {
    background: #e2f4fe;
}

#calendar td span {
    display: block;
    background: url(/i/img/calicon.png) no-repeat left center;
    font-size: 12px;
    padding: 2px 6px 2px 14px;
    line-height: 14px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.backBtn {
    position: fixed;
    background: #068edb;
    padding: 6px 15px;
    left: 40px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
/*Img Style--------------------------------------------------------------------*/
img.imgStyle {
    border: 3px solid #EEE;
    float: left;
    margin: 5px 15px 0 0;
}

    img.imgStyle.right {
        float: right;
        margin: 5px 0 0 10px;
    }

figure.imgStyle {
    float: left;
    display: table;
    width: 100px;
    margin: 5px 15px 0 0;
}

    figure.imgStyle img.imgStyle {
        margin: 0;
    }

    figure.imgStyle.right {
        float: right;
        margin: 5px 0 0 10px;
    }

        figure.imgStyle.right img.imgStyle.right {
            margin: 0;
        }

figcaption {
    font-style: italic;
}

.lt-ie9 figcaption {
    float: left;
    width: 100%;
}

.lt-ie9 figure.imgStyle.right figcaption {
    float: right;
}
/*Member Card-----------------------------------------------------------------*/
#memberCard {
    width: 100%;
    float: left;
}

    #memberCard header {
        background: #068edb;
        -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
        padding: 15px 20px;
        height: auto;
        border-bottom: 3px solid #043d86;
    }

    #memberCard #container {
        margin: 20px 0;
        font-size: 12px;
        color: #444444;
        line-height: 18px;
        font-weight: 600;
    }

    #memberCard h2 {
        font-size: 14px;
    }

        #memberCard h2 span {
            color: #aaaaaa;
        }

    #memberCard .callout {
        background: #068edb;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        color: #FFF;
        padding: 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 13px;
        font-weight: 300;
    }

        #memberCard .callout strong {
            color: #FFF;
        }

    #memberCard .french {
        color: #777777;
    }

    #memberCard p strong {
        color: #000;
    }

#hearingSchedule table tr td h4:first-child {
    margin-top: 0;
}

#discounts .colA div {
    border-bottom: 1px solid #CCC;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.extensions {
    margin: 20px 0 0 0;
    background: #f5f5f5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
}

#collegeCommunicationsInner .colA article {
    float: left;
    width: 100%;
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    #collegeCommunicationsInner .colA article p {
        margin: 0;
    }

#collegeCommunicationsInner h1 {
    position: relative;
}

    #collegeCommunicationsInner h1 a {
        position: absolute;
        right: 0;
        font-weight: 300;
        text-transform: capitalize;
        font-size: 15px;
    }

.textModBox {
    position: absolute;
    left: 20px;
    top: 36px;
}

.noBanner .textModBox {
    position: absolute;
    left: 20px;
    top: 8px;
}

.lt-ie8 .textModBox {
    top: 65px;
}

.textModBox a {
    cursor: pointer;
    background: #043d86;
    color: #FFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

.textModBox #linkSmall {
    font-size: 12px;
    padding: 5px 5px 3px 5px;
}

.textModBox #linkNormal {
    font-size: 14px;
    padding: 3px 5px 2px 5px;
}

.textModBox #linkLarge {
    font-size: 16px;
    padding: 1px 5px 2px 5px;
}
/*Accodion------------------------------------------------------------------*/
#accordion h2 {
    margin: 30px 0 0;
}

#accordion h3 {
    text-transform: none;
    cursor: pointer;
    font-weight: 400;
    padding: 8px;
    border-bottom: 1px solid #dedede;
}

    #accordion h3:hover {
        background: #EEE;
    }

    #accordion h3 span {
        font-size: 12px;
        color: #777;
        margin-left: 10px;
    }

#accordion div {
    display: none;
}
/*Pagination------------------------------------------------------------------*/
.pagination {
    float: left;
    clear: both;
    margin: 10px 0 50px 0;
    background: #F2F2F2;
    border: 1px solid #7a7a7a;
    font-size: 12px;
    color: #777;
    text-align: center;
    font-weight: 600;
    width: 472px;
}

    .pagination .previous a:hover,
    .pagination .previous a.current,
    .pagination .prev.current,
    .pagination .previous a,
    .pagination .prev a,
    .pagination .previous.disabled {
        border-left: none;
    }

    .pagination span.disabled,
    .pagination .previous.current,
    .pagination .prev.current,
    .pagination .next.current {
        color: #CCC;
        background: none;
        padding: 8px 14px 6px;
        float: left;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        zoom: 1;
        /*border-left: 1px solid #7a7a7a;*/

        font-weight: normal;
    }

    .pagination a:hover,
    .pagination a.current,
    .pagination .current {
        padding: 8px 14px 6px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        zoom: 1;
        background-color: white;
        float: left;
        border-left: 1px solid #7a7a7a;
        font-weight: bold;
    }

    .pagination .previous,
    .pagination .prev {
        border-left: none;
    }

    .pagination a,
    .pagination span {
        color: #777;
        text-decoration: none;
        padding: 8px 14px 6px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        zoom: 1;
        border-left: 1px solid #7a7a7a;
        margin: 0px;
        float: left;
    }

    .pagination a {
        cursor: pointer;
    }

    .pagination span {
        background: #FFF;
    }

        .pagination span.previous,
        .pagination span.next {
            background: #f5f5f5;
            color: #bbb;
        }
/*ToolTip---------------------------------------------------------------------*/
.toolTipDrop {
    position: absolute;
    top: 25px;
    width: 180px;
    left: -80px;
    max-width: 240px;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    color: #333;
    text-shadow: 0 0 1px #FFF;
    line-height: 18px;
    padding: 4px 8px;
    border: 1px solid #888;
    background: #eee;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 2px #dedede;
    -webkit-box-shadow: 0 0 2px #dedede;
    -moz-box-shadow: 0 0 2px #dedede;
    text-decoration: none;
    z-index: 99999;
    display: none;
}

    .toolTipDrop:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 82px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #888;
    }

.toolTipPlease .tiptipClose {
    position: absolute;
    top: -9px;
    right: -9px;
    display: none;
}
/*Ad Boxes--------------------------------------------------------------------*/
.adBox300 {
    position: relative;
    float: left;
    background: #000;
    border: 17px solid #eee;
    /*width: 300px;
  height: 250px;*/
}

    .adBox300 img {
        max-width: 100%;
    }

#fourOhFour .adBox300 {
    margin-top: 40px;
}


.sharing * .alertBoxGood,
.sharing * .alertBoxWarning,
.sharing * .alertBoxBad,
.sharing * .alertBoxGeneral {
    width: 50%;
}

.alertBoxGood,
.alertBoxWarning,
.alertBoxBad,
.alertBoxGeneral {
    background-color: #FFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    padding: 8px 12px 8px 40px;
    margin-bottom: 40px;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.alertBoxGood {
    background: url(/i/img/icons/alertGood.png) no-repeat #ffffff;
    background-position: 10px center;
    border: 2px solid green;
}

.alertBoxWarning { /*AODA: Warning messages should be in red. */
    /*background: url(/i/img/icons/alertWarning.png) no-repeat #ffffff;*/
    /*border: 2px solid #e4de00;*/

    background: url(/i/img/icons/alertBad.png) no-repeat #ffffff;
    background-position: 10px center;
    border: 2px solid red;
}

.alertBoxBad {
    background: url(/i/img/icons/alertBad.png) no-repeat #ffffff;
    background-position: 10px center;
    border: 2px solid red;
}

.alertBoxGeneral {
    background: url(/i/img/icons/alertGen.png) no-repeat #068edb;
    background-position: 10px center;
    border: 2px solid #043d86;
    color: #FFF;
}

a:hover.btnStyle,
input:hover.btnStyle {
    background: #054fae;
}
/*STYLE GUiDE--------------------------------------------------------------*/
#fonts .boxStyle div {
    background: #eee;
    width: 918px;
    margin: -20px -20px 10px -20px;
    padding: 10px 20px;
    border-bottom: 1px solid #CCC;
}

#loginContainer,
#loginHeaderContent {
    max-width: 400px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

#loginHeaderContent {
    max-width: 248px;
}

#loginContainer {
    position: relative;
    z-index: 4;
    line-height: 26px;
    clear: both;
}

    #loginContainer .boxStyle div {
        margin-bottom: 10px;
    }

        #loginContainer .boxStyle div input[type="text"],
        #loginContainer .boxStyle div input[type="password"],
        #loginContainer .boxStyle div input[type="email"],
        #subscription .colA input[type="email"] {
            width: 94%;
        }

    #loginContainer label {
        width: 100%;
    }

.tableCellMobileOnly {
    display: none;
}

.tableCellNotMobile {
    display: table-cell;
}


/*============= Complaint Form ===========*/

#complaintForm select {
    width: 300px;
    overflow: scroll;
}

#complaintForm #main_0_columna_1_ddlRegionE {
    height: 40px;
}

#complaintForm #main_0_columna_1_ddlRegionF {
    height: 40px;
}


#complaintForm #ctl00_ContentPlaceHolder_MainContent_ddlProvinces, #complaintForm #ctl00_ContentPlaceHolder_MainContent_ddlCountry {
    height: 40px;
}

#complaintForm #main_0_columna_1_ListBoxArea, #complaintForm #main_0_columna_1_ListBoxYourArea {
    height: 180px;
}

/* For IE only*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    #complaintForm select {
        width: auto;
        overflow: scroll;
    }

        #complaintForm select option {
            width: 330px;
        }

    #complaintForm #ctl00_ContentPlaceHolder_MainContent_ddlProvinces, #complaintForm #ctl00_ContentPlaceHolder_MainContent_ddlCountry, #complaintForm #main_0_columna_1_ddlProvinces, #complaintForm
    #main_0_columna_1_ddlCountry {
        /* width: inherit; */
    }
}

/* For Firefox only*/
@-moz-document url-prefix() {
    #complaintForm select {
        width: 350px;
        overflow: scroll;
    }
}

#complaintForm select option {
    width: 330px;
    white-space: nowrap;
}

/*============= Online Forms ===========*/

.onlineforms legend {
    padding: 0 2px;
    font-weight: bold;
}


.onlineforms label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: middle;
}

.onlineforms input[type="checkbox"] {
    margin-right: 10px;
}

.onlineforms fieldset ol {
    margin: 0;
    padding: 0;
}

.onlineforms fieldset li {
    list-style: none;
    padding: 5px;
    margin: 0;
}

.onlineforms fieldset {
    border: 1px solid black;
    padding: 15px;
    margin: 0;
}

    .onlineforms fieldset fieldset {
        /*border: none;*/
        margin: 3px 0 0;
    }

        .onlineforms fieldset fieldset legend {
            padding: 0 0 5px;
            font-weight: normal;
        }

        .onlineforms fieldset fieldset label {
            display: block;
            width: auto;
        }

.onlineforms em {
    font-weight: bold;
    font-style: normal;
    color: #f00;
    padding-top: 5px;
    padding-left: 5px;
}

.onlineforms label {
    width: 280px;
}

.onlineforms fieldset fieldset label {
    margin-left: 123px; /* Width plus 3 (html space) */
}

.redasterisk {
    font-weight: bold;
    font-style: normal;
    color: #f00;
}

/*============= Responsive Design ===========*/
table.apptable {
    float: left;
    width: 70%;
}

.miniresponsiveselect {
    width: 28%;
}
