@charset "utf-8";
/* CSS Document */

/********** GLOBAL RESET **********/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0; padding: 0; margin:0;}
address,caption,cite,dfn,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup, sub {line-height:1;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}del,ins{text-decoration: none}
input.next, input.back, select {-webkit-appearance: none;}
input.next, input.back {border-radius: 0;}
img {border:none; text-decoration:none;}
*{-webkit-font-smoothing: antialiased!important;}

/*************************************************/
/******************* GLOBAL **********************/
/*************************************************/

/*********************************
BRAND SITE COLORS

DARK BLUE: #013c4d
DARK GREY: #414042
AQUA BLUE-GREEN: #67a2b9
LIGHT AQUA BLUE-GREEN: #b5cfdb
VERY LIGHT BLUE: #dce7ed
TEXT: #999

**********************************/

/****** FONT FACE *******/
/****** Fontface *******/
@font-face {
    font-family: 'Gotham-Bold';
    src: url('/FormBuilder/_Resource/_module/WIXjGEMaU0Ka8rxOzVW95g/fonts/Gotham-Black.eot?') format('eot'),
         url('/FormBuilder/_Resource/_module/WIXjGEMaU0Ka8rxOzVW95g/fonts/Gotham-Black.otf')  format('opentype'),
         url('/FormBuilder/_Resource/_module/WIXjGEMaU0Ka8rxOzVW95g/fonts/Gotham-Black.woff') format('woff'),
         url('/FormBuilder/_Resource/_module/WIXjGEMaU0Ka8rxOzVW95g/fonts/Gotham-Black.ttf')  format('truetype'),
         url('/FormBuilder/_Resource/_module/WIXjGEMaU0Ka8rxOzVW95g/fonts/Gotham-Black.svg#Gotham-Black') format('svg');
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('/FormBuilder/_Resource/_module/WIXjGEMaU0Ka8rxOzVW95g/fonts/Gotham-Book.eot?') format('eot'),
         url('/FormBuilder/_Resource/_module/WIXjGEMaU0Ka8rxOzVW95g/fonts/Gotham-Book.otf')  format('opentype'),
         url('/FormBuilder/_Resource/_module/WIXjGEMaU0Ka8rxOzVW95g/fonts/Gotham-Book.woff') format('woff'),
         url('/FormBuilder/_Resource/_module/WIXjGEMaU0Ka8rxOzVW95g/fonts/Gotham-Book.ttf')  format('truetype'),
         url('/FormBuilder/_Resource/_module/WIXjGEMaU0Ka8rxOzVW95g/fonts/Gotham-Book.svg#Gotham-Book') format('svg');
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('/FormBuilder/_Resource/_module/WIXjGEMaU0Ka8rxOzVW95g/fonts/Gotham-Light.eot?') format('eot'),
         url('/FormBuilder/_Resource/_module/WIXjGEMaU0Ka8rxOzVW95g/fonts/Gotham-Light.otf')  format('opentype'),
         url('/FormBuilder/_Resource/_module/WIXjGEMaU0Ka8rxOzVW95g/fonts/Gotham-Light.woff') format('woff'),
         url('/FormBuilder/_Resource/_module/WIXjGEMaU0Ka8rxOzVW95g/fonts/Gotham-Light.ttf')  format('truetype'),
         url('/FormBuilder/_Resource/_module/WIXjGEMaU0Ka8rxOzVW95g/fonts/Gotham-Light.svg#Gotham-Light') format('svg');
}
@font-face {
  font-family: 'alexandria';
  src: url('/FormBuilder/_Resource/_module/r1C2SHNItkyshZb6YUZ8Ug/fonts/AlexandriaFLF.eot');
  src: url('/FormBuilder/_Resource/_module/r1C2SHNItkyshZb6YUZ8Ug/fonts/AlexandriaFLF.eot?#iefix') format('embedded-opentype'),
       url('/FormBuilder/_Resource/_module/r1C2SHNItkyshZb6YUZ8Ug/fonts/AlexandriaFLF.woff') format('woff'),
       url('/FormBuilder/_Resource/_module/r1C2SHNItkyshZb6YUZ8Ug/fonts/AlexandriaFLF.ttf') format('truetype');
}

@font-face {
  font-family: 'alexandria-bold';
  src: url('/FormBuilder/_Resource/_module/r1C2SHNItkyshZb6YUZ8Ug/fonts/AlexandriaFLF-Bold.eot');
  src: url('/FormBuilder/_Resource/_module/r1C2SHNItkyshZb6YUZ8Ug/fonts/AlexandriaFLF-Bold.eot?#iefix') format('embedded-opentype'),
       url('/FormBuilder/_Resource/_module/r1C2SHNItkyshZb6YUZ8Ug/fonts/AlexandriaFLF-Bold.woff') format('woff'),
       url('/FormBuilder/_Resource/_module/r1C2SHNItkyshZb6YUZ8Ug/fonts/AlexandriaFLF-Bold.ttf') format('truetype');
}


/* Body */
* { margin: 0; padding: 0; max-height: 5000em; }

body {
    background: #fff /*url('/FormBuilder/_Resource/_module/r1C2SHNItkyshZb6YUZ8Ug/images/bg.jpg')*/;

    /*background-position: center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;*/

    font-family:/*'alexandria-bold',*/ arial, serif;
    font-size:14px;
    line-height:19px;
    color:#3C3737;
    text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    max-height: 5000em;
}

h1, h2, h3, h4, h5, h6 {text-transform:uppercase;}
h1 { font-family:'Gotham-Bold',Helvetica, sans-serif; color:#013c4d !important; font-size:25px; padding-bottom: .7em; }
h2 { font-family:'Gotham-Bold',Helvetica, sans-serif;  font-size:17px; padding-bottom: 0.7em; }
h3 { font-family:'Gotham-Bold',Helvetica, sans-serif;  font-size:14px; padding-bottom: 0.5em; }


p { margin: 0 0 10px; /*font-family: 'alexandria-bold', arial, serif;*/ }
a { text-decoration:none; color:#013c4d; }
a:hover { color:#999; text-decoration:none; }

.formModule ul, .formModule ol { margin: 15px 0 15px 20px; }

.formModule li { margin-bottom:5px; }


table {
    width: 100%;
    border-spacing: 0;
*border-collapse: collapse;
}
tr { border-spacing: 0; }
tr:nth-child(odd) { background:#e3edf3; }
.table-style td { background:#e3edf3; vertical-align:top; }
.table-style tr:nth-child(even) td { background:#fff; }

td.pdf {
    background: url('/FormBuilder/_Resource/_module/XKgecpvBskSW2nYaf45ytw/pdf-grey.gif') 10px center no-repeat;
    padding-left: 40px;
}
td.date, th.date { text-align: right; }

th {
    padding: 10px;
    color: #fff;
    font-weight: normal;
    text-align: left;
    background:#003c4b;
    border-spacing: 0;
    font-size: 1.1em;
    font-family: 'Gotham-Bold',Helvetica, sans-serif;
    text-transform: uppercase;
}
td {
    padding: 15px 10px;
    border-spacing: 0 !important;
}

th.right, td.right { text-align:right; }

td.title a, td.title img { vertical-align: middle; }

#submitSubscription,
.filterButton,
.button {
    display: inline-block;
    font-family: 'Gotham-Bold', 'HelveticaNeue', Helvetica, Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 10px 25px;
    width: auto;
    margin: 10px 0;
    background: #003C4B;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.4;
    text-transform: uppercase;
    text-decoration: none !important;
}
#submitSubscription:hover,
.filterButton:hover,
.button:hover { background: #6AA2B8; }

/*** Email Subscription ***/
.emailSubscription .row { padding: 5px 0 !important; }
.emailSubscription .row .label, .emailSubscription .row .field { padding-top: 10px; }
.emailSubscription .row .label {
    float: left;
    padding-right: 10px;
    font-weight: bold;
}
.emailSubscriptionView ul, .updateSubscriptionsView ul { margin: 0; }
.emailSubscriptionView ul li, .updateSubscriptionsView ul li {
    background: none;
    margin: 5px 0;
}
.emailSubscriptionView ul li label, .updateSubscriptionsView ul li label {
    float: none;
    margin: 0 5px;
    padding:0 5px;
    color: #333;
    font-weight: bold;
}
ul#subscriptions li {
    padding: 0;
    list-style: none;
}
#submitSubscription { margin: 20px 0; }
#submitSubscription li {
    list-style: none;
    padding: 5px;
}

.oc-form-error-container ul { margin: 15px 0; }
.oc-form-error-container label { color: red; }
span.error { color: red; }


/******************************/
/********* RESPONSIVE *********/
/******************************/

@media (max-width: 599px) {
    table.alerts tr td { display: block; }
}

@media (max-width: 375px) {
    table.alerts tr td img { width: 100%; }
}
