/*＃＃＃＃＃＃＃＃＃＃＃＃＃＃＃＃＃＃＃＃＃＃＃＃＃＃

       ___    __ __              ________ 
     /'___`\ /\ \\ \            /\_____  \
    /\_\ /\ \\ \ \\ \           \/___//'/'
    \/_/// /__\ \ \\ \_   _______   /' /' 
       // /_\ \\ \__ ,__\/\______\/' /'   
      /\______/ \/_/\_\_/\/______/\_/     
      \/_____/     \/_/          \//      


     *  @package    Project Name
     *  @subpackage    CSS
     *  @author      Julien Bourdon Tokyoprivate.com
     *  @version    0.1
     *  @description  This is a starting template.
     
     */

* {
    font-size: 100%
}

html * {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: baseline
}

body {
    background-color: #fff;
    color: #040C1A;
    line-height: 1
}

/* OLD STYLE OVERRIDE */
h2 strong {
    background-color: none !important
}

.text-center {
    text-align:center;
}
.text-right {
    text-align:right;
}
.text-justify {
    text-align:justify;
}

.newsCalendar_listBody {
    padding: 0 !important
}

/* Powermail */
div.tx-powermail-pi1 {
    font-family: Calibri, Arial, sans-serif;
    font-size: 14px;
    width: 640px;
    margin: 0 !important;
    padding: 0 !important;
}

div.tx-powermail fieldset {
    /* Fieldset */
    border: 0;
    padding: 10px;
    margin-bottom: 20px;

    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */

    -webkit-box-shadow: 0px 0px 8px 0px;
    -moz-box-shadow: 0px 0px 8px 0px;
    box-shadow: 0px 0px 8px 0px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border-color: #ccc;
}

div.tx-powermail fieldset legend {
    /* legend of Fieldset */
    font-weight: bold;
    color: #EAEAEA;
    float: right;
    margin: 3px 10px 10px 0;
    font-size: 30px;
    white-space:normal;
    display:block;
}
div.tx-powermail fieldset .powermail_fieldwrap{
    clear:both;
    margin: 0 0 0.5em 0;
    padding-bottom: 1em;
}
div.tx-powermail fieldset label {
    display: block;
    width: 200px;
    float: left;
    clear: left;
    font-weight: bold;
    color: #1E5799;
    font-size: .75em!important;
    font-family: 'Open sans', sans-serif;
}

div.tx-powermail fieldset .powermail_input, div.tx-powermail fieldset .powermail_textarea, div.tx-powermail fieldset .powermail_captcha, div.tx-powermail fieldset .powermail_select  {
    font-family: Calibri, Arial, sans-serif;
    font-size: 14px;
    width: 400px;
    padding: 3px;
    border: 1px solid #ccc;
    color: #444;
    -webkit-box-shadow: 3px 3px 5px #eee;
    -moz-box-shadow: 3px 3px 5px #eee;
    box-shadow: 3px 3px 5px #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

img.powermail_captchaimage {
    margin-left: 1em;
    margin-right: 1em;
    vertical-align: middle;
}

div.tx-powermail input[type=button], div.tx-powermail .powermail_fieldwrap_type_submit input[type=submit]{
    margin: 10px 20px 10px 0;
    float: right;
    border: 0;
    padding: 5px 20px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    background: rgb(30,87,153);
    background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1)));
    background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
    background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
    background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
    background: linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
    -webkit-box-shadow: 3px 3px 5px #aaa;
    -moz-box-shadow: 3px 3px 5px #aaa;
    box-shadow: 3px 3px 5px #aaa;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.tx-powermail form * {
    background-color: transparent !important;
    font-family: 'Open sans', sans-serif;
    color: #333;
}

.tx-gooffotoboek-pi1 table {
    width: 100%
}

.gfpb_landscape * {
    width: 200px
}

.tx-powermail form {
    padding-bottom: 2em;
}

.tx-powermail form label {
    font-size: .75em !important
}

.tx-powermail form .mandatory {
    color:red;
}

#tx_indexedsearch input[type=text] {
    margin-bottom: 1em
}

#tx_indexedsearch input[type=submit] {
    margin-top: .75em;
    width: 190px;
}

#listing_contributions table {
    font-family: 'Georgia', serif;
    font-weight: lighter;
    color: #313131;
    text-shadow: 0 1px 1px #fff
}

#listing_contributions table tr {
    background: #f8f8f8;
    padding: .25em 0 .4125em
}

#paging_down tr {
    background: transparent !important
}

#listing_contributions table td {
    border-bottom: 1px solid #E8E8E8;
    padding: .25em
}

#filter_listing_contributions input[type=text] {
    background-color: white
}

.tx-felogin-pi1 input[type=submit],
.tx-srfeuserregister-pi1 input[type=submit],
.tx-powermail form input[type=submit],
#tx_indexedsearch input[type=submit],
#filter_listing_contributions input[type=submit] {
    display: inline-block;
    padding: 5px 12px;
    font-size: 1em;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(# #f9f9f9));
    background-image: -webkit-linear-gradient(top, #ffffff, #f9f9f9);
    background-image: -o-linear-gradient(top, #ffffff, #f9f9f9);
    background-image: linear-gradient(to bottom, #ffffff, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#f#f9f9f9', GradientType=0);
    border-color: #f8f8f8 #f8f8f8 #313131;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #bbbbbb;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 0 0 0;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.tx_powermail_pi1_fieldwrap_html {
    padding-bottom: 1em
}

/*gallery*/
.tx-gooffotoboek-pi1 img {
    height: auto !important
}

input.powermail_submit {
    margin: 0 auto 0 auto !important
}

p.align-center {
    text-align: center
}

textarea {
    border: 1px solid #e9e9e9;
    padding: .5em;
}

/*logon form*/
.tx-felogin-pi1 {
    background: #f8f8f8;
    border: 1px solid #f9f9f9;
    font-family: 'Open sans';
    width: 280px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 1em;
}

.tx-felogin-pi1 {
    text-align: center;
}

.tx-felogin-pi1 input[type=text],
.tx-felogin-pi1 input[type=password] {
    background: white;
    border: 1px solid #e9e9e9;

}

.tx-felogin-pi1 fieldset {
    padding: .5em;
}

.tx-felogin-pi1 > h3 + div {
    display: none;
    font-family: Georgia, serif;
    line-height: 1.5em;
    margin-bottom: 1em;
}

.tx-felogin-pi1 fieldset * {
    padding-bottom: .5em
}

.tx-felogin-pi1 h3 {
    display: none;
    font-weight: lighter;
    font-family: 'Open sans';
    font-size: 1em;
    padding-bottom: 1.5em;
}

.tx-felogin-pi1 legend {
    font-weight: lighter;
    font-family: 'Open sans';
    font-size: 1.5em;
    padding-bottom: 1.5em;
}

legend {
    display: block;
    margin: 1.5em 0 1.5em 1.5em;
}

article,
aside,
figcaption,
figure,
footer,
header,
section,
blockquote,
dl,
figcaption,
h1,
h2,
h3,
ol,
p,
pre,
ul {
    display: block
}

article:last-child,
section:last-child,
dl:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
ol:last-child,
p:last-child,
pre:last-child,
ul:last-child {
    margin-bottom: 0
}

.ielt9 article.last-child,
.ielt9 section.last-child,
.ielt9 dl.last-child,
.ielt9 h1.last-child,
.ielt9 h2.last-child,
.ielt9 h3.last-child,
.ielt9 ol.last-child,
.ielt9 p.last-child,
.ielt9 pre.last-child,
.ielt9 ul.last-child {
    margin-bottom: 0
}

blockquote,
code,
dl,
figcaption,
h1,
h2,
h3,
ol,
p,
pre,
ul {
    color: #040C1A;
    font: normal normal 400 1em/1.5em 'Georgia', serif;

    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none
}

#backgroundTable ul {
    list-style: disc;
    padding-left: 20px;
}

a {
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

h1 a,
h2 a,
h3 a {
    color: inherit
}

abbr[title] {
    border: none;
    cursor: help
}

abbr[title]:hover {
    cursor: help;
    text-decoration: underline
}

blockquote > p {
    font-style: italic
}

h1,
h2,
h3 {
    font-weight: 700
}

img {
    display: block;
    max-width: 100%;
}

li {
    display: list-item
}

strong {
    font-weight: 600
}

.coding {
    font-family: monospace;
    font-size: 1.1em;
}

.lead {
    background: #dfd;
    padding: 1em;
    border-top: 1px #bdb dotted;
    border-bottom: 1px #bdb dotted;
}

/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.ce-gallery figcaption {
    text-align:center;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.frame-ruler-before:before, .frame-ruler-after:after  {
    content:none;
}

.gallery .col {
    float:left;
    padding:10px 10px 10px 0;
}

.gallery.cols-2 .col {
    width:47%;
}

.gallery.cols-3 .col {
    width:31%;
}

.gallery.cols-4 .col {
    width:21%;

}

.gallery .col img{
    max-width:100%;
    height:auto;
}

.gallery .col span{
    font-weight:bold;
}

.news-list-date {
    font-size: 20px;
    color: #ff0000;
}

.ce-uploads span {
    display:inline-block;
}

.ce-uploads .ce-uploads-fileName{
    padding-right:1em;
}

.ce-uploads img {
    padding-right:0.3em;
}

body.pageContent #pageContent > div.clearfix ul.ce-uploads {
    padding-bottom:0;
    padding-left:0;
}

.ce-nowrap .ce-bodytext {
    overflow:visible;
}

@media screen {
    fieldset {
        border-color: #0052A4;
        display: block;
        margin-bottom: 1.5em;
        color: #0052A4
    }

    .ns {
        clip: rect(1px, 1px, 1px, 1px);
        height: auto !important;
        position: absolute !important;
        width: auto !important
    }

    .ie .ns {
        display: none
    }

    .G1, .G2, .G3, .G4, .G5, .G6, .G7, .G8, .G9, .G10, .G11, .G12 {
        clear: none !important;
        float: left;
        margin-left: 1.875em;
    }

    .GS {
        margin-left: 0
    }

    .GR {
        float: right
    }

    .G1 {
        width: 3.375em
    }

    .G2 {
        width: 8.625em
    }

    .G3 {
        width: 13.875em
    }

    .G4 {
        width: 19.125em
    }

    .G5 {
        width: 24.375em
    }

    .G6 {
        width: 29.625em
    }

    .G7 {
        width: 34.875em
    }

    .G8 {
        width: 40.125em
    }

    .G9 {
        width: 45.375em
    }

    .G10 {
        width: 50.625em
    }

    .G11 {
        width: 55.875em
    }

    .G12 {
        width: 61.125em
    }

    #activitiesContainer h2 {
        color: #0B2E5F;
        display: block;
        font-family: 'Open Sans';
        font-size: 1.125em;
        font-weight: 400;
        margin-bottom: .5em !important
    }

    /* Pour mettre une vignette de vente de guide sur le bandeau au milieu Commentee le 20 janvier 2016
    #guide{
      background: url(../Images/AchatGuideBtn.png) no-repeat 0 0px ;
      display: block;
      position: absolute;
      right: 35em;
      top: -0.5em;
      width: 4.3125em;
      height:  4.3125em;
      z-index: 1000
    }
    #guide:hover{
      background-position: 0 -70px
    }
    */
    #adherer {
        background: url(../Images/sprite.png) no-repeat 0 -64px;
        display: block;
        position: absolute;
        right: -2em;
        top: -.5em;
        width: 4.3125em;
        height: 4.3125em;
        z-index: 1000
    }

    #adherer:hover {
        background-position: 0 -135px
    }

    #adminConnect {
        position: absolute;
        top: 8.5em;
        left: 16em;
    }

    #adminConnect a {
        background: url(../Images/sprite.png) no-repeat -74px -74px;
        color: #ED3F33;
        display: block;
        font-family: 'Open Sans';
        font-weight: 400;
        font-size: .75em;
        padding-left: 1.5em;
        text-decoration: none
    }

    #adminConnect a:hover {
        background-position: -74px -107px;
        color: #0B2E5F
    }

    #bannerTop {
        display: block;
        width: 19.125em;
        float: right;
        margin-top: .625em
    }

    #copyRight {
        background: #313140;
        color: white;
        display: block;
        font-family: 'Open sans';
        height: 2.875em;
        position: relative;
        text-align: left;
        width: 100%
    }

    #promoJu {
        right: .3125em;
        color: white;
        font-size: .625em;
        text-decoration: none;
        font-style: italic;
    }

    #containerCopy {
        background: url(../Images/smallLogoFooter.png) no-repeat 0 .75em;
        display: block;
        padding-bottom: .5em;
        width: 61.125em;
        margin: 0 auto;
    }

    #copyRight span {
        display: block;
        padding-top: 1.5em;
        padding-left: 4.5em;
        font-size: .75em;
    }

    #daysContainer li {
        background: #0E244E;
        display: block;
        width: 60px;
        text-align: center;
        color: white;
        float: left;
        border-right: 1px solid #000000;;
    }

    #daysContainer li a {
        font-size: .875em;
        line-height: 1.225em;
        text-decoration: none;
        display: block;
        color: white;
        -moz-box-shadow: inset 0px 2px 3px #07162A;
        -webkit-box-shadow: inset 0px 2px 3px #07162A;
        box-shadow: inset 0px 2px 3px #07162A;
    }

    #daysContainer li a:hover,
    #daysContainer li a.kyou {
        background-color: #ED3F33 !important;
        -moz-box-shadow: inset 0px 2px 3px #07162A;
        -webkit-box-shadow: inset 0px 2px 3px #07162A;
        box-shadow: inset 0px 2px 3px #07162A;
    }

    #daysContainer li a.active {
        background-color: #0D58A1;
    }

    #daysContainer li:first-child a,
    #daysContainer li:last-child a {
        display: block;
        margin-top: 6px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #daysContainer li:first-child a:hover,
    #daysContainer li:last-child a:hover {
        background: none !important;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #daysContainer li:first-child a {
        margin-left: 20px !important
    }

    #daysContainer li:last-child a {
        margin-left: 20px !important
    }

    #daysContainer {
        background: #0D1E38;
        width: 100%;
        display: block
    }

    .futsuBtn {
        display: block;
        padding: 5px 12px;
        font-size: .625em;
        font-weight: 600;
        line-height: 20px;
        *line-height: 20px;
        width: 140px;
        text-align: left;
        vertical-align: middle;
        cursor: pointer;
        color: #0D58A1;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        background-color: #f5f5f5;
        background-image: -moz-linear-gradient(top, #ffffff, #f3f3f3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f3f3f3));
        background-image: -webkit-linear-gradient(top, #ffffff, #f3f3f3);
        background-image: -o-linear-gradient(top, #ffffff, #f3f3f3);
        background-image: linear-gradient(to bottom, #ffffff, #f3f3f3);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#f#f3f3f3', GradientType=0);
        border-color: #f8f8f8 #f8f8f8 #313131;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        *background-color: #e6e6e6;
        /* Darken IE7 buttons by default so they stand out more given they won't have borders */

        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        border: 1px solid #bbbbbb;
        *border: 0;
        border-bottom-color: #a2a2a2;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin: 0 0 0 0;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .35);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .35);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .35);
        text-transform: uppercase;
    }

    .futsuBrn span {
        iVBORw0KGgoAAAANSUhEUgAAAAcAAAAGCAYAAAAPDoR2AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+ / AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAVdEVYdENyZWF0aW9uIFRpbWUANC8xNC8xM98w2EUAAABgSURBVAiZbcuhEYNAAAXRx+FwDAVE0UMcaKqhA64FOkgT50kdMcFF4GMxMMMA36zY / VnVxS8erpsD+hsBfQZVFyc0B /Fe0tCGvTq/ IIf /Z/ oVdVviiXFJwwvCoY6YN4IVuV8S6mmj1sEAAAAASUVORK5CYII =
    }

    #headerLogo {
        display: block;
        margin-top: 2em;
        margin-bottom: .4375em
    }

    #headerLogo a {
        background: url(../Images/logo.svg) no-repeat;
        display: block;
        width: 23.375em;
        height: 6.3125em
    }

    .no-svg #headerLogo a {
        background: url(../Images/AFJ-Logo-francophone-04-2017-2.jpg) no-repeat;
        display: block;
        width: 23.375em;
        height: 6.3125em
    }

    #headerLogo em {
        display: none
    }

    .pageContent .frame-default,
    .pageContent .frame-default > div {
        display: inline !important;
    }

    .pageContent .frame-default ul li a {
        color: #0D1E38
    }

    .frame-default .csc-header > h1 a,
    .frame-default .csc-header > h1,
    .frame-default .csc-header > h2,
    .frame-default .csc-header > h3,
    .frame-default .csc-header > h4 {
        font-family: 'Open sans', serif;
    }

    .pageContent .csc-default .csc-header > h1 {
        font-size: 1.25em;
        margin: 0 0 .3125em 0;
        padding: 1em 0 0 0;
        color: #0052A4;
        text-decoration: none;
    }

    .pageContent .csc-default .csc-header h1 a {
        font-size: 1.5em;
        margin: 0 0 0 0 !important;
        padding: 0 0 0 0;
        color: #ED3F33;
        text-decoration: none;
    }

    .pageContent .csc-default .csc-header h2 {
        font-family: 'Open sans', serif;
        font-size: 1em;
        margin: 0 0 1em 0;
        padding: 1em 0 0 0;
        color: #0052A4;
        text-decoration: none;
    }

    .pageContent .csc-default .csc-header h3 {
        font-family: 'Open sans', serif;
        font-size: .9325em;
        font-weight: 400;
        margin: 0 0 1em 0;
        padding: 1em 0 0 0;
        color: #0052A4;
        text-decoration: none;
    }

    .pageContent .csc-default .csc-header h2 {
        font-family: 'Open sans', serif;
        font-weight: 300;
        font-size: 1em;
        margin: 0 0 1em 0;
        padding: 1em 0 0 0;
        color: #0052A4;
        text-decoration: none;
    }

    table tr {
        padding: .3125em;
    }

    #corresCont h2,
    #corresCont ul {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important
    }

    #corresCont ul {

    }

    #corresCont ul li {
        display: list-item !important;
        display: block;
        margin-left: 1.5em;
        padding-left: .25em !important;
        list-style-type: circle !important;

    }

    #corresCont ul li a:hover {
        text-decoration: underline
    }

    #corresCont blockquote {
        padding-top: 2em;
        margin-top: 2em;
    }

    .frame-default .csc-frame-frame2 a.internal-link,
    .frame-default .csc-frame-frame2 a.internal-link * {
        font-family: 'Open sans', serif;
        line-height: 1em !important;
        display: inline;

    }

    .frame-default p.csc-subheader {
        color: #646473;
        font-size: 1.25em;
        font-family: 'Georgia', serif;
        font-style: italic;
        font-weight: lighter;
        margin: 0 0 0 0;
        padding: 0 0 0 0
    }

    .frame-default .csc-frame-frame2 > a br {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        line-height: 0
    }

    .frame-default .csc-frame-frame2 a.internal-link > br + br:after {
        font-size: .5em;
        display: none
    }

    #prehead {
        background: #0052A4;
        display: block;
        height: 2.0625em;
        width: 100%;
    }

    input[type=text]:focus,
    input[type=password]:focus {
        border-left: 2px solid #ED3F33;
        border-top-width: 0 !important;
        border-bottom-width: 0 !important
    }

    input[type=text],
    input[type=password] {
        border: 1px solid #E9E9E9;
        font-family: 'Open Sans';
        font-weight: lighter;
        font-size: .9325em;
        height: 1.3125em;
        padding: .3125em .5em .4375em;
        -moz-box-shadow: inset 3px 2px 3px #CFCFCF;
        -webkit-box-shadow: inset 3px 2px 3px #CFCFCF;
        box-shadow: inset 3px 2px 3px #CFCFCF;
    }

    #search {
        margin-top: 3em;
        position: relative
    }

    #search input[type=text] {
        width: 16.625em;
        -webkit-border-top-left-radius: .1875em;
        -moz-border-top-left-radius: .1875em;
        border-top-left-radius: .1875em;
        -webkit-border-bottom-right-radius: .1875em;
        -moz-border-bottom-right-radius: .1875em;
        border-bottom-right-radius: .1875em;
        height: 1.625em
    }

    .newsletter input[type=text] {
        background: white !important;
        float: left;
        width: 16.625em;
        -webkit-border-top-left-radius: .1875em;
        -moz-border-top-left-radius: .1875em;
        border-top-left-radius: .1875em;
        -webkit-border-bottom-right-radius: .1875em;
        -moz-border-bottom-right-radius: .1875em;
        border-bottom-right-radius: .1875em;
        height: 1.625em
    }

    #search button{
        background: #0052A4;
        color: white;
        cursor: pointer;
        display: block;
        font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 400;
        font-size: .9325em;
        height: 2.4375em;
        padding: .25em .4375em .4375em .4375em;
        position: absolute;
        right: 0;
        top: .0625em;
        width: 6em
    }
    
    .tx_indexedsearch input.tx-indexedsearch-searchbox-button {
        background: #0052A4;
        color: white;
        cursor: pointer;
        font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 400;
        font-size: .9325em;
        height: 2.667em;
        width: 6em;
        text-transform: uppercase;
        border:none;
        border-radius:0;
        width:auto;
        font-size:.75em;
        display:inline-block;
        text-shadow:none;
        margin-bottom:2.167em;
    }
    .tx_indexedsearch input.tx-indexedsearch-searchbox-sword {
        padding-top: 0.133em;
        padding-bottom:0.533em;
    }
    .tx_indexedsearch input.tx-indexedsearch-searchbox-sword:focus {
        border-left:0;
    }
    .tx-indexedsearch-browsebox ul {
        list-style:none;
    }
    .tx-indexedsearch-browsebox ul li {
        display:inline-block;
        margin-right: 1em;
    }
    body.pageContent #pageContent ul.tx-indexedsearch-browsebox  {
        padding-left:0;
    }

    input[type=submit] {
        background-color: #f5f5f5;
        background-image: -moz-linear-gradient(top, #ffffff, #f9f9f9);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(# #f9f9f9));
        background-image: -webkit-linear-gradient(top, #ffffff, #f9f9f9);
        background-image: -o-linear-gradient(top, #ffffff, #f9f9f9);
        background-image: linear-gradient(to bottom, #ffffff, #f9f9f9);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#f#f9f9f9', GradientType=0);
        border-color: #f8f8f8 #f8f8f8 #313131;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        border-width: 1px;
        *background-color: #e6e6e6;
        color: white;
        color: #313131;
        margin-bottom: 2em;
        font-size: .975em;
        font-weight: lighter !important;
        height: 2.125em;
        padding: .3125em .5em .4375em;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    #mobiCat {
        right: 0;
        font-family: 'Open Sans';
        width: 240px;
        height: 34px;
        overflow: hidden;
        position: absolute;
        background: url(../image/new_arrow.png) no-repeat right #ddd;
        border: 1px solid #ccc;
    }

    .newsletter form {
        position: relative
    }

    .newsletter button {
        background: #ED3F33;
        color: white;
        cursor: pointer;
        display: block;
        font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 400;
        font-size: .9325em;
        height: 2.4375em;
        padding: .25em .4375em .4375em .4375em;
        position: absolute;
        right: 0;
        top: .0625em;
        width: 6em
    }

    #search button:hover {
        background-color: #ED3F33
    }

    #search button span {
        font-size: .75em
    }

    #screen {
        width: 61.125em;
        background: white !important;
        margin: 0 auto;
        padding: 0 0;
        height: auto;
        position: relative;
    }

    #slideBtn {
        clear: both;
        padding-top: 2em;
        width: 100%;
        text-align: center;
    }

    #slideBtn li {
        display: inline-block;
        padding: 0 10px 0 10px;

    }

    #slideBtn li a {
        background: url(../Images/bulletSelector.png) no-repeat 0 0;
        display: block;
        height: 17px;
        width: 17px
    }

    #slideBtn li a:hover,
    #slideBtn li a.current {
        background-position: -20px 0;
    }

    #sliders {
        overflow: hidden !important;
        margin: 2em 0 2em 0;
        position: relative;
        width: 100%;
    }

    #sliders li.slide {
        float: left;
        height: 23.1875em;
        position: relative;
        width: 61.125em;
    }

    .slideText {
        background: rgba(255, 255, 255, .8);
        display: block;
        margin-top: 25%;
        position: absolute;
        height: auto;
        width: 24.375em
    }

    .slideText h3 {
        display: block;
        font-family: 'Open Sans';
        font-size: 1.75em;
        font-weight: 700;
        line-height: 1.125em;
        padding: .3125em
    }

    .slideText h3 a {
        background: url(../Images/arrowRed28x28.png) no-repeat center right;
        color: #0E244E;
        display: block;
        padding-right: 28px;
        text-decoration: none;
    }

    .slideText:hover {
        background: rgba(255, 255, 255, 1)
    }

    .slideText:hover h3 a {

        color: #ED3F33
    }

    #snsServices {
        position: absolute;
        left: 124px;
        top: 128px
    }

    #snsServices li {
        display: block;
        float: left;
        margin-right: .625em
    }

    #snsServices li a {
        display: block;
        height: 31px;
        width: 31px;
    }

    #snsServices li.facebook a {
        background: url(../Images/sprite.png) no-repeat 0 -33px;
    }

    #snsServices li.rss a {
        background: url(../Images/sprite.png) no-repeat -35px -33px;
    }

    #snsServices li.linkedin a {
        background: url(../Images/sprite.png) no-repeat -71px -33px;
        display: block;
    }

    #snsServices li em {
        display: none
    }

    #snsServices li a:hover {
        background-position-y: 0
    }

    #topNavi {
        display: block;
        margin: 0 auto;
        width: 61.125em;

    }

    #topNavi li {
        font-family: 'Open Sans';
        font-weight: 500;
        list-style-type: none;
        padding-top: .275em;
        text-align: center;
        text-transform: uppercase;
    }

    #topNavi > ul li a {
        color: white;
        display: block;
        font-size: .75em;
        text-decoration: none;
    }

    #topNavi > ul li.selected {

        background: transparent url(../Images/selectedarrow.png) no-repeat center bottom;
        font-weight: bold;
    }

    .mainNav li {
        height: 1.8125em;
    }

    .mainNav li a:hover {
        font-weight: bold
    }

    .mainNav li a {
        padding-top: .125em
    }

    .switchMenu {
        background-color: #F6F8FC;
        clear: both;
        display: block;

        float: none;
        font-family: 'Open sans';
        height: auto;
        margin: 2em 0 0;
        position: relative;
        text-transform: uppercase;
        width: 100%;
    }

    .switchMenu .btnSwicth {
        background-color: #0D58A1;
        color: white;
        text-align: center;
        text-decoration: none;
        line-height: 1.375em;
    }

    .btnSwicth a.nlink {
        font-size: .75em;
        text-decoration: none;
        cursor: pointer
    }

    .btnSwicth a.nlink:hover {
        text-decoration: underline
    }

    .switchMenu ul#catNav {
        display: block;
        float: right;
        width: 50.5em;
    }

    .switchMenu ul#catNav li {
        clear: both;
        display: inline-block;
        font-size: .75em;

    }

    .switchMenu ul#catNav li a {
        color: #0D58A1;
        display: block;
        margin: 0 0.8125em;
        text-decoration: none;
        text-shadow: 1px 1px 0 #fff
    }

    .switchMenu ul#catNav li.selected {
        background: white;
        border-top: 1px solid #F6F8FC;

    }

    .switchMenu ul#catNav li.selected a {
        color: #ED3F33;
        text-shadow: none
    }

    .switchMenu ul li:hover {
        background: none repeat scroll 0 0 white;
        border-bottom: -1px inset #F8F8F8;
        border-top: -1px inset #f9f9f9;
    }

    .switchMenu ul#catSubNav {
        background-color: white;
        border-bottom: 1px solid #F6F8FC;
        border-left: 1px solid #F6F8FC;
        border-right: 1px solid #F6F8FC;
        padding: .225em 0 .225em;
        clear: both;
        float: none
    }

    .switchMenu ul#catSubNav li {
        display: inline-block;
        margin: .225em .625em 0 .625em;
        padding-bottom: 0 !important
    }

    .switchMenu ul#catSubNav li a {
        color: #0D58A1;
        font-family: 'Open sans';
        font-size: .625em;
        text-shadow: 1px 1px 0 #fff;
        text-transform: uppercase;
        text-decoration: none
    }

    .switchMenu ul#catSubNav li a:hover {
        color: #ED3F33;
    }

    #topSubNav {
        display: block;
        clear: both;
        height: 1.75em;
        margin: .4375em 0 .5em 0;
        width: 100%;
        border-bottom: 1px dotted #DEDFD6
    }

    #topSubNav li {
        display: inline-block;
    }

    #topSubNav li a {
        font-family: 'Open Sans';
        font-weight: 500;
        list-style-type: disc;
        color: #6F99C3 !important;
        font-size: .75em;
        padding: 0 .25em .5em .25em;
        text-decoration: none
    }

    #topSubNav li a:hover {
        color: #ED3F33 !important

    }

    .activities {
        margin: 1.5em 0 1.5em 0 !important;
        position: relative
    }

    .activities > h2 {
        font-family: 'Open Sans';
        font-weight: 500;
    }

    .activities li {
        position: relative;
        margin-bottom: 1.5em !important;
    }

    #activitiesContainer .activities li {
        min-height: 460px;
    }

    #pageContent #activitiesContainer .activities li {
        min-height: 490px;
        list-style: none;
    }

    .activities li time {
        background: url(../Images/dailyBg.png) no-repeat 0 0;
        color: white;
        display: block;
        font-family: 'Open Sans';
        font-size: .75em;
        height: 57px;
        line-height: 1.3125em;
        position: absolute;
        display: block;
        right: 1em;
        text-align: center;
        top: -.3125em;
        width: 42px;
        text-transform: uppercase;

    }

    .activities li time.today {
        background-position: -42px;
    }

    .red {
        color: red;
    }

    .activities li h3 {
        color: #EC3F33;
        display: block;
        font-size: .6875em;
        font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
        padding-top: 1.5em;
        text-decoration: none;
    }

    .activities li h2 {
        color: #042657 !important;
        display: block;
        font-size: 1.125em !important;
        text-decoration: none;
        padding-bottom: 0 !important
    }

    .activities li h3 a,
    .activities li h2 a {
        text-decoration: none
    }

    .activities li p {
        text-decoration: none;
        color: #040C19 !important;
    }

    .activities li p a {
        color: #040C19 !important;
        text-decoration: none;
    }

    li.calendar {
        position: relative
    }

    #calendarContainer a {
        color: #EC3F33;
        margin-top: .5em 0 .5em;
        display: block;
    }

    #calendarContainer {
        display: none;
        background: #F6F8FC;
        border: 1px solid #fff;
        border-width: 1px 1px 0;
        color: #333;
        font-family: 'Open Sans';
        margin: .5em auto;
        text-shadow: 1px 1px 0 #fff;
        -webkit-border-radius: 3px;
        -webkit-box-shadow: 0 1px 0 0 #c1c1c1, 0px 0px 3px 2px #ececec;
        box-shadow: 0 1px 0 0 #c1;
        width: 500px;
        height: 250px;
        position: absolute;
        left: 0;
        z-index: 1;
        opacity: 0;
        font-size: .875em;
        transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out;
        -webkit-transform: translate3d(0, 0, 0);
    }

    body.pageContent #calendarContainer {
        top: 245px
    }

    body.homeContent #calendarContainer {
        top: 225px
    }

    #calendarContainer .linked_day {
        text-decoration: none;
        display: block;
        background: white;
        color: #EC3F33
    }

    .activeCalendar {
        display: block !important;
        opacity: .95 !important
    }

    .columYear a {
        padding-bottom: .5em
    }

    .calendarIcon {
        background: url(../Images/calendarIcon.png) no-repeat 0 0;
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        cursor: pointer;
        top: 4px;
        left: 4px
    }

    body.pageContent #pageContent {
        clear: both;
        padding: 1.5em 0;
        overflow: hidden;
        padding-bottom: 3em;
        position: relative;
        margin-top: .5em
    }

    body.pageContent #pageContent ul {
        list-style: disc outside none;
        padding-left: 15px;
    }

    body.pageContent #pageContent ol {
        list-style: decimal outside none;
        padding-left: 35px;
    }

    body.homeContent #pageContent {
        clear: both;
        overflow: hidden;
        padding-bottom: 3em;
    }

    body.homeContent #headerLogo,
    body.pageContent #adminConnect + #headerLogo {
        margin-top: 3.225em;
    }

    body.homeContent #search {
        margin-top: 4.225em
    }

    body.pageContent #pageContent h2 {
        font-family: 'Open Sans';
        font-size: 1.5em;
        color: #0B2E5F;
        font-weight: 400;
        padding-bottom: 1em;
    }

    body.pageContent #pageContent blockquote {
        background: url(../Images/quote.png) no-repeat 1.625em 0em;
        margin-left: -2em;
        padding-top: 3.625em
    }

    body.pageContent #pageContent blockquote {
        background-position-y: .3125em
    }

    body.pageContent #pageContent > div.clearfix p a,
    body.pageContent #pageContent > div.clearfix li a {
        color: #ED3F33;
        text-decoration: none
    }

    body.pageContent #pageContent > div.clearfix ul,
    body.pageContent #pageContent > div.clearfix p {
        padding-bottom: 1.5em
    }

    body.pageContent #pageContent blockquote p {
        color: #999;
        font-size: 1.25em;
        font-family: Georgia, sans-serif;
        font-weight: lighter;
        line-height: 1.625em;
        margin: 0 0 1.25em 0;
        padding-left: 4em
    }

    #screen img {
        display: inline;
        height:auto;
    }

    footer {
        background: /*#ECECFB*/ url(../Images/shattered.png) repeat 0 0;
        border-top: 1px solid #f5f5f5;
        height: 11em;
        margin-top: 1.5em;
        width: 100%
    }

    #subfooter {
        width: 61.125em;
        background: white !important;
        margin: 0 auto;
        padding: 0 0;
        height: auto;
        position: relative

    }

    #subfooter .newsletter {
        margin-top: 1.75em;
    }

    #subfooter h4 {
        color: #003366;
        font-family: Open sans;
        font-weight: 500;
        text-shadow: 0 1px 1px #fff;
    }

    #subfooter .newsletter h4 a {
        color: #EB3F33;
        text-decoration: none
    }

    #subfooter .newsletter ul li {
        margin-left: 2em;
        padding-left: .25em;
        list-style-type: disc;
        text-shadow: 0 1px 1px #fff
    }

    #subfooter .newsletter form {
        display: block;
        margin-top: 1.5em;
    }

    #subfooter .footerMenu {
        display: block;
        margin-top: 1.75em;
    }

    #subfooter ul {
        margin-top: 1.25em
    }

    #subfooter ul li {
        font-family: 'Open sans';
        font-weight: 500;
        font-size: .75em
    }

    #subfooter ul li a {
        color: #003366;
        text-decoration: none;
        text-shadow: 0 1px 1px #fff
    }

    #subfooter ul li a:hover {
        text-decoration: underline
    }
}

@media screen and (max-width: 980px) {
    #adminConnect a {
        background-position: -74px -137px;
    }

    #calendarContainer {

        top: 350px
    }

    #pageContent > div.clearfix ul {
        list-style: disc inside none;
    }

    /*May be remove the following if swicth to select menu*/
    .switchMenu {
        height: 2.25em;
        position: relative
    }

    #activitiesBtn {
        height: 1.8125em;
        padding-top: .3125em
    }

    .calendarIcon {
        top: 8px
    }

    .switchMenu ul#catNav {
        width: 10em;
        position: absolute;
    }

    .switchMenu ul#catNav li {
        display: block;
        float: none
    }

}

@media screen and (min-width: 595px) and (max-width: 980px) {
    .activities li:nth-child(1),
    .activities li:nth-child(3),
    .activities li:nth-child(5),
    .activities li:nth-child(7) {
        float: left !important;
        margin-left: 0
    }

    /*simulate nth-child for ie7 & ie8 */
    .ielt9 .activities > li
    .ielt9 .activities > li + li + li,
    .ielt9 .activities > li + li + li + li + li
    .ielt9 .activities > li + li + li + li + li + li + li {
        float: left !important;
        margin-left: 0
    }

    .activities li:nth-child(0),
    .activities li:nth-child(2),
    .activities li:nth-child(4),
    .activities li:nth-child(6) {
        float: right
    }

    .ielt9 .activities > li + li
    .ielt9 .activities > li + li + li + li
    .ielt9 .activities > li + li + li + li + li + li {
        float: right
    }

    body.pageContent .activities li.G3,
    .activities#asoon li.G3 {
        width: 19.125em
    }

    body.pageContent .activities li.G3 img,
    .activities#asoon li.G3 img {
        width: 100%;
        height: auto
    }

    #guide {
        right: 0;
    }

    #adherer {
        right: 0;
    }

    footer {
        height: 18em
    }

    #sliders li {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #sliders li.slide {
        height: 15em;
    }

    #screen,
    #topNavi,
    #subfooter,
    #containerCopy {
        width: 40.125em
    }

    .switchMenu ul#catNav li {
        font-size: .625em;
        font-weight: bold
    }

    #topNavi > ul li a {
        color: white;
        display: block;
        font-size: .625em;
        text-decoration: none;
    }

    #topNavi > ul li.G2 {
        width: 5em;
    }
}

@media screen and (max-width: 980px) {
    .btnSwicth span {
        display: none !important
    }

    .activitiesMenu,
    #catSubNav,
    .switchMenu {
        clear: both;
        height: auto
    }

    #adminConnect {
        top: .9325em;
        left: 285px

    }

    #adminConnect a {
        color: #FFFFFF;
    }

    #snsServices {
        left: 130px;
        top: 140px;
    }

    .mainNav {
        position: fixed;
        height: auto;
        display: none;
        top: 42px;
        z-index: 1000
    }

    .mainNav.nds {
        display: block
    }

    .mainNav li.G2 {
        background: #f8f8f8;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #f1f1f1;

        float: none;
        height: 2em;
        margin-left: 0;
        margin-right: 0;
        padding-top: .25em;
        width: 8.75em;
        z-index: 1000;
    }

    .mainNav li.G2:first-child {
        border-top: 1px solid rgba(187, 187, 187, .6);

    }

    .mainNav li.G2:last-child {
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-left-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        border-bottom-right-radius: 4px;
    }

    .mainNav li.G2.selected {
        height: auto;
        -moz-box-shadow: inset 0px 1px 1px #0D58A1;
        -webkit-box-shadow: inset 0px 1px 1px #0D58A1;
        box-shadow: inset 0px 1px 1px #0D58A1;
    }

    .mainNav li.G2 a {
        display: block;
        font-family: 'Open sans';
        padding-left: 1em;
        font-size: .75em;
        text-decoration: none;
        color: #0D58A1
    }

    .mainNav li.G2.selected a {
        font-weight: bold
    }

    #prehead {
        padding-top: .75em;
        height: 2.75em;
        position: fixed;
        z-index: 999;
    }

    #screen {
        padding-top: 4em
    }

    #snsServices {
        top: 0;
        left: 160px;
    }

    #snsServices li a:hover {
        background-position-y: 0
    }

    #snsServices li a {
        background-position-y: -33px !important
    }

    #subFooter section {
        position: relative;
    }

    #topNavi {
        position: relative
    }

    #topSubNav {
        height: auto;
        border: none
    }

    #topSubNav li {
        display: block;
        height: 1.25em !important
    }

    #topSubNav li a {
        display: block;
        font-size: .625em;
        line-height: 1em;
        padding-left: 1.25em;
        padding-bottom: 0 !important;
        font-weight: bold;
    }
}

@media screen and (min-width: 595px) and (max-width: 980px) {
    #headerLogo.G5 {
        padding-top: .5em;
        width: 19.125em;

    }

    #calendarContainer {
        top: 310px !important
    }

    #headerLogo.G5 a {
        display: block;
        -webkit-background-size: 100% 85%;
        -moz-background-size: 100% 85%;
        -o-background-size: 100% 85%;
        background-size: 100% 85%;
        width: 100% !important
    }
}

@media screen and (max-width: 595px) {

    #bannerTop {
        float: none !important;
        clear: both;
        margin: 1.5em auto;
        padding-top: 2em
    }

    #sliders li.slide {
        background-size: 100% 100% !important;
        height: 12em;
    }

    div.csc-textpic-imagewrap {
        float: none !important;
        clear: both !important
    }

    div.csc-textpic-imagewrap li,
    div.csc-textpic-imagewrap img {
        width: 100% !important;
        height: auto !important
    }

    div.csc-textpic-imagewrap + div {
        clear: both;
        margin-right: 0 !important
    }

    #adminConnect span {
        display: none
    }

    body.pageContent #search,
    body.homeContent #search {
        float: left;
        margin-left: 0 !important;
        margin-top: 0;
        width: 100%;
    }

    footer {
        height: 38em
    }

    .G4.newsletter {
        margin-left: 0;
        width: 100%
    }

    #search input[type="text"] {
        width: 20em
    }
}

@media screen and (min-width: 320px)  and (max-width: 595px) {
    .activities li.G3,
    .activities li.G4 {
        clear: both;
        float: none;
        width: 100%;
        margin-left: 0
    }

    .activities li.G3 img,
    .activities li.G4 img {
        width: 100%;
        height: auto
    }

    #screen,
    #topNavi,
    #subfooter,
    #containerCopy,
    .G6.footerMenu {
        width: 25em
    }

    .G6.footerMenu .G2 {
        clear: both;
        width: 100%;
        margin-left: 0
    }
}

@media screen and (max-width: 320px) {
    #adminConnect {
        position: absolute;
        top: 8.5em;
        left: 1em;
    }

    #adminConnect a {
        background-position: -74px -74px;
    }

    #adminConnect {
        /* top:.9325em;
         left: 285px*/
        color: #FF0000;
        float: left;

        top: 3.933em;
        width: 100%;
    }

    #adminConnect a {
        color: #FF0000;
    }

    #screen,
    #topNavi,
    #subfooter,
    #containerCopy,
    #headerLogo a,
    .G6.footerMenu {
        width: 18.75em;
    }

    #calendarContainer {
        width: 21.3125em;
        top: 196px !important

    }

    #calendarContainer * {
        font-size: 50% !important
    }

    .calendarIcon {
        top: 43px
    }

    #activitiesBtn {
        width: 100%
    }

    #headerLogo a {
        background-size: 100% auto
    }

    #mobiCat {
        position: relative;
        width: 100%
    }

    .slideText {
        font-size: 65%
    }
}

@media all and (orientation: landscape) {
    /* Target device in landscape mode */
}

@media all and (orientation: portrait) {
    /* Target device in portrait mode */
}

/* Retina display */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    h1, h2, h3, h4, h5 {
        text-rendering: optimizeLegibility;
    }
}

@media print {
    .np {
        clip: rect(1px, 1px, 1px, 1px);
        height: auto !important;
        position: absolute !important;
        width: auto !important
    }
}