@charset "utf-8";
/* CSS Document */

body {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    color: #333;
    background-color: #D6EEF5; /*#f1f0e1    #eae7d0*/
}

p, ul, ol, li, table, tr, td {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

ul.exh-page-ul {
	margin-left: 4rem;
}

/* Start of Rounded Table Corners */
.panel {
    border-radius: 6px;
}

/*div.mainContent a,
div.mainContent a:link,
div.mainContent a:visited {
	color: #337ab7;
	text-decoration: underline;
}
div.mainContent a:hover,
div.mainContent a:focus {
	color: #214f8b;
	text-decoration: underline;
}*/
div.mainContent a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}


#ARWAHeader {
    border-top: 1px solid #214f8b;
    border-left: 1px solid #214f8b;
    border-right: 1px solid #214f8b;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#ARWAHeader img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#ARWAMainNav {
    background-color: #D6EEF5;
    border: none;
    margin-bottom: 0px;
}

#ARWAMainNav .container {
    border-top: 3px double #214f8b;
    border-bottom: 3px double #214f8b;
    background-color: #D6EEF5;
    border-left: 1px solid #214f8b;
    border-right: 1px solid #214f8b;
    border-radius: 0px;
    /*box-shadow: 2px 2px 3px #B9E1ED;*/
}

#ARWAMainNav #ARWANavbar1 > li > a,
#ARWAMainNav #ARWANavbar1 > li > a:link,
#ARWAMainNav #ARWANavbar1 > li > a:visited {
    text-decoration: none !important;
}

#ARWAMainNav #ARWANavbar1 > li > a:hover,
#ARWAMainNav #ARWANavbar1 > li > a:focus {
    text-decoration: none !important;
}

#ARWAMainNav .dropdown-menu > li > a,
#ARWAMainNav .dropdown-menu > li > a:link,
#ARWAMainNav .dropdown-menu > li > a:visited {
    text-decoration: none !important;
}

#ARWAMainNav .dropdown-menu > li > a:hover,
#ARWAMainNav .dropdown-menu > li > a:focus {
    text-decoration: none !important;
    color: #132F53;
    background-color: #ffffff;
}

#ARWAMainNav .dropdown-menu > .active > a,
#ARWAMainNav .dropdown-menu > .active > a:hover,
#ARWAMainNav .dropdown-menu > .active > a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #214f8b;
    outline: 0;
}

div.mainContent {
    color: #333333;
    background-color: #ffffff !important;
}

div.mainContent {
    color: #333333;
    background-color: #ffffff !important;
    margin: 0px 0px 0px -4px;
    border-top: none;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

div.mainContent h1 {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    color: #006600 !important;
    font-weight: normal;
}

div.mainContent h2 {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    color: #214F8B !important;
    font-weight: normal !important;
}

div.mainContent h3 {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    color: #006600 !important;
    font-weight: normal;
}

div.mainContent h4 {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    color: #214F8B !important;
    font-weight: normal;
}

div.mainContent h5 {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    color: #214F8B !important;
    font-weight: normal;
}

div.SideBar1 h2 {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    color: #006600 !important;
    font-weight: normal;
}

div.SideBar1 h3 {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    color: #214F8B !important;
    font-weight: normal;
}

div.SideBar1 h4 {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    color: #006600 !important;
    font-weight: normal;
}

div.hide-small,
div.hide-small2,
div.hide-small3 {
    display: none;
}

.well {
    padding: 0px 19px 19px 19px;
    /* margin-bottom: 20px;*/
}

.photoBorder {
    border: 1px solid #333;
    border-radius: 6px;
}


div.mainContent .highlightBox {
    float: none;
}

.ButtonRegister {
    color: #000000;
    font-size: 12pt;
    font-weight: bold;
    background-color: #D6EEF5;
    border: solid 1px #999;
    border-radius: 6px;
}

.ButtonRegister:hover {
    background-color: #ADE9B0;
}


@media screen and (min-width: 0px) and (max-width: 550px) {
    #hide-small {
        display: none;
    }

    /* hide it small screens */
    .hide-small {
        display: none;
    }

    /* hide it small screens */
}

@media screen and (min-width: 551px) {
    #hide-small {
        display: block;
    }

    /* show it on large screen */
    .hide-small {
        display: block;
    }

    /* show it on large screen */
}

@media (min-width: 768px) {
    #ARWAMainNav .navbar-default {
        color: #214f8b;
        background-color: #D6EEF5 !important; /*#eae7d0*/
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    #ARWAMainNav .navbar-default .navbar-text {
        color: #214f8b;
    }

    #ARWAMainNav .navbar-default .navbar-nav > li > a {
        color: #214f8b; /*#214f8b;*/
        background-color: #D6EEF5;
        text-decoration: none;
    }

    #ARWAMainNav .navbar-default .navbar-nav > li > a,
    #ARWAMainNav .navbar-default .navbar-nav > li > a:link,
    #ARWAMainNav .navbar-default .navbar-nav > li > a:visited {
        text-decoration: none;
    }

    #ARWAMainNav .navbar-default .navbar-nav > li > a:hover,
    #ARWAMainNav .navbar-default .navbar-nav > li > a:focus {
        color: #132F53;
        background-color: #ffffff;
    }

    #ARWAMainNav .navbar-default .navbar-nav > .active > a,
    #ARWAMainNav .navbar-default .navbar-nav > .active > a:hover,
    #ARWAMainNav .navbar-default .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #214f8b;
    }

    #ARWAMainNav .dropdown-menu {
        color: #214F8B;
        background-color: #dddddd; /*#eae7d0*/
    }

    #ARWAMainNav .dropdown-menu .divider {
        background-color: #214f8b; /*#e5e5e5;*/
    }

    #ARWAMainNav .dropdown-menu > li > a {
        color: #214F8B;
        background-color: #dddddd; /*#eae7d0*/
        text-decoration: none;
    }

    #ARWAMainNav .dropdown-menu > li > a:hover,
    #ARWAMainNav .dropdown-menu > li > a:focus {
        text-decoration: none;
        color: #132F53;
        background-color: #ffffff;
    }

    #ARWAMainNav .dropdown-menu > .active > a,
    #ARWAMainNav .dropdown-menu > .active > a:hover,
    #ARWAMainNav .dropdown-menu > .active > a:focus {
        text-decoration: none;
        color: #ffffff;
        background-color: #214f8b;
        outline: 0;
    }

    #ARWAMainNav .dropdown .dropdown-menu,
    #ARWAMainNav .dropdown:hover .dropdown-menu {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;

        max-height: 0;
        display: block;
        overflow: hidden;
        opacity: 0;
    }

    #ARWAMainNav .dropdown.open .dropdown-menu,
    #ARWAMainNav .dropdown:hover .dropdown-menu {
        max-height: 400px;
        opacity: 1;
    }


    div.mainContent ol.nav li,
    div.mainContent ul.nav li,
    div.mainContent ul.nav ul li {
        list-style-image: none;
    }

    .well {
        background-color: #f5f5f5;
        border-top: none;
        border-right: 1px solid #214f8b !important;
        border-bottom: 1px solid #214f8b !important;
        border-left: 1px solid #214f8b !important;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    /* LISTs */
    div.mainContent ol li {
        list-style-image: url(../WEB/images/1-drop-10.gif);
        list-style-position: outside;
    }

    div.mainContent ul li {
        margin: 0px;
        padding: 0px 0px 5px 0px;
        list-style-image: url(../WEB/images/1-drop-10.gif);
        list-style-position: outside;
        text-indent: 0px;
    }

    div.mainContent ul ul li {
        margin: 0px;
        padding: 0px 0px 0px 20px;
        list-style-image: url(../WEB/images/1-drop-10.gif);
        list-style-position: outside;
        text-indent: 0px;
    }

}


/*div.mainContent a,
#bottomNotes a {
  text-decoration: underline;
}*/
div.mainContent .highlightBox {
    border: 1px solid #999999;
    background-color: #D6EEF5;
    margin: 16px 20px 20px 10px;
    padding: 10px;
    border-radius: 6px;
    /*float: right;*/
    text-align: center;
}

.SideBar1 .highlightBox {
    border: 1px solid #999999;
    background-color: #D6EEF5;
    margin-top: 16px;
    padding: 10px;
    border-radius: 6px;
    /*  -webkit-box-shadow: 2px 2px 3px #B9E1ED;*/
    box-shadow: 2px 2px 3px #B9E1ED;
    text-align: center;
}

div.mainContent .highlightBox h2,
.SideBar1 .highlightBox h2 {
    padding: 0px;
    margin: 0px;
}

div.mainContent .highlightBox p,
div.mainContent .highlightBox ul li,
div.mainContent .highlightBox ol li,
.SideBar1 .highlightBox p {
    padding: 0px;
    line-height: normal;
    /* font-size: small;*/
}

div.mainContent .highlightBox p a {
    color: #900;
}

div.mainContent .highlightBoxSmall {
    border: 1px solid #990000;
    background-color: #f1f0e1;
    margin-top: 16px;
    margin-right: 16px;
    margin-bottom: 16px;
    margin-left: 16px;
    padding: 10px;
    border-radius: 6px;
    /*-webkit-box-shadow: 3px 3px 5px #B2B0B0;
    box-shadow: 3px 3px 5px #B2B0B0;*/
    text-align: center;
}

div.mainContent .highlightBoxSmall h3 {
    padding: 0px;
    color: #990000;
}

div.mainContent .highlightBoxSmall p {
    padding: 0px;
    line-height: normal;
    font-size: small;
}

div.mainContent .highlightBoxSmall p a {
    color: #900;
}

div.mainContent .indentParas {
    margin-left: 10%;
}

div.mainContent .pull-right {
    float: right !important;
    padding-left: 20px;
}

div.mainContent .pull-left {
    float: left !important;
    padding-right: 20px;
}

.textPaddingLargeDocs {
    padding-right: 5%;
    padding-left: 8%;
}

.blueBold {
    color: #336699;
    font-weight: bold;
}

.GreenBold {
    color: #006600;
    font-weight: bold;
}

.redBold {
    font-weight: bold;
    color: #900;
}

/*.AttyName {
	font-weight: bold;
	text-transform: capitalize;
	color: #214F8B;
	font-size: larger;
}*/
.fltrt,
.floatRight,
.floatright {
    float: right;
    margin-left: 20px;
}

.fltlft,
.floatLeft {
    float: left;
    margin-right: 20px;
}

.right,
.alignRight {
    text-align: right;
}

img.photoBorder {
    border: 1px solid black;
    border-radius: 6px;
}

.img-responsive {
    display: inline-block;
}

.text-center,
.center {
    text-align: center;
}

.past {
    color: #999 !important;
}

.bold {
    font-weight: bold;
}

.smaller {
    font-size: smaller;
}

.indent {
    text-indent: 10px;
}

.indent2 {
    text-indent: 20px;
}

.nobr {
    white-space: nowrap;
}

#ARWAMainNav .dropdown-menu .divider {
    background-color: #214f8b; /*#e5e5e5;*/
}

#ARWAMainNav .dropdown-menu > li > a {
    color: #214F8B;
    background-color: #dddddd; /*#eae7d0*/
    text-decoration: none;
}

#ARWAMainNav .dropdown-menu > li > a:hover,
#ARWAMainNav .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #132F53;
    background-color: #ffffff;
}

#ARWAMainNav .dropdown-menu > .active > a,
#ARWAMainNav .dropdown-menu > .active > a:hover,
#ARWAMainNav .dropdown-menu > .active > a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #214f8b;
    outline: 0;
}


@media (min-width: 768px) {

    div.container form.generalForm {
        background-color: #FFF;
        border: 1px solid #214F8B;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        /* font-size: small; */
    }

    div.container .generalForm p {
        font-size: 100%;
    }

    div.container form.generalForm label {

    }

    div.container form.generalForm fieldset {
        border: 1px solid #E0DCBA;
        padding: 4px;
    }

    div.container form.generalForm fieldset ol li {
        list-style-type: none;
        padding-bottom: 6px;
    }

    div.container form.generalForm legend {
        font-size: small;
        font-weight: bold;
        color: #900;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    div.container form.generalForm label {
        font-weight: bold;
    }

    div.container form.generalForm ol.noMargin {
        margin-left: 0;
        padding-left: 0px;
    }

    div.container form.generalForm label.padLeft {
        float: left;
        width: 100px;
    }

    div.container form.generalForm label.padLeft150 {
        float: left;
        width: 150px;
    }

    div.container form.generalForm div {
        padding-top: 4px;
        padding-bottom: 6px;
    }

}

/*  End of @media (min-width : 768px) */

/* All forms*/

:required {
    border-color: #009900;
}


/*TABLES */

div.mainContent table.general {
    border: 1px silver solid;
    padding: 0px;
    border-collapse: collapse;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    vertical-align: top;
}

div.mainContent table.general caption {
    font-size: larger;
    font-weight: bold;
    color: #369;
}

div.mainContent table.general td,
div.mainContent table.general th {
    border: 1px silver solid;
    padding: 6px;
}

div.mainContent table.general td.time {
    text-align: right;
    width: 35%;
    vertical-align: top;
}

div.mainContent table.general td.event {
    text-align: left;
    width: 65%;
    vertical-align: top;
}

div.mainContent table.general td.center {
    text-align: center;
    vertical-align: top;
}

div.mainContent table.general td.left {
    text-align: left;
    vertical-align: top;
}

div.mainContent table.general td.right {
    text-align: right;
    vertical-align: top;
}

div.mainContent table.general th {
    text-align: center;
    vertical-align: bottom;
    height: 1.50em;
    background-color: #D6EEF5;
}

table.display {
    margin-right: 10px;
    margin-left: 10px;
    border: 1px none #fffbbb;
    vertical-align: top;
}

table.display td {
    padding: 6px;
}

div.mainContent table.display {
    text-align: center;
    border: none;
    font-size: small;
}

div.mainContent table.display td {
    text-align: center;
    border-style: none;
    font-size: 100%;
}

div.mainContent table.display td.left {
    text-align: left;
}

div.registration {
    width: 90%;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    /*  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);*/
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

div.mainContent table.registration {
    font-size: small;
    border: 1px solid #f5f5f5;
    border-collapse: collapse;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    vertical-align: top;
}

div.mainContent table.registration td,
div.mainContent table.registration th {
    padding: 6px;
}

div.mainContent table.registration td.center {
    text-align: center;
    vertical-align: top;
}

div.mainContent table.registration td.left {
    text-align: left;
    vertical-align: top;
}

div.mainContent table.registration td.right {
    text-align: right;
    vertical-align: top;
}

/* Bootstrap's way of printing URLs
@media print {
  a[href]:after {
    content: " (" attr(href) ")";
  }
}
 */
#ARWAMainNav .dropdown-menu .divider {
    background-color: #214f8b; /*#e5e5e5;*/
}

#ARWAMainNav .dropdown-menu > li > a {
    color: #214F8B;
    background-color: #dddddd; /*#eae7d0*/
    text-decoration: none;
}

#ARWAMainNav .dropdown-menu > li > a:hover,
#ARWAMainNav .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #132F53;
    background-color: #ffffff;
}

#ARWAMainNav .dropdown-menu > .active > a,
#ARWAMainNav .dropdown-menu > .active > a:hover,
#ARWAMainNav .dropdown-menu > .active > a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #214f8b;
    outline: 0;
}


/* Don't print link hrefs */
@media print {
    a[href]:after {
        content: none
    }
}

/* Styles for Info Boxes and Videos - Responsive */

.infoHolder {
    padding: 6px 0px;
    margin: 6px 0px;
    border: thin solid #0051a0;
    border-radius: 4px;
    /*	  -webkit-box-shadow: 2px 2px 3px #B2B0B0;*/
    box-shadow: 2px 2px 3px #B2B0B0;
    overflow: hidden;
}

.infoBox {
    padding: 10px;
    border-radius: 4px;
    overflow: auto
}

.infoBox h3 {
    text-align: center;
    margin: 0px 0px 2px 0px;
}

.infoBox h4 {
    text-align: center;
    margin: 0px 0px 2px 0px;
}


/*  Top Video  */

.infoHolder-top {
    padding: 6px 0px;
    margin: 6px 0px;
    border: thin solid #0051a0;
    border-radius: 4px;
    /*	  -webkit-box-shadow: 2px 2px 3px #B2B0B0;*/
    box-shadow: 2px 2px 3px #B2B0B0;
    overflow: hidden;
}

.infoBox-top {
    padding: 6px;
    border-radius: 4px;
    overflow: auto
}

/*  All Videos  */

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}


a.btn, a.btn:link, a.btn:visited {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    border-radius: 28px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #ffffff !important;
    font-size: 14px;
    padding: 8px 16px 8px 16px;
    border: solid #1f628d 1px;
    text-decoration: none !important;
}

a.btn:hover, a.btn:focus {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

/*To overridde others  */
#ARWAMainNav #ARWANavbar1 > li > a,
#ARWAMainNav #ARWANavbar1 > li > a:link,
#ARWAMainNav #ARWANavbar1 > li > a:visited {
    text-decoration: none !important;
}

#ARWAMainNav #ARWANavbar1 > li > a:hover,
#ARWAMainNav #ARWANavbar1 > li > a:focus {
    text-decoration: none !important;
}

#ARWAMainNav .dropdown-menu > li > a,
#ARWAMainNav .dropdown-menu > li > a:link,
#ARWAMainNav .dropdown-menu > li > a:visited {
    text-decoration: none !important;
}

#ARWAMainNav .dropdown-menu > li > a:hover,
#ARWAMainNav .dropdown-menu > li > a:focus {
    text-decoration: none !important;
    color: #132F53;
    background-color: #ffffff;
}

#ARWAMainNav .dropdown-menu > .active > a,
#ARWAMainNav .dropdown-menu > .active > a:hover,
#ARWAMainNav .dropdown-menu > .active > a:focus {
    text-decoration: none !important;
    color: #ffffff;
    background-color: #214f8b;
    outline: 0;
}

#sponsor {
    margin-top: 0;
}

/*  Print  */
@media print {
    .infoBox-top {
        height: auto; /*auto !important;*/
        border: none;
        overflow: visible;
    }

    .infoBox {
        height: auto; /*auto !important;*/
        border: none;
        overflow: visible;
    }
}
