/*#####################################################################################
CSS RESET
#######################################################################################*/
/* html5 elements */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
.lt-ie8 audio,
.lt-ie8 canvas,
.lt-ie8 video {
  display: inline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
/* base */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #333333;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
/* links */
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/* typography */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
mark {
  background: #ff0;
  color: #000;
}
pre,
code,
kbd,
samp {
  font-family: monospace,serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
::-moz-selection {
  background: #E2F5FB;
  color: #000;
  text-shadow: none;
}
::selection {
  background: #E2F5FB;
  color: #000;
  text-shadow: none;
}
/* lists */
dl,
menu,
ul,
ol {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ul,
ol {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* embedded content */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
/* figures/objects */
figure {
  margin: 0;
}
object,
embed {
  outline: 0;
}
/* forms */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* visibility */
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
/* layout */
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
/* vertical center element */
.verticalCenter > span {
  display: inline-block;
  vertical-align: middle;
  height: 0;
  position: relative;
}
.lt-ie8 .verticalCenter > span {
  display: inline;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.backgroundMainStyles {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
}
/*#####################################################################################
FONT IMPORT
#######################################################################################*/
/* Import CSS3 Fonts */
/*#####################################################################################
UNIVERSAL STYLES
#######################################################################################*/
html,
body {
  min-height: 100%;
}
body {
  font-family: arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #7d7d7d;
}
/* links */
a,
a:visited {
  color: #076771;
  text-decoration: none;
}
a:hover {
  color: #032529;
  text-decoration: underline;
}
a:focus {
  outline: none;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: normal;
  padding: 0;
  margin: 0;
  line-height: 1em;
}
h3 {
  font-size: 19px;
}
.bold {
  font-weight: bold;
}
.alert {
  color: #ba1d04;
}
.textShadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.darkBlueText {
  color: #2f508b !important;
}
.blackText {
  color: #000 !important;
}
.blueText {
  color: #005e95 !important;
}
.grayText {
  color: #666 !important;
}
.whiteText {
  color: #FFF !important;
}
/* positioning */
.left {
  float: left;
}
.left20 {
  float: left;
  margin: 0 20px 0 0;
}
.right {
  float: right;
}
.right20 {
  float: right;
  margin: 0 0 0 20px;
}
.txtLeft {
  text-align: left;
}
.txtRight {
  text-align: right;
}
.txtCenter {
  text-align: center;
}
.txtSmall {
  font-size: 0.846em;
}
.photoLeft {
  float: left;
  margin: 5px 15px 10px 0;
}
.photoRight {
  float: right;
  margin: 5px 0 15px 10px;
}
/* lists */
li {
  margin: 5px 0 5px 0;
}
ul {
  list-style-type: disc;
}
ul.noBullet {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.noBullet li {
  padding: 2px 0 2px 0;
}
/* layout */
.block:before,
.block:after,
.content:before,
.content:after {
  content: "";
  display: table;
}
.block:after,
.content:after {
  clear: both;
}
.block,
.content {
  *zoom: 1;
}
.inline-block {
  display: inline-block;
}
.lt-ie8 .inline-block {
  display: inline;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.top {
  vertical-align: top;
}
.middle {
  vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}
.paddingTop {
  padding-top: 15px;
}
.verticalCenter {
  position: relative;
}
.width25 {
  width: 25%;
}
.width33 {
  width: 33.333%;
}
.width50 {
  width: 50%;
}
.width75 {
  width: 75%;
}
h2 .subhead {
  font-size: 16px;
  line-height: 20px;
}
/* Button styles
-------------------------------------------------------------------------------------*/
a.button {
  background: #6dd8ff;
  margin: 5px 0 15px 0;
  padding: 1px 15px;
  position: relative;
  border: solid 1px #84bbfc;
  text-decoration: none !important;
  text-align: center;
  outline: none;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  font-size: 14px;
  color: #00467f !important;
  white-space: nowrap;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
  text-shadow: 1px 1px 1px #fff;
}
.lt-ie9 a.button {
  behavior: url(ui/scripts/libs/ie/pie.htc);
}
a.button:hover {
  background: #61c1e4;
}
.tertiary {
  font-size: 12px !important;
}
.tertiary,
.tertiary a {
  color: #076771 !important;
}
/*#####################################################################################
INTERFACE SHELL STYLES
#######################################################################################*/
.mainContainer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.contentContainer {
  position: relative;
  width: 950px;
  margin: 0 auto;
}
/* Header styles
-------------------------------------------------------------------------------------*/
.headerContainer {
  display: block;
  margin: 0;
  padding-bottom: 1px;
  position: relative;
}
.headerContent {
  position: relative;
  padding-top: 35px;
  height: 65px;
}
.headerContent > a > img {
  float: left;
}
/* mainContent styles
-------------------------------------------------------------------------------------*/
.mainContentContainer {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
}
.mainContentContainer.home {
  background-image: url(../images/bg-home.jpg);
}
.mainContentContainer.corp {
  background-image: url(../images/bg-corp-main.jpg);
}
.mainContentContainer.govt {
  background-image: url(../images/bg-govt-main.jpg);
}
.mainImageCaption {
  max-width: 420px;
  padding: 46px 0 45px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #033333;
}
.mainImageCaption.wide {
	max-width: 420px;
}
.mainImageCaption.narrow {
  max-width: 400px;
}
.mainImageCaption h1 {
  font-size: 32px;
  line-height: 30px;
  padding: 3px 0 10px 0;
}
.mainImageCaption h1 span.subhead {
  font-size: 18px;
}
.mainImageCaption p {
  margin-top: 0.5em;
}
.mainImageCaption a {
  text-decoration: underline;
}
.secContentHeader {
  position: relative;
  height: 234px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
}
.secContentHeader.corp-part {
  background-image: url(../images/bg-corp-part.jpg);
}
.secContentHeader.corp-tpa {
  background-image: url(../images/bg-corp-tpa.jpg);
}
.secContentHeader.corp-pro {
  background-image: url(../images/bg-corp-pro.jpg);
}
.secContentHeader.govt-part {
  background-image: url(../images/bg-govt-part.jpg);
}
.secContentHeader.govt-tpa {
  background-image: url(../images/bg-govt-tpa.jpg);
}
.secContentHeader.govt-pro {
  background-image: url(../images/bg-govt-pro.jpg);
}
.secContentHeader.blue {
  border-top: solid 4px #00a5d1;
}
.secContentHeader.green {
  border-top: solid 4px #00a84f;
}
.secContentHeader.purple {
  border-top: solid 4px #781d7d;
}
.secContentHeader .contentContainer {
  height: 234px;
}
.secContentHeader .callout {
  position: absolute;
  width: 300px;
  right: 0px;
  bottom: -25px;
  -webkit-box-shadow: 1px 2px 12px rgba(43, 43, 43, 0.28);
  -moz-box-shadow: 1px 2px 12px rgba(43, 43, 43, 0.28);
  box-shadow: 1px 2px 12px rgba(43, 43, 43, 0.28);
}
.secContentHeader .callout .calloutBox {
  padding: 20px 20px 10px 20px;
}
.secContentHeader .callout .calloutBox p {
  margin: 0px;
}
.secContent {
  padding: 70px 0 20px;
}
.secContent h2 {
  color: #2f508b;
}
.secContent h2 a {
  color: #2f508b;
}
.secContent .contentContainer {
  min-height: 560px;
}
.calloutBox {
  padding: 25px;
  background: #fff;
  overflow: hidden;
}
.calloutBox p {
  margin: 10px 0 0 0;
}
.mainCallouts {
  padding-bottom: 30px;
}
.mainCallouts .callout {
  width: 306px;
}
.callout {
  float: left;
}
.callout.wide {
  width: 375px;
  margin-bottom: 90px;
}
.callout.padded {
  padding-right: 15px;
}
.callout p.learnMore {
  padding-top: 5px;
  margin-bottom: 0px !important;
  font-size: 15px;
  overflow: hidden;
  width: 100%;
}
.callout p.learnMore a {
  clear: none !important;
  display: inline-block;
  float: left;
  padding: 6px 0 6px 15px;
  margin: 12px 0 6px 0;
  text-align: center;
  font-size: inherit !important;
  font-weight: 700;
}
.callout p.learnMore a.learnMore {
  width: 120px;
  color: #fff;
  padding-left: 0px !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.callout p.learnMore a.learnMore:hover {
  text-decoration: none;
}
.callout .calloutStripe {
  width: 100%;
  height: 25px;
}
.green .callout h3,
.callout.green h3 {
  color: #00a84f;
}
.green .callout a.learnMore,
.callout.green a.learnMore {
  background: #00913a;
  /* Old browsers */

  background: -moz-linear-gradient(86deg, #00913a 0%, #00913a 25%, #00c065 70%, #00c065 100%);
  /* FF3.6+ */

  background: -webkit-linear-gradient(86deg, #00913a 0%, #00913a 25%, #00c065 70%, #00c065 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(86deg, #00913a 0%, #00913a 25%, #00c065 70%, #00c065 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(86deg, #00913a 0%, #00913a 25%, #00c065 70%, #00c065 100%);
  /* IE10+ */

  background: linear-gradient(4deg, #00913a 0%, #00913a 25%, #00c065 70%, #00c065 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00c065', endColorstr='#ff00913a', GradientType=0);
}
.green .callout a.learnMore:hover,
.callout.green a.learnMore:hover {
  background: #2fbe5d;
  /* Old browsers */

  background: -moz-linear-gradient(86deg, #2fbe5d 0%, #2fbe5d 25%, #65e0b3 70%, #65e0b3 100%);
  /* FF3.6+ */

  background: -webkit-linear-gradient(86deg, #2fbe5d 0%, #2fbe5d 25%, #65e0b3 70%, #65e0b3 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(86deg, #2fbe5d 0%, #2fbe5d 25%, #65e0b3 70%, #65e0b3 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(86deg, #2fbe5d 0%, #2fbe5d 25%, #65e0b3 70%, #65e0b3 100%);
  /* IE10+ */

  background: linear-gradient(4deg, #2fbe5d 0%, #2fbe5d 25%, #65e0b3 70%, #65e0b3 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff65e0b3', endColorstr='#ff2fbe5d', GradientType=0);
}
.green .callout .calloutStripe,
.callout.green .calloutStripe {
  background: #00913a;
  /* Old browsers */

  background: -moz-linear-gradient(86deg, #00913a 0%, #00913a 25%, #00c065 70%, #00c065 100%);
  /* FF3.6+ */

  background: -webkit-linear-gradient(86deg, #00913a 0%, #00913a 25%, #00c065 70%, #00c065 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(86deg, #00913a 0%, #00913a 25%, #00c065 70%, #00c065 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(86deg, #00913a 0%, #00913a 25%, #00c065 70%, #00c065 100%);
  /* IE10+ */

  background: linear-gradient(4deg, #00913a 0%, #00913a 25%, #00c065 70%, #00c065 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00c065', endColorstr='#ff00913a', GradientType=0);
}
.blue .callout h3,
.callout.blue h3 {
  color: #00a5d1;
}
.blue .callout a.learnMore,
.callout.blue a.learnMore {
  background: #008dc5;
  /* Old browsers */

  background: -moz-linear-gradient(86deg, #008dc5 0%, #008dc5 25%, #00bede 70%, #00bede 100%);
  /* FF3.6+ */

  background: -webkit-linear-gradient(86deg, #008dc5 0%, #008dc5 25%, #00bede 70%, #00bede 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(86deg, #008dc5 0%, #008dc5 25%, #00bede 70%, #00bede 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(86deg, #008dc5 0%, #008dc5 25%, #00bede 70%, #00bede 100%);
  /* IE10+ */

  background: linear-gradient(4deg, #008dc5 0%, #008dc5 25%, #00bede 70%, #00bede 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00bede', endColorstr='#ff008dc5', GradientType=0);
}
.blue .callout a.learnMore:hover,
.callout.blue a.learnMore:hover {
  background: #4bc9ec;
  /* Old browsers */

  background: -moz-linear-gradient(86deg, #4bc9ec 0%, #4bc9ec 25%, #9fe5f6 70%, #9fe5f6 100%);
  /* FF3.6+ */

  background: -webkit-linear-gradient(86deg, #4bc9ec 0%, #4bc9ec 25%, #9fe5f6 70%, #9fe5f6 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(86deg, #4bc9ec 0%, #4bc9ec 25%, #9fe5f6 70%, #9fe5f6 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(86deg, #4bc9ec 0%, #4bc9ec 25%, #9fe5f6 70%, #9fe5f6 100%);
  /* IE10+ */

  background: linear-gradient(4deg, #4bc9ec 0%, #4bc9ec 25%, #9fe5f6 70%, #9fe5f6 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9fe5f6', endColorstr='#ff4bc9ec', GradientType=0);
}
.blue .callout .calloutStripe,
.callout.blue .calloutStripe {
  background: #008dc5;
  /* Old browsers */

  background: -moz-linear-gradient(86deg, #008dc5 0%, #008dc5 25%, #00bede 70%, #00bede 100%);
  /* FF3.6+ */

  background: -webkit-linear-gradient(86deg, #008dc5 0%, #008dc5 25%, #00bede 70%, #00bede 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(86deg, #008dc5 0%, #008dc5 25%, #00bede 70%, #00bede 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(86deg, #008dc5 0%, #008dc5 25%, #00bede 70%, #00bede 100%);
  /* IE10+ */

  background: linear-gradient(4deg, #008dc5 0%, #008dc5 25%, #00bede 70%, #00bede 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00bede', endColorstr='#ff008dc5', GradientType=0);
}
.darkBlue .callout h3,
.callout.darkBlue h3 {
  color: #0058b1;
}
.darkBlue .callout a.learnMore,
.callout.darkBlue a.learnMore {
  background: #0a60b3;
  /* Old browsers */

  background: -moz-linear-gradient(86deg, #0a60b3 0%, #0a60b3 25%, #009cd3 70%, #009cd3 100%);
  /* FF3.6+ */

  background: -webkit-linear-gradient(86deg, #0a60b3 0%, #0a60b3 25%, #009cd3 70%, #009cd3 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(86deg, #0a60b3 0%, #0a60b3 25%, #009cd3 70%, #009cd3 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(86deg, #0a60b3 0%, #0a60b3 25%, #009cd3 70%, #009cd3 100%);
  /* IE10+ */

  background: linear-gradient(4deg, #0a60b3 0%, #0a60b3 25%, #009cd3 70%, #009cd3 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff009cd3', endColorstr='#ff0a60b3', GradientType=0);
}
.darkBlue .callout a.learnMore:hover,
.callout.darkBlue a.learnMore:hover {
  background: #4bc9ec;
  /* Old browsers */

  background: -moz-linear-gradient(86deg, #4bc9ec 0%, #4bc9ec 25%, #9fe5f6 70%, #9fe5f6 100%);
  /* FF3.6+ */

  background: -webkit-linear-gradient(86deg, #4bc9ec 0%, #4bc9ec 25%, #9fe5f6 70%, #9fe5f6 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(86deg, #4bc9ec 0%, #4bc9ec 25%, #9fe5f6 70%, #9fe5f6 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(86deg, #4bc9ec 0%, #4bc9ec 25%, #9fe5f6 70%, #9fe5f6 100%);
  /* IE10+ */

  background: linear-gradient(4deg, #4bc9ec 0%, #4bc9ec 25%, #9fe5f6 70%, #9fe5f6 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9fe5f6', endColorstr='#ff4bc9ec', GradientType=0);
}
.darkBlue .callout .calloutStripe,
.callout.darkBlue .calloutStripe {
  background: #0a60b3;
  /* Old browsers */

  background: -moz-linear-gradient(86deg, #0a60b3 0%, #0a60b3 25%, #009cd3 70%, #009cd3 100%);
  /* FF3.6+ */

  background: -webkit-linear-gradient(86deg, #0a60b3 0%, #0a60b3 25%, #009cd3 70%, #009cd3 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(86deg, #0a60b3 0%, #0a60b3 25%, #009cd3 70%, #009cd3 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(86deg, #0a60b3 0%, #0a60b3 25%, #009cd3 70%, #009cd3 100%);
  /* IE10+ */

  background: linear-gradient(4deg, #0a60b3 0%, #0a60b3 25%, #009cd3 70%, #009cd3 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff009cd3', endColorstr='#ff0a60b3', GradientType=0);
}
.purple .callout h3,
.callout.purple h3 {
  color: #781d7d;
}
.purple .callout a.learnMore,
.callout.purple a.learnMore {
  background: #58155c;
  /* Old browsers */

  background: -moz-linear-gradient(86deg, #58155c 0%, #58155c 25%, #9925a0 70%, #9925a0 100%);
  /* FF3.6+ */

  background: -webkit-linear-gradient(86deg, #58155c 0%, #58155c 25%, #9925a0 70%, #9925a0 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(86deg, #58155c 0%, #58155c 25%, #9925a0 70%, #9925a0 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(86deg, #58155c 0%, #58155c 25%, #9925a0 70%, #9925a0 100%);
  /* IE10+ */

  background: linear-gradient(4deg, #58155c 0%, #58155c 25%, #9925a0 70%, #9925a0 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9925a0', endColorstr='#ff58155c', GradientType=0);
}
.purple .callout a.learnMore:hover,
.callout.purple a.learnMore:hover {
  background: #c26cc7;
  /* Old browsers */

  background: -moz-linear-gradient(86deg, #c26cc7 0%, #c26cc7 25%, #e2bae5 70%, #e2bae5 100%);
  /* FF3.6+ */

  background: -webkit-linear-gradient(86deg, #c26cc7 0%, #c26cc7 25%, #e2bae5 70%, #e2bae5 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(86deg, #c26cc7 0%, #c26cc7 25%, #e2bae5 70%, #e2bae5 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(86deg, #c26cc7 0%, #c26cc7 25%, #e2bae5 70%, #e2bae5 100%);
  /* IE10+ */

  background: linear-gradient(4deg, #c26cc7 0%, #c26cc7 25%, #e2bae5 70%, #e2bae5 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe2bae5', endColorstr='#ffc26cc7', GradientType=0);
}
.purple .callout .calloutStripe,
.callout.purple .calloutStripe {
  background: #58155c;
  /* Old browsers */

  background: -moz-linear-gradient(86deg, #58155c 0%, #58155c 25%, #9925a0 70%, #9925a0 100%);
  /* FF3.6+ */

  background: -webkit-linear-gradient(86deg, #58155c 0%, #58155c 25%, #9925a0 70%, #9925a0 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(86deg, #58155c 0%, #58155c 25%, #9925a0 70%, #9925a0 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(86deg, #58155c 0%, #58155c 25%, #9925a0 70%, #9925a0 100%);
  /* IE10+ */

  background: linear-gradient(4deg, #58155c 0%, #58155c 25%, #9925a0 70%, #9925a0 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9925a0', endColorstr='#ff58155c', GradientType=0);
}
.calloutContent a {
  font-weight: 700;
}
.calloutContent h3 {
  font-weight: 700;
}
.calloutContent h3 a {
  color: inherit !important;
}
.mainContent {
  overflow: hidden;
  padding-bottom: 50px;
}
.mainContent h2 {
  font-size: 23px;
  color: #005e95;
}
.brownBox {
  border: solid 1px #e5e2db;
  background-color: #f9f8f5;
  background-image: -moz-linear-gradient(top, #ffffff, #f1eee7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1eee7));
  background-image: -webkit-linear-gradient(top, #ffffff, #f1eee7);
  background-image: -o-linear-gradient(top, #ffffff, #f1eee7);
  background-image: linear-gradient(to bottom, #ffffff, #f1eee7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1eee7', GradientType=0);
}
.brownBox > a > img {
  border: solid 1px #e5e2db;
}
table.brownTable {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 20px;
}
table.brownTable.padded td {
  padding-top: 25px;
}
table.brownTable td {
  padding: 10px 15px;
  width: 50%;
}
table.brownTable td[colspan="3"] {
  padding: 10px 0;
}
table.brownTable td p {
  padding: 0;
  margin: 0;
}
table.brownTable td div.iconContent {
  margin-left: 85px;
  padding: 10px;
}
table.brownTable td a.icon,
table.brownTable td span.icon {
  display: inline-block;
  width: 75px;
  height: 75px;
  float: left;
  margin: 5px;
  background-color: transparent;
  background-image: url(../images/sprite-calculators.png);
  background-repeat: no-repeat;
}
table.brownTable td a.icon.one,
table.brownTable td span.icon.one {
  background-position: 0px 0px;
}
table.brownTable td a.icon.two,
table.brownTable td span.icon.two {
  background-position: -75px 0px;
}
table.brownTable td a.icon.three,
table.brownTable td span.icon.three {
  background-position: -150px 0px;
}
table.brownTable td a.icon.four,
table.brownTable td span.icon.four {
  background-position: -225px 0px;
}
table.brownTable td a.icon.five,
table.brownTable td span.icon.five {
  background-position: 0px -75px;
}
table.brownTable td a.icon.six,
table.brownTable td span.icon.six {
  background-position: -75px -75px;
}
table.brownTable td a.icon.seven,
table.brownTable td span.icon.seven {
  background-position: -150px -75px;
}
table.brownTable td a.icon.eight,
table.brownTable td span.icon.eight {
  background-position: -225px -75px;
}
table.brownTable td a.icon.nine,
table.brownTable td span.icon.nine {
  background-position: 0px -150px;
}
table.brownTable td a.icon.ten,
table.brownTable td span.icon.ten {
  background-position: -75px -150px;
}
table.brownTable td a.icon.eleven,
table.brownTable td span.icon.eleven {
  background-position: -150px -150px;
}
table.brownTable td a.icon.twelve,
table.brownTable td span.icon.twelve {
  background-position: -225px -150px;
}
table.brownTable td a.icon.thirteen,
table.brownTable td span.icon.thirteen {
  background-position: 0px -225px;
}
table.brownTable td a.icon.fourteen,
table.brownTable td span.icon.fourteen {
  background-position: -75px -225px;
}
table.brownTable td a.icon.fifteen,
table.brownTable td span.icon.fifteen {
  background-position: -150px -225px;
}
table.brownTable td a.icon.sixteen,
table.brownTable td span.icon.sixteen {
  background-position: -225px -225px;
}
table.brownTable td div.stripe {
  color: #FFF;
  padding: 2px 10px;
}
table.brownTable td div.stripe + p,
table.brownTable td div.stripe + p + p {
  padding: 5px 10px;
}
table.brownTable td div.stripe + p a,
table.brownTable td div.stripe + p + p a {
  font-weight: 700;
}
table.brownTable td div.stripe.green {
  background: #00913a;
  /* Old browsers */

  background: -moz-linear-gradient(86deg, #00913a 0%, #00913a 25%, #00c065 70%, #00c065 100%);
  /* FF3.6+ */

  background: -webkit-linear-gradient(86deg, #00913a 0%, #00913a 25%, #00c065 70%, #00c065 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(86deg, #00913a 0%, #00913a 25%, #00c065 70%, #00c065 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(86deg, #00913a 0%, #00913a 25%, #00c065 70%, #00c065 100%);
  /* IE10+ */

  background: linear-gradient(4deg, #00913a 0%, #00913a 25%, #00c065 70%, #00c065 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00c065', endColorstr='#ff00913a', GradientType=0);
}
table.brownTable td div.stripe.blue {
  background: #008dc5;
  /* Old browsers */

  background: -moz-linear-gradient(86deg, #008dc5 0%, #008dc5 25%, #00bede 70%, #00bede 100%);
  /* FF3.6+ */

  background: -webkit-linear-gradient(86deg, #008dc5 0%, #008dc5 25%, #00bede 70%, #00bede 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(86deg, #008dc5 0%, #008dc5 25%, #00bede 70%, #00bede 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(86deg, #008dc5 0%, #008dc5 25%, #00bede 70%, #00bede 100%);
  /* IE10+ */

  background: linear-gradient(4deg, #008dc5 0%, #008dc5 25%, #00bede 70%, #00bede 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00bede', endColorstr='#ff008dc5', GradientType=0);
}
table.brownTable td div.stripe.darkBlue {
  background: #0a60b3;
  /* Old browsers */

  background: -moz-linear-gradient(86deg, #0a60b3 0%, #0a60b3 25%, #009cd3 70%, #009cd3 100%);
  /* FF3.6+ */

  background: -webkit-linear-gradient(86deg, #0a60b3 0%, #0a60b3 25%, #009cd3 70%, #009cd3 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(86deg, #0a60b3 0%, #0a60b3 25%, #009cd3 70%, #009cd3 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(86deg, #0a60b3 0%, #0a60b3 25%, #009cd3 70%, #009cd3 100%);
  /* IE10+ */

  background: linear-gradient(4deg, #0a60b3 0%, #0a60b3 25%, #009cd3 70%, #009cd3 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff009cd3', endColorstr='#ff0a60b3', GradientType=0);
}
table.brownTable td div.stripe.purple {
  background: #58155c;
  /* Old browsers */

  background: -moz-linear-gradient(86deg, #58155c 0%, #58155c 25%, #9925a0 70%, #9925a0 100%);
  /* FF3.6+ */

  background: -webkit-linear-gradient(86deg, #58155c 0%, #58155c 25%, #9925a0 70%, #9925a0 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(86deg, #58155c 0%, #58155c 25%, #9925a0 70%, #9925a0 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(86deg, #58155c 0%, #58155c 25%, #9925a0 70%, #9925a0 100%);
  /* IE10+ */

  background: linear-gradient(4deg, #58155c 0%, #58155c 25%, #9925a0 70%, #9925a0 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9925a0', endColorstr='#ff58155c', GradientType=0);
}
table.brownTable tr.even td {
  background-color: #faf8f5;
}
table.brownTable tr.spacedRow td {
  padding-bottom: 60px;
}
table.brownTable tr.threeCol td {
  width: 33%;
}
table.brownTable h3 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #2f508b;
  padding-bottom: 5px;
}
table.brownTable thead div.iconContent {
  margin-left: 75px;
  padding: 10px;
}
table.brownTable thead h2 {
  padding: 20px 0 0 0;
  margin: 0;
  color: #2f508b;
  font-size: 20px;
}
table.brownTable thead td {
  border: solid 1px #e5e2db;
  background-color: #f9f8f5;
  background-image: -moz-linear-gradient(top, #ffffff, #f1eee7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1eee7));
  background-image: -webkit-linear-gradient(top, #ffffff, #f1eee7);
  background-image: -o-linear-gradient(top, #ffffff, #f1eee7);
  background-image: linear-gradient(to bottom, #ffffff, #f1eee7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1eee7', GradientType=0);
  padding: 0;
}
.extraBottomSpace {
  padding-bottom: 150px;
}
.collapsibleWrapper {
  overflow: hidden;
  margin-bottom: 40px;
}
.collapsibleWrapper .collapseIcon {
  float: right;
  top: 25px;
  padding: 6px 40px 0 0;
  margin: 25px 20px 0 0;
  width: 100px;
  text-align: right;
  height: 26px;
  color: #076771;
  background: transparent url(../images/sprite-accordion.png) no-repeat;
  background-position: 108px 0px;
}
.collapsibleWrapper.collapsed .collapseIcon {
  background-position: 108px -32px;
}
.collapsibleWrapper table thead td {
  cursor: pointer;
}
.collapsibleWrapper table thead td:hover .collapseIcon {
  text-decoration: underline;
}
.sec-callouts {
  overflow: hidden;
}
.sec-callouts .calloutRow {
  overflow: hidden;
}
.sec-callouts .videoCallout {
  overflow: hidden;
}
.sec-callouts .videoCallout .videoContainer {
  float: left;
}
.sec-callouts .videoCallout .videoCaption {
  overflow: hidden;
  height: 358px;
  border-left: none !important;
}
.sec-callouts > div {
  margin-top: 15px;
}
.sec-callouts .paddingLeft {
  padding-left: 10px;
}
.sec-callouts .paddingRight {
  padding-right: 10px;
}
.sec-callouts .brownBox {
  padding: 15px;
  overflow: hidden;
}
.sec-callouts .brownBox img {
  display: block;
  float: left;
  margin-right: 15px;
}
.sec-callouts .brownBox .sec-callout-content {
  overflow: hidden;
  padding-top: 5px;
}
.sec-callouts .brownBox .sec-callout-content p {
  padding-bottom: 0;
  margin: 10px 0 0 0;
}
/*#####################################################################################
NAVIGATION STYLES
#######################################################################################*/
a.skipNav {
  position: absolute;
  left: 0;
  top: -9999px;
}
/* Comfort Nav
-------------------------------------------------------------------------------------*/
.comfortNavContainer {
  position: relative;
  display: block;
  font-size: 12px;
  float: right;
  padding-top: 4px;
}
.comfortNavContainer a {
  color: inherit;
  text-decoration: none;
}
.comfortNavContainer a:hover {
  text-decoration: underline;
}
/* Nav Buttons
-------------------------------------------------------------------------------------*/
.t1NavContainer ul {
  padding: 0;
  margin: 0;
}
.t1NavItem {
  padding: 0;
  margin: 0;
  width: 33.333%;
  overflow: hidden;
  float: left;
}
.t1NavItem a {
  display: block;
  padding: 24px 20px 17px;
  border: solid #d7eaf6;
  border-width: 1px 0 0 1px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e7f1f8), color-stop(45%, #ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(#e7f1f8, #ffffff 45%, #ffffff);
  background-image: -moz-linear-gradient(top, #e7f1f8, #ffffff 45%, #ffffff);
  background-image: -o-linear-gradient(#e7f1f8, #ffffff 45%, #ffffff);
  background-image: linear-gradient(#e7f1f8, #ffffff 45%, #ffffff);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe7f1f8', endColorstr='#ffffffff', GradientType=0);
}
.t1NavItem a:hover {
  text-decoration: none;
}
.t1NavItem#nav-participant a {
  color: #00a84f;
  border-bottom: solid 7px #00a84f;
}
.t1NavItem#nav-participant a:hover {
  border-bottom-color: #78cfa2;
}
.t1NavItem#nav-sponsor a {
  color: #00a5d1;
  border-bottom: solid 7px #00a5d1;
}
.t1NavItem#nav-sponsor a:hover {
  border-bottom-color: #96dff2;
}
.t1NavItem#nav-advisor a {
  color: #781d7d;
  border-bottom: solid 7px #781d7d;
}
.t1NavItem#nav-advisor a:hover {
  border-bottom-color: #dca0de;
}
.t1NavItem:last-child a,
.t1NavItem.lastNavItem a {
  border-right-width: 1px;
}
/* Tab Styles
-------------------------------------------------------------------------------------*/
ul.tabContainer {
  display: block;
  margin: 0;
  padding: 0;
  border: solid #d7eaf6;
  border-width: 1px 1px 0 1px;
  overflow: hidden;
}
ul.tabContainer li {
  display: block;
  list-style-type: none;
  width: 316px;
  margin: 0;
  float: left;
  border-bottom: solid 1px #d7eaf6;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e7f1f8), color-stop(40%, #ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(#e7f1f8, #ffffff 40%, #ffffff);
  background-image: -moz-linear-gradient(top, #e7f1f8, #ffffff 40%, #ffffff);
  background-image: -o-linear-gradient(#e7f1f8, #ffffff 40%, #ffffff);
  background-image: linear-gradient(#e7f1f8, #ffffff 40%, #ffffff);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe7f1f8', endColorstr='#ffffffff', GradientType=0);
}
ul.tabContainer li a {
  display: block;
  height: 100%;
  padding: 23px 0 13px 20px;
  border-left: solid 1px #d7eaf6;
  border-bottom: solid 8px #e7f1f8;
  font-size: 16px;
  color: #2f508b;
}
ul.tabContainer li a:hover {
  text-decoration: none;
}
ul.tabContainer li:first-child a,
ul.tabContainer li.first-child a {
  border-left: none;
}
ul.tabContainer li.active {
  border-bottom: none;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f8fc), color-stop(40%, #ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(#f3f8fc, #ffffff 40%, #ffffff);
  background-image: -moz-linear-gradient(top, #f3f8fc, #ffffff 40%, #ffffff);
  background-image: -o-linear-gradient(#f3f8fc, #ffffff 40%, #ffffff);
  background-image: linear-gradient(#f3f8fc, #ffffff 40%, #ffffff);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f8fc', endColorstr='#ffffffff', GradientType=0);
}
ul.tabContainer li.active a {
  border-bottom: none;
  padding-bottom: 22px;
}
.tabContentContainer {
  border: solid #d7eaf6;
  border-width: 0 1px 1px 1px;
  padding: 20px 17px;
  margin-bottom: 55px;
}
.tabContentContainer .tabContent.inactive {
  display: none;
}
.tabContentContainer .tabContent.active {
  display: block;
}
/*#####################################################################################
INTERSTITIAL STYLES
#######################################################################################*/
.interstitialWrapper {
  padding: 10px;
  background: #FFF;
  height: 380px;
}
.interstitialContent {
  padding: 25px 25px 0 25px;
  height: 355px;
  background-color: #f1f9fe;
  background-image: -moz-linear-gradient(top, #ffffff, #dcf1fd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dcf1fd));
  background-image: -webkit-linear-gradient(top, #ffffff, #dcf1fd);
  background-image: -o-linear-gradient(top, #ffffff, #dcf1fd);
  background-image: linear-gradient(to bottom, #ffffff, #dcf1fd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdcf1fd', GradientType=0);
}
.interstitialContent .interstitialTitle {
  overflow: hidden;
  padding-bottom: 40px;
}
.interstitialContent .interstitialTitle h1 {
  overflow: hidden;
  padding-top: 10px;
}
.interstitialContent .interstitialTitle img {
  float: left;
  margin-right: 20px;
}
.interstitialContent p {
  font-size: 15px;
  padding-bottom: 15px;
}
/*#####################################################################################
FOOTER STYLES
#######################################################################################*/
.footerContainer {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 25px 0;
  font-size: 12px !important;
  border-top: solid 6px #d9dbe0;
  position: relative;
}
.footerContainer .footerRibbon {
  height: 42px;
  border-bottom: solid 1px #bdbdbd;
  background-color: #1b386c;
  background-image: -moz-linear-gradient(top, #274375, #09285f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#274375), to(#09285f));
  background-image: -webkit-linear-gradient(top, #274375, #09285f);
  background-image: -o-linear-gradient(top, #274375, #09285f);
  background-image: linear-gradient(to bottom, #274375, #09285f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff274375', endColorstr='#ff09285f', GradientType=0);
}
.footerContainer .footerRibbon img {
  display: block;
  padding: 0;
  margin: 0;
}
.footerContainer .footerContent {
  color: #666;
}
.footerContainer .footerContent a {
  color: inherit;
}
.footerContainer .footerRow {
  padding: 25px 0;
}
.footerContainer .footerRow.border {
  border-top: solid 1px #ebebeb;
}
.footerContainer .footerRow .footerColumn {
  float: left;
  width: 25%;
}
.footerContainer .footerRow .footerColumn.three {
  width: 33.333%;
}
.footerContainer .footerRow .footerColumnInner {
  line-height: 19px;
  width: 207px;
}
.footerContainer .footerRow .footerColumnInner strong {
  color: #000;
}
.footerContainer .footerRow .footerColumnInner strong a {
  color: inherit;
}
.footerContainer .footerRow .footerColumnInner span.border {
  display: block;
  border-bottom: solid 1px #ebebeb;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.footerContainer .footerRow.horiz .border {
  position: relative;
  border-bottom: none !important;
  border-left: solid 1px #ebebeb;
  padding-left: 10px;
  left: -11px;
}
.footerContainer .footerDisclaimer {
  padding-top: 47px;
}
.footerContainer .footerDisclaimer a {
  color: #076771;
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  #sb-overlay {
    min-width: 100%;
    min-height: 640px;
  }
}
.lt-ie9 .t1NavItem {
  width: 316px;
}
.lt-ie9 .t1NavItem:last-child,
.lt-ie9 .t1NavItem.lastNavItem {
  width: 318px;
}
.lt-ie9 .width25,
.lt-ie9 .footerColumn {
  width: 237px !important;
}
.lt-ie9 .width50 {
  width: 475px !important;
}
.lt-ie9 .width75 {
  width: 713px !important;
}
.lt-ie9 .tabContent .sec-callouts .width50 {
  width: 457px !important;
}
.lt-ie9 .footerColumn.three {
  width: 316px !important;
}
.lt-ie9 ul.tabContainer li {
  width: 316px;
}
/*#####################################################################################
FORM STYLES
#######################################################################################*/
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  min-width: 190px;
  width: 190px;
  height: 20px;
  padding: 3px 5px;
  position: relative;
  border: solid 1px #dcdcdc;
  text-decoration: none;
  text-align: left;
  background: #f2f2f2;
  color: #555555;
  outline: none;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.lt-ie9 input[type="text"],
.lt-ie9 textarea {
  behavior: url(ui/scripts/libs/ie/pie.htc);
}
input[type="radio"],
input[type="checkbox"] {
  margin-left: 5px;
}
input[type="button"] {
  background: #076771;
  margin: 10px 0 10px 0;
  padding: 5px 15px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none !important;
  text-align: center;
  font-weight: normal;
  outline: none;
  vertical-align: middle;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  font-size: 12px;
  color: #ffffff;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
input[type="button"]:hover {
  background: #032529;
  color: #ffffff !important;
}
fieldset {
  margin: 10px 0;
}
fieldset:first-child {
  margin-top: 0;
}
input.xsmall,
select.xsmall {
  min-width: 35px;
  width: 35px;
}
input.small,
select.small {
  min-width: 75px;
  width: 75px;
}
input.medium,
select.medium {
  min-width: 200px;
  width: 200px;
}
input.large,
select.large {
  min-width: 250px;
  width: 250px;
}
input.xlarge,
select.xlarge {
  min-width: 300px;
  width: 300px;
}
input.xxlarge,
select.xxlarge {
  min-width: 400px;
  width: 400px;
}
textarea {
  height: 50px;
  min-width: 300px;
}
textarea.large {
  min-width: 440px;
  width: 440px;
}
/* formContainer styles
------------------------------------------------------- */
.formContainer label {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: top;
  margin-right: 20px;
}
.formContainer .req {
  color: #9d261d;
}
.formContainer .formErrors {
  display: none;
}
.formContainer .formDisclaimer {
  color: #999999;
  font-size: 11px;
}
/*#####################################################################################
CUSTOM CHECKBOX STYLES
#######################################################################################*/
:root input.custom[type=checkbox] {
  /* original check box are push outside the viexport */

  position: absolute;
  left: -1000em;
  display: inline-block;
}
:root input.custom[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 .5em 0 0;
  background: red;
  /* The following is used to adjust the position of
       the check boxes on the text baseline */

  vertical-align: bottom;
  position: relative;
  bottom: 2px;
}
:root input.custom[type=checkbox]:checked + label:before {
  background: green;
}
:root input.custom[type=checkbox]:disabled + label:before {
  background: gray;
}
:root input.custom[type=checkbox]:checked:disabled + label:before {
  background: yellow;
}
/*#####################################################################################
CUSTOM RADIO STYLES
#######################################################################################*/
:root input.custom[type=radio] {
  /* original check box are push outside the viexport */

  position: absolute;
  left: -1000em;
  display: inline-block;
}
:root input.custom[type=radio] + label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 .5em 0 0;
  background: red;
  /* The following is used to adjust the position of
       the check boxes on the text baseline */

  vertical-align: bottom;
  position: relative;
  bottom: 2px;
}
:root input.custom[type=radio]:checked + label:before {
  background: green;
}
:root input.custom[type=radio]:disabled + label:before {
  background: gray;
}
:root input.custom[type=radio]:checked:disabled + label:before {
  background: yellow;
}
/*#####################################################################################
SELECTBOXIT STYLES
#######################################################################################*/
/*
 * jquery.selectBoxIt.css 2.6.0
 * Author: @gregfranko
 */
/* Div container holding the dropdown list */
.selectboxit-container {
  /* Prevents text selection */

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  min-width: 150px;
  position: relative;
  border: solid 1px #dcdcdc;
  text-decoration: none !important;
  text-align: left;
  color: #555555;
  outline: none;
  vertical-align: middle;
  background: #fff;
  background: -moz-linear-gradient(top, #f2f2f2 1%, #f8f8f8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f2f2f2), color-stop(100%, #f8f8f8));
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  cursor: default;
}
.lt-ie9 .selectboxit-container {
  behavior: url(ui/scripts/libs/ie/pie.htc);
}
/* Dropdown List Box */
.selectboxit-container .selectboxit {
  width: 190px;
  /* Width of the dropdown list box */

  height: 20px;
  /* Height of the select box */

  cursor: pointer;
  padding: 3px 5px 3px 0;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
}
.selectboxit-container .selectboxit.xsmall {
  min-width: 35px;
  width: 35px;
}
.selectboxit-container .selectboxit.small {
  min-width: 75px;
  width: 75px;
}
.selectboxit-container .selectboxit.medium {
  min-width: 200px;
  width: 200px;
}
.selectboxit-container .selectboxit.large {
  min-width: 250px;
  width: 250px;
}
.selectboxit-container .selectboxit.xlarge {
  min-width: 300px;
  width: 300px;
}
.selectboxit-container .selectboxit.xxlarge {
  min-width: 400px;
  width: 400px;
}
.selectboxit-container .selectboxit.selectboxit-disabled {
  cursor: default;
}
/* Dropdown list Default Icon Positioning */
.selectboxit-default-icon {
  float: left;
}
/* Dropdown List Box Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  float: left;
  white-space: nowrap;
}
/* Dropdown List Options List*/
.selectboxit-container .selectboxit-options {
  min-width: 220px;
  /* Minimum Width of the dropdown list box options */

  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  outline: none;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  -moz-box-shadow: none;
  /* Firefox */

  -webkit-box-shadow: none;
  /* Safari, Chrome */

  box-shadow: none;
  /* CSS3 */

  border-radius: 6px;
  text-align: left;
  position: absolute;
  z-index: 99999;
  max-height: 200px;
  min-height: 1em;
  border: solid 1px #999999;
  /* should be the same border width as .selectBox-dropdown */

  background: #FFF;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  overflow: auto;
}
/* Overrides Bootstrap drop down option style */
.selectboxit-options .selectboxit-option.active .selectboxit-option-anchor {
  color: #333;
}
.selectboxit-option .selectboxit-option-anchor {
  padding: 0px 3px;
  line-height: 30px;
}
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}
/* Dropdown List Individual Options */
.selectboxit-option,
.selectboxit-optgroup-header {
  line-height: normal;
  /* Height of Individual Select Box Options */

  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */

  overflow: hidden;
  white-space: nowrap;
  list-style: none;
  margin: 0;
}
/* The first drop down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
/* The last drop down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
/* Dropdown List Optgroup Headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}
/* Dropdown List Optgroup Options */
.selectboxit-optgroup-option {
  text-indent: 20px;
}
/* Dropdown List Optgroup Header hover psuedo class */
.selectboxit-optgroup-header[data-disabled='true']:hover {
  cursor: default;
}
/* Dropdown List Down Arrow Container (if an image is not used) */
.selectboxit-arrow-container {
  /* Positions the down arrow */

  width: 18px;
  padding-left: 10px;
  position: absolute;
  right: 5px;
}
/* Dropdown List Down Arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */

  margin: 0 auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 100%;
  background: url(../images/icon-selectBox-arrow.png) 50% center no-repeat;
}
/* Dropdown List Down Arrow For jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}
/* Dropdown List Individual Option Icon Positioning */
.selectboxit-option-icon {
  float: left;
}
/* Dropdown List Individual Option Image Positioning */
.selectboxit-option-icon-url {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}
.selectboxit-default-icon.selectboxit-option-icon-url {
  margin-left: 5px;
}
/*#####################################################################################
SHADOWBOX STYLES
#######################################################################################*/
#sb-title-inner,
#sb-info-inner,
#sb-loading-inner,
div.sb-message {
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  color: #fff;
}
#sb-container {
  position: absolute;
  width: 100% !important;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: left;
  visibility: hidden;
  display: none;
}
#sb-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
}
#sb-wrapper {
  position: absolute;
  visibility: hidden;
  width: 100px;
  top: 50px !important;
}
#sb-wrapper-inner {
  position: relative;
  border: 1px solid #303030;
  overflow: hidden;
  height: 100px;
}
#sb-body {
  position: relative;
  height: 100%;
}
#sb-body-inner {
  position: absolute;
  height: 100%;
  width: 100%;
}
#sb-player.html {
  height: 100%;
  overflow: auto;
}
#sb-body img {
  border: none;
}
#sb-loading {
  position: relative;
  height: 100%;
}
#sb-loading-inner {
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  width: 100%;
  text-align: center;
}
#sb-loading-inner span {
  background: url(../images/sb-loading.gif) no-repeat;
  padding-left: 34px;
  display: inline-block;
}
#sb-body,
#sb-loading {
  background-color: #060606;
}
#sb-title,
#sb-info {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#sb-title,
#sb-title-inner {
  height: 26px;
  line-height: 26px;
}
#sb-title-inner {
  font-size: 16px;
}
#sb-info,
#sb-info-inner {
  height: 32px;
  line-height: 20px;
}
#sb-info-inner {
  font-size: 12px;
}
#sb-nav {
  float: right;
  height: 32px;
  padding: 2px 0;
  width: 45%;
}
#sb-nav a {
  display: block;
  float: right;
  height: 32px;
  width: 32px;
  margin-left: 3px;
  cursor: pointer;
  background-repeat: no-repeat;
}
#sb-nav-close {
  background-image: url(../images/sb-close.png);
}
#sb-nav-next {
  background-image: url(../images/sb-next.png);
}
#sb-nav-previous {
  background-image: url(../images/sb-previous.png);
}
#sb-nav-play {
  background-image: url(../images/sb-play.png);
}
#sb-nav-pause {
  background-image: url(../images/sb-pause.png);
}
#sb-counter {
  float: left;
  width: 45%;
}
#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
#sb-counter a.sb-counter-current {
  text-decoration: underline;
}
div.sb-message {
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
div.sb-message a:link,
div.sb-message a:visited {
  color: #fff;
  text-decoration: underline;
}
/*#####################################################################################
DEVICE MEDIA QUERIES
#######################################################################################*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Styles */
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  /* Styles */
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles */
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /* Styles */
}
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */
}
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */
}
/*#####################################################################################
PRINT CSS STYLES
#######################################################################################*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
    color: #0000FF;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* list styles to hide from print */
  .noPrint {
    display: none !important;
  }
}
