
/*--------------- Reset CSS ---------------*/

html, body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,w
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
/* div, p, a, ol, ul, li, span */ {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
  font-family: "intel-clear","tahoma",Helvetica,"helvetica",Arial,sans-serif;
  margin: 0;
  color: #555;
  background: #fff;
  line-height: 1.42857;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
body, .col{
  font-size: 16px;
}
body.search-open,
body.menu-open{
  overflow: hidden;
}
body .body-overlay{
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;

  -moz-transition-delay: .2s;
  -webkit-transition-delay: .2s; /* Safari */
  transition-delay: .2s;

  background: rgba(0, 0, 0, 0);
}
body .body-overlay.fade-in{
  background: rgba(0, 0, 0, 0.8);

  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s; /* Safari */
  transition-delay: 0s;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webit-box-sizing: border-box;
}
#chart * {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webit-box-sizing: content-box;
}
p {
  margin: 10px 0;
}
ul {
    padding-left: 40px;
}
b,
strong {
  font-weight: bold;
}
small {
  font-size: 80%; }

sub,
sup {
  font-size: 55%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

nav {
  display: block;
}

/* TEXT STYLES */
h1, h2, h3, h4, h5, h6,
.Breadcrumb{
  font-family: "intel-clear-headline",impact,sans-serif;
  font-size: 70px;
  line-height: 1;
  margin:22px 0 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.029em;
  color: #003c71;
}
h2{
  font-size: 48px;
}
h3, h4, h5, h6{
  font-family: "intel-clear","tahoma",Helvetica,"helvetica",Arial,sans-serif;
  color: inherit;
  text-transform: none;
  font-weight: bold;
  font-size:18px;
  line-height: inherit;
  margin:20px 0;
  letter-spacing: inherit;
}

a {
  color: #0071c5;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  transition:.1s all;
  -ms-transition:.1s all;
  -webkit-transition:.1s all;
  -moz-transition:.1s all;
}
a:hover {
  color:#00aeef;
}
.a-alt-color a{
  color: #00aeef;
}
.a-alt-color a:hover{
  color: #0071c5;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/** EARNINGS RELEASE **/

.earnings_table--large td:first-child {
    padding-right: 15px;
}

.prDetails .PaneContent .container {
    max-width: 940px;
}

/* General Styles */
.earnings_table {
    width: 100%;
    margin: 1em 0;
    border-collapse: collapse;
}
.earnings td, .earnings tr {
    border: 0;
}
.earnings table p {
    margin: 0;
    padding: 0.25em;
}
.earnings ul {
    list-style: disc outside;
    padding-left: 2rem;
}
.earnings li {
    margin-bottom: 0.5em;
    line-height: 1.5em;
}
 
/* Table Cell Styles
   This is at the top due to easier reach within WYSIWYG Editor */
 
td.earnings_cell--solid {
    border-bottom: 1px solid black;
}
td.earnings_cell--double {
    border-bottom: 3px double black;
}

td.earnings_cell--solid + td:empty,
td.earnings_cell--double + td:empty {
    min-width: 5px;
}
 
td.earnings_cell--center {
    text-align: center;
}
td.earnings_cell--left {
    text-align: left;
}
td.earnings_cell--right {
    text-align: right;
}
td.earnings_cell--force {
    white-space: nowrap;
}
 
.earnings_cell--indented {
    padding-left: 1em;
}
.earnings_cell--double-indented {
    padding-left: 2em;
}
.earnings_cell--spaced {
    padding-top: 2em;
}
.earnings_cell--force {
    white-space: nowrap;
}
.earnings_cell--blank {
    color: #fff;
}
 
.earnings_underline {
    text-decoration: underline;
}
 
/* Table Styles */
 
.earnings_table--simple {
    border-width: 1px;
}
.earnings_table--simple td {
    border: 1px solid black;
    text-align: center;
}
.earnings_table--simple td:first-child {
    text-align: left;
}
.earnings_table--simple td[colspan="4"] {
    text-align: center;
}
 
.earnings_table--summary  tr:first-child {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
.earnings_table--summary td ~ td {
    text-align: center;
}
.earnings_table--summary td:first-child {
    width: 44%;
}
 
table.earnings_table--large {
    border: 0;
    margin-bottom: 70px;
}
.earnings_table--large td ~ td {
    text-align: right;
}
.earnings_table--large td[colspan="3"],
.earnings_table--large td[colspan="11"] {
    text-align: center;
}
.earnings_table--large td[colspan="2"] + td p {
    padding-left: 0;
}
.earnings_table--large .earnings_cell--double + td:empty {
    width: 5px;
}
.earnings_table--large td[colspan="9"] p {
    font-size: 5px;
}

table.earnings_table--push {
   margin: 0 0 35px;
}

.earnings_table--clean { 
  margin: 0 0 70px 0; 
} 
.earnings_footnote { 
  margin-bottom: 35px; 
  font-size: 14px; 
}
 
@media screen and (max-width: 1024px) {
    .earnings_wrap {
        overflow-x: scroll;
    }
}

.earnings em {
  font-style: italic;
}

/* Preview Override */
body.PreviewBody {
    margin: 0;
    background-position: 0 0;
}
.PreviewToolBar {
    display:none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.accSkipLink a {
    position: absolute;
    top: -40px;
    left: 50%;
    width: 200px;
    padding: 15px 15px;
    margin-left: -100px;
    background: transparent;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: white;
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 100;
}
.accSkipLink a:focus,
.accSkipLink a:active,
.accSkipLink a:hover {
    top: 0;
    background: #0A457B;
    outline:0;
}
.accSkipLink a:visited {
    color: #fff;
}
#maincontent:focus {
    outline: 0px;
}
::-webkit-input-placeholder
 {
   /*color: #444; */
   opacity: 0.4; 
}
:-moz-placeholder
 {
   /*color: #444; */
   opacity: 0.4; 
}

::-moz-placeholder {
   /*color: #444; */
   opacity: 0.4; 
}

:-ms-input-placeholder {
   /*color: #444; */
   opacity: 0.4; 
}

img {
  border: 0 none;
  max-width: 100%;
}
ul.noStyleList,
.noStyleList ul{
  margin:0;
  padding: 0;
  list-style-type: none;
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
  clear: both;
}
.space40{
  padding-top:40px;
  padding-bottom: 40px;
}
.topSpace40{
  padding-top:40px;
}
.bottomSpace40{
  padding-bottom:40px;
}
.hidden {
  display: none;
}
.brandColor{
  color:#005a9d;
}
.grey-bg{
    background: #e7e7e7;
}
.blue-bg{
    background: #005a9d;
}
.align-left{
  text-align: left;
}
.align-right{
  text-align: right;
}
.center-content{
  text-align: center;
}
.linkToOffset{
  position: relative;
  top:-100px;
}
.fileIcons a:before,
.q4-atc-button:before {
  /*content: "\e629";*/
  content: "\e629";
  font-family: 'q4icons';
  font-size: 16px;
  display: inline-block;
  font-weight: 400;
  margin-right:5px;
  color: #555;
}
.fileIcons a:hover:before,
.q4-atc-button:hover:before{
  color: #00aeef;
}
.fileIcons a.WebcastLink:before,
.fileIcons a.Webcast:before,
.fileIcons .WebcastLink a:before,
.fileIcons .Webcast a:before,
.fileIcons a[href$=".mp3"]:before,
.fileIcons a[href$=".MP3"]:before {
  content: "\e921";
}
.fileIcons a[href$=".PDF"]:before,
.fileIcons a[href$=".pdf"]:before {
  content: "\e62a";
}
.fileIcons a[href$=".DOC"]:before,
.fileIcons a[href$=".doc"]:before,
.fileIcons a[href$=".DOCX"]:before,
.fileIcons a[href$=".docx"]:before,
.fileIcons a[href$=".RTF"]:before,
.fileIcons a[href$=".rtf"]:before,
.fileIcons a[href$=".TXT"]:before,
.fileIcons a[href$=".txt"]:before {
  content: "\e62d";
}
.fileIcons a[href$=".XLS"]:before,
.fileIcons a[href$=".xls"]:before,
.fileIcons a[href$=".XLSX"]:before,
.fileIcons a[href$=".xlsx"]:before {
  content: "\e627";
}
.fileIcons a[href$=".ZIP"]:before,
.fileIcons a[href$=".zip"]:before,
.fileIcons a[href$=".RAR"]:before,
.fileIcons a[href$=".rar"]:before {
  content: "\e62e";
}

.fileIcons .q4-atc-button:before,
.q4-atc-button:before{
  content: "\e919";
}
.slideshare .slideshow {
    padding-top: 84%;
    position: relative;
}
.slideshare iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.container
{
  width:100%;
  display: block;
  max-width: 1610px;
  padding-left: 15px;
  padding-right: 15px;
  margin:0 auto;
}
.PaneRight .container,
.PaneLeft .container,
/*.PaneBreadcrumb .container,*/
.pageEvent .PaneContent .container,
.pageFinancial .PaneContent .container,
.videoLayout .PaneContent .container,
.tearsheet-page .PaneContent .container{
  max-width: 1000px;
}
.PaneContent .container{
  max-width: 798px;
  padding-top:40px;
  padding-bottom: 40px;
}

.PaneBreadcrumb .container{
  max-width:100%;
  padding:0; 
}

.LayoutGreyTop .PaneLeft{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

  padding:25px 0 30px;
}
/*custom checkboxes*/
.icheckbox_flat-grey {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: none;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  position: relative;
}
.icheckbox_flat-grey.checked:before {
  content:"";
  background: #0071C5;
  position: absolute;
  top:3px;
  left:3px;
  right:3px;
  bottom:3px;
  border-radius: 2px;
}
.icheckbox_flat-grey + label {
  margin-left: 10px;
}
.icheckbox_flat-grey,
.icheckbox_flat-grey + label {
  display: inline-block;
  vertical-align: middle;
  cursor:pointer;
}

input[type=text], textarea {
    border: 1px solid #d8d8d8;
    padding: 10px 25px;
    font-size: inherit;
    font-family: inherit;
    outline: none;
    border-radius: 3px;
    font-size: inherit;
    color: inherit;
    box-shadow: none;
    -webkit-appearance: none;
}
input[type=text]:focus, textarea:focus {
    outline: 2px solid #00aeef;
    border-color: transparent;
}
input[type=text]{
    padding-top:0;
    padding-bottom:0;
    line-height: 34px;
    height:36px;
}

button, input[type='submit'], .button, h1#legend span.iac a
{
  display: inline-block;
  font-size:14px;
  line-height: 1;
  font-weight: 400;
  padding: 10px 30px;
  background: #00aeef;
  font-family: inherit;
  text-transform: capitalize;
  color:#fff;
  border:none;
  border-radius: 3px;
  outline: none;
  cursor:pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition:.1s all;
  -ms-transition:.1s all;
  -webkit-transition:.1s all;
  -moz-transition:.1s all;
}

button:hover, input[type='submit']:hover, .button:hover, h1#legend span.iac a:hover{
  color: #fff;
  background: #0071c5;
}

/*toast grid*/

.col-1-of-1,.col-10-of-10,.col-11-of-11,.col-12-of-12,.col-2-of-2,.col-3-of-3,.col-4-of-4,.col-5-of-5,.col-6-of-6,.col-7-of-7,.col-8-of-8,.col-9-of-9{width:100%}.col-1-of-2,.col-2-of-4,.col-3-of-6,.col-4-of-8,.col-5-of-10,.col-6-of-12{width:50%}.col-1-of-3,.col-2-of-6,.col-3-of-9,.col-4-of-12{width:33.33333%}.col-2-of-3,.col-4-of-6,.col-6-of-9,.col-8-of-12{width:66.66667%}.col-1-of-4,.col-2-of-8,.col-3-of-12{width:25%}.col-3-of-4,.col-6-of-8,.col-9-of-12{width:75%}.col-push-1-of-1,.col-push-10-of-10,.col-push-11-of-11,.col-push-12-of-12,.col-push-2-of-2,.col-push-3-of-3,.col-push-4-of-4,.col-push-5-of-5,.col-push-6-of-6,.col-push-7-of-7,.col-push-8-of-8,.col-push-9-of-9{margin-left:100%}.col-push-1-of-2,.col-push-2-of-4,.col-push-3-of-6,.col-push-4-of-8,.col-push-5-of-10,.col-push-6-of-12{margin-left:50%}.col-push-1-of-3,.col-push-2-of-6,.col-push-3-of-9,.col-push-4-of-12{margin-left:33.33333%}.col-push-2-of-3,.col-push-4-of-6,.col-push-6-of-9,.col-push-8-of-12{margin-left:66.66667%}.col-push-1-of-4,.col-push-2-of-8,.col-push-3-of-12{margin-left:25%}.col-push-3-of-4,.col-push-6-of-8,.col-push-9-of-12{margin-left:75%}.col-pull-1-of-1,.col-pull-10-of-10,.col-pull-11-of-11,.col-pull-12-of-12,.col-pull-2-of-2,.col-pull-3-of-3,.col-pull-4-of-4,.col-pull-5-of-5,.col-pull-6-of-6,.col-pull-7-of-7,.col-pull-8-of-8,.col-pull-9-of-9{margin-left:-100%}.col-pull-1-of-2,.col-pull-2-of-4,.col-pull-3-of-6,.col-pull-4-of-8,.col-pull-5-of-10,.col-pull-6-of-12{margin-left:-50%}.col-pull-1-of-3,.col-pull-2-of-6,.col-pull-3-of-9,.col-pull-4-of-12{margin-left:-33.33333%}.col-pull-2-of-3,.col-pull-4-of-6,.col-pull-6-of-9,.col-pull-8-of-12{margin-left:-66.66667%}.col-pull-1-of-4,.col-pull-2-of-8,.col-pull-3-of-12{margin-left:-25%}.col-pull-3-of-4,.col-pull-6-of-8,.col-pull-9-of-12{margin-left:-75%}.col-1-of-5{width:20%}.col-push-1-of-5{margin-left:20%}.col-pull-1-of-5{margin-left:-20%}.col-2-of-5{width:40%}.col-push-2-of-5{margin-left:40%}.col-pull-2-of-5{margin-left:-40%}.col-3-of-5{width:60%}.col-push-3-of-5{margin-left:60%}.col-pull-3-of-5{margin-left:-60%}.col-4-of-5{width:80%}.col-push-4-of-5{margin-left:80%}.col-pull-4-of-5{margin-left:-80%}.col-1-of-6{width:16.66667%}.col-push-1-of-6{margin-left:16.66667%}.col-pull-1-of-6{margin-left:-16.66667%}.col-5-of-6{width:83.33333%}.col-push-5-of-6{margin-left:83.33333%}.col-pull-5-of-6{margin-left:-83.33333%}.col-1-of-7{width:14.28571%}.col-push-1-of-7{margin-left:14.28571%}.col-pull-1-of-7{margin-left:-14.28571%}.col-2-of-7{width:28.57143%}.col-push-2-of-7{margin-left:28.57143%}.col-pull-2-of-7{margin-left:-28.57143%}.col-3-of-7{width:42.85714%}.col-push-3-of-7{margin-left:42.85714%}.col-pull-3-of-7{margin-left:-42.85714%}.col-4-of-7{width:57.14286%}.col-push-4-of-7{margin-left:57.14286%}.col-pull-4-of-7{margin-left:-57.14286%}.col-5-of-7{width:71.42857%}.col-push-5-of-7{margin-left:71.42857%}.col-pull-5-of-7{margin-left:-71.42857%}.col-6-of-7{width:85.71429%}.col-push-6-of-7{margin-left:85.71429%}.col-pull-6-of-7{margin-left:-85.71429%}.col-1-of-8{width:12.5%}.col-push-1-of-8{margin-left:12.5%}.col-pull-1-of-8{margin-left:-12.5%}.col-3-of-8{width:37.5%}.col-push-3-of-8{margin-left:37.5%}.col-pull-3-of-8{margin-left:-37.5%}.col-5-of-8{width:62.5%}.col-push-5-of-8{margin-left:62.5%}.col-pull-5-of-8{margin-left:-62.5%}.col-7-of-8{width:87.5%}.col-push-7-of-8{margin-left:87.5%}.col-pull-7-of-8{margin-left:-87.5%}.col-1-of-9{width:11.11111%}.col-push-1-of-9{margin-left:11.11111%}.col-pull-1-of-9{margin-left:-11.11111%}.col-2-of-9{width:22.22222%}.col-push-2-of-9{margin-left:22.22222%}.col-pull-2-of-9{margin-left:-22.22222%}.col-4-of-9{width:44.44444%}.col-push-4-of-9{margin-left:44.44444%}.col-pull-4-of-9{margin-left:-44.44444%}.col-5-of-9{width:55.55556%}.col-push-5-of-9{margin-left:55.55556%}.col-pull-5-of-9{margin-left:-55.55556%}.col-7-of-9{width:77.77778%}.col-push-7-of-9{margin-left:77.77778%}.col-pull-7-of-9{margin-left:-77.77778%}.col-8-of-9{width:88.88889%}.col-push-8-of-9{margin-left:88.88889%}.col-pull-8-of-9{margin-left:-88.88889%}.col-1-of-10{width:10%}.col-push-1-of-10{margin-left:10%}.col-pull-1-of-10{margin-left:-10%}.col-2-of-10{width:20%}.col-push-2-of-10{margin-left:20%}.col-pull-2-of-10{margin-left:-20%}.col-3-of-10{width:30%}.col-push-3-of-10{margin-left:30%}.col-pull-3-of-10{margin-left:-30%}.col-4-of-10{width:40%}.col-push-4-of-10{margin-left:40%}.col-pull-4-of-10{margin-left:-40%}.col-6-of-10{width:60%}.col-push-6-of-10{margin-left:60%}.col-pull-6-of-10{margin-left:-60%}.col-7-of-10{width:70%}.col-push-7-of-10{margin-left:70%}.col-pull-7-of-10{margin-left:-70%}.col-8-of-10{width:80%}.col-push-8-of-10{margin-left:80%}.col-pull-8-of-10{margin-left:-80%}.col-9-of-10{width:90%}.col-push-9-of-10{margin-left:90%}.col-pull-9-of-10{margin-left:-90%}.col-1-of-11{width:9.09091%}.col-push-1-of-11{margin-left:9.09091%}.col-pull-1-of-11{margin-left:-9.09091%}.col-2-of-11{width:18.18182%}.col-push-2-of-11{margin-left:18.18182%}.col-pull-2-of-11{margin-left:-18.18182%}.col-3-of-11{width:27.27273%}.col-push-3-of-11{margin-left:27.27273%}.col-pull-3-of-11{margin-left:-27.27273%}.col-4-of-11{width:36.36364%}.col-push-4-of-11{margin-left:36.36364%}.col-pull-4-of-11{margin-left:-36.36364%}.col-5-of-11{width:45.45455%}.col-push-5-of-11{margin-left:45.45455%}.col-pull-5-of-11{margin-left:-45.45455%}.col-6-of-11{width:54.54545%}.col-push-6-of-11{margin-left:54.54545%}.col-pull-6-of-11{margin-left:-54.54545%}.col-7-of-11{width:63.63636%}.col-push-7-of-11{margin-left:63.63636%}.col-pull-7-of-11{margin-left:-63.63636%}.col-8-of-11{width:72.72727%}.col-push-8-of-11{margin-left:72.72727%}.col-pull-8-of-11{margin-left:-72.72727%}.col-9-of-11{width:81.81818%}.col-push-9-of-11{margin-left:81.81818%}.col-pull-9-of-11{margin-left:-81.81818%}.col-10-of-11{width:90.90909%}.col-push-10-of-11{margin-left:90.90909%}.col-pull-10-of-11{margin-left:-90.90909%}.col-1-of-12{width:8.33333%}.col-push-1-of-12{margin-left:8.33333%}.col-pull-1-of-12{margin-left:-8.33333%}.col-2-of-12{width:16.66667%}.col-push-2-of-12{margin-left:16.66667%}.col-pull-2-of-12{margin-left:-16.66667%}.col-5-of-12{width:41.66667%}.col-push-5-of-12{margin-left:41.66667%}.col-pull-5-of-12{margin-left:-41.66667%}.col-7-of-12{width:58.33333%}.col-push-7-of-12{margin-left:58.33333%}.col-pull-7-of-12{margin-left:-58.33333%}.col-10-of-12{width:83.33333%}.col-push-10-of-12{margin-left:83.33333%}.col-pull-10-of-12{margin-left:-83.33333%}.col-11-of-12{width:91.66667%}.col-push-11-of-12{margin-left:91.66667%}.col-pull-11-of-12{margin-left:-91.66667%}
@media (max-width: 1200px) {
  .col-lg-1-of-1,.col-lg-10-of-10,.col-lg-11-of-11,.col-lg-12-of-12,.col-lg-2-of-2,.col-lg-3-of-3,.col-lg-4-of-4,.col-lg-5-of-5,.col-lg-6-of-6,.col-lg-7-of-7,.col-lg-8-of-8,.col-lg-9-of-9{width:100%}.col-lg-1-of-2,.col-lg-2-of-4,.col-lg-3-of-6,.col-lg-4-of-8,.col-lg-5-of-10,.col-lg-6-of-12{width:50%}.col-lg-1-of-3,.col-lg-2-of-6,.col-lg-3-of-9,.col-lg-4-of-12{width:33.33333%}.col-lg-2-of-3,.col-lg-4-of-6,.col-lg-6-of-9,.col-lg-8-of-12{width:66.66667%}.col-lg-1-of-4,.col-lg-2-of-8,.col-lg-3-of-12{width:25%}.col-lg-3-of-4,.col-lg-6-of-8,.col-lg-9-of-12{width:75%}.col-lg-push-1-of-1,.col-lg-push-10-of-10,.col-lg-push-11-of-11,.col-lg-push-12-of-12,.col-lg-push-2-of-2,.col-lg-push-3-of-3,.col-lg-push-4-of-4,.col-lg-push-5-of-5,.col-lg-push-6-of-6,.col-lg-push-7-of-7,.col-lg-push-8-of-8,.col-lg-push-9-of-9{margin-left:100%}.col-lg-push-1-of-2,.col-lg-push-2-of-4,.col-lg-push-3-of-6,.col-lg-push-4-of-8,.col-lg-push-5-of-10,.col-lg-push-6-of-12{margin-left:50%}.col-lg-push-1-of-3,.col-lg-push-2-of-6,.col-lg-push-3-of-9,.col-lg-push-4-of-12{margin-left:33.33333%}.col-lg-push-2-of-3,.col-lg-push-4-of-6,.col-lg-push-6-of-9,.col-lg-push-8-of-12{margin-left:66.66667%}.col-lg-push-1-of-4,.col-lg-push-2-of-8,.col-lg-push-3-of-12{margin-left:25%}.col-lg-push-3-of-4,.col-lg-push-6-of-8,.col-lg-push-9-of-12{margin-left:75%}.col-lg-pull-1-of-1,.col-lg-pull-10-of-10,.col-lg-pull-11-of-11,.col-lg-pull-12-of-12,.col-lg-pull-2-of-2,.col-lg-pull-3-of-3,.col-lg-pull-4-of-4,.col-lg-pull-5-of-5,.col-lg-pull-6-of-6,.col-lg-pull-7-of-7,.col-lg-pull-8-of-8,.col-lg-pull-9-of-9{margin-left:-100%}.col-lg-pull-1-of-2,.col-lg-pull-2-of-4,.col-lg-pull-3-of-6,.col-lg-pull-4-of-8,.col-lg-pull-5-of-10,.col-lg-pull-6-of-12{margin-left:-50%}.col-lg-pull-1-of-3,.col-lg-pull-2-of-6,.col-lg-pull-3-of-9,.col-lg-pull-4-of-12{margin-left:-33.33333%}.col-lg-pull-2-of-3,.col-lg-pull-4-of-6,.col-lg-pull-6-of-9,.col-lg-pull-8-of-12{margin-left:-66.66667%}.col-lg-pull-1-of-4,.col-lg-pull-2-of-8,.col-lg-pull-3-of-12{margin-left:-25%}.col-lg-pull-3-of-4,.col-lg-pull-6-of-8,.col-lg-pull-9-of-12{margin-left:-75%}.col-lg-1-of-5{width:20%}.col-lg-push-1-of-5{margin-left:20%}.col-lg-pull-1-of-5{margin-left:-20%}.col-lg-2-of-5{width:40%}.col-lg-push-2-of-5{margin-left:40%}.col-lg-pull-2-of-5{margin-left:-40%}.col-lg-3-of-5{width:60%}.col-lg-push-3-of-5{margin-left:60%}.col-lg-pull-3-of-5{margin-left:-60%}.col-lg-4-of-5{width:80%}.col-lg-push-4-of-5{margin-left:80%}.col-lg-pull-4-of-5{margin-left:-80%}.col-lg-1-of-6{width:16.66667%}.col-lg-push-1-of-6{margin-left:16.66667%}.col-lg-pull-1-of-6{margin-left:-16.66667%}.col-lg-5-of-6{width:83.33333%}.col-lg-push-5-of-6{margin-left:83.33333%}.col-lg-pull-5-of-6{margin-left:-83.33333%}.col-lg-1-of-7{width:14.28571%}.col-lg-push-1-of-7{margin-left:14.28571%}.col-lg-pull-1-of-7{margin-left:-14.28571%}.col-lg-2-of-7{width:28.57143%}.col-lg-push-2-of-7{margin-left:28.57143%}.col-lg-pull-2-of-7{margin-left:-28.57143%}.col-lg-3-of-7{width:42.85714%}.col-lg-push-3-of-7{margin-left:42.85714%}.col-lg-pull-3-of-7{margin-left:-42.85714%}.col-lg-4-of-7{width:57.14286%}.col-lg-push-4-of-7{margin-left:57.14286%}.col-lg-pull-4-of-7{margin-left:-57.14286%}.col-lg-5-of-7{width:71.42857%}.col-lg-push-5-of-7{margin-left:71.42857%}.col-lg-pull-5-of-7{margin-left:-71.42857%}.col-lg-6-of-7{width:85.71429%}.col-lg-push-6-of-7{margin-left:85.71429%}.col-lg-pull-6-of-7{margin-left:-85.71429%}.col-lg-1-of-8{width:12.5%}.col-lg-push-1-of-8{margin-left:12.5%}.col-lg-pull-1-of-8{margin-left:-12.5%}.col-lg-3-of-8{width:37.5%}.col-lg-push-3-of-8{margin-left:37.5%}.col-lg-pull-3-of-8{margin-left:-37.5%}.col-lg-5-of-8{width:62.5%}.col-lg-push-5-of-8{margin-left:62.5%}.col-lg-pull-5-of-8{margin-left:-62.5%}.col-lg-7-of-8{width:87.5%}.col-lg-push-7-of-8{margin-left:87.5%}.col-lg-pull-7-of-8{margin-left:-87.5%}.col-lg-1-of-9{width:11.11111%}.col-lg-push-1-of-9{margin-left:11.11111%}.col-lg-pull-1-of-9{margin-left:-11.11111%}.col-lg-2-of-9{width:22.22222%}.col-lg-push-2-of-9{margin-left:22.22222%}.col-lg-pull-2-of-9{margin-left:-22.22222%}.col-lg-4-of-9{width:44.44444%}.col-lg-push-4-of-9{margin-left:44.44444%}.col-lg-pull-4-of-9{margin-left:-44.44444%}.col-lg-5-of-9{width:55.55556%}.col-lg-push-5-of-9{margin-left:55.55556%}.col-lg-pull-5-of-9{margin-left:-55.55556%}.col-lg-7-of-9{width:77.77778%}.col-lg-push-7-of-9{margin-left:77.77778%}.col-lg-pull-7-of-9{margin-left:-77.77778%}.col-lg-8-of-9{width:88.88889%}.col-lg-push-8-of-9{margin-left:88.88889%}.col-lg-pull-8-of-9{margin-left:-88.88889%}.col-lg-1-of-10{width:10%}.col-lg-push-1-of-10{margin-left:10%}.col-lg-pull-1-of-10{margin-left:-10%}.col-lg-2-of-10{width:20%}.col-lg-push-2-of-10{margin-left:20%}.col-lg-pull-2-of-10{margin-left:-20%}.col-lg-3-of-10{width:30%}.col-lg-push-3-of-10{margin-left:30%}.col-lg-pull-3-of-10{margin-left:-30%}.col-lg-4-of-10{width:40%}.col-lg-push-4-of-10{margin-left:40%}.col-lg-pull-4-of-10{margin-left:-40%}.col-lg-6-of-10{width:60%}.col-lg-push-6-of-10{margin-left:60%}.col-lg-pull-6-of-10{margin-left:-60%}.col-lg-7-of-10{width:70%}.col-lg-push-7-of-10{margin-left:70%}.col-lg-pull-7-of-10{margin-left:-70%}.col-lg-8-of-10{width:80%}.col-lg-push-8-of-10{margin-left:80%}.col-lg-pull-8-of-10{margin-left:-80%}.col-lg-9-of-10{width:90%}.col-lg-push-9-of-10{margin-left:90%}.col-lg-pull-9-of-10{margin-left:-90%}.col-lg-1-of-11{width:9.09091%}.col-lg-push-1-of-11{margin-left:9.09091%}.col-lg-pull-1-of-11{margin-left:-9.09091%}.col-lg-2-of-11{width:18.18182%}.col-lg-push-2-of-11{margin-left:18.18182%}.col-lg-pull-2-of-11{margin-left:-18.18182%}.col-lg-3-of-11{width:27.27273%}.col-lg-push-3-of-11{margin-left:27.27273%}.col-lg-pull-3-of-11{margin-left:-27.27273%}.col-lg-4-of-11{width:36.36364%}.col-lg-push-4-of-11{margin-left:36.36364%}.col-lg-pull-4-of-11{margin-left:-36.36364%}.col-lg-5-of-11{width:45.45455%}.col-lg-push-5-of-11{margin-left:45.45455%}.col-lg-pull-5-of-11{margin-left:-45.45455%}.col-lg-6-of-11{width:54.54545%}.col-lg-push-6-of-11{margin-left:54.54545%}.col-lg-pull-6-of-11{margin-left:-54.54545%}.col-lg-7-of-11{width:63.63636%}.col-lg-push-7-of-11{margin-left:63.63636%}.col-lg-pull-7-of-11{margin-left:-63.63636%}.col-lg-8-of-11{width:72.72727%}.col-lg-push-8-of-11{margin-left:72.72727%}.col-lg-pull-8-of-11{margin-left:-72.72727%}.col-lg-9-of-11{width:81.81818%}.col-lg-push-9-of-11{margin-left:81.81818%}.col-lg-pull-9-of-11{margin-left:-81.81818%}.col-lg-10-of-11{width:90.90909%}.col-lg-push-10-of-11{margin-left:90.90909%}.col-lg-pull-10-of-11{margin-left:-90.90909%}.col-lg-1-of-12{width:8.33333%}.col-lg-push-1-of-12{margin-left:8.33333%}.col-lg-pull-1-of-12{margin-left:-8.33333%}.col-lg-2-of-12{width:16.66667%}.col-lg-push-2-of-12{margin-left:16.66667%}.col-lg-pull-2-of-12{margin-left:-16.66667%}.col-lg-5-of-12{width:41.66667%}.col-lg-push-5-of-12{margin-left:41.66667%}.col-lg-pull-5-of-12{margin-left:-41.66667%}.col-lg-7-of-12{width:58.33333%}.col-lg-push-7-of-12{margin-left:58.33333%}.col-lg-pull-7-of-12{margin-left:-58.33333%}.col-lg-10-of-12{width:83.33333%}.col-lg-push-10-of-12{margin-left:83.33333%}.col-lg-pull-10-of-12{margin-left:-83.33333%}.col-lg-11-of-12{width:91.66667%}.col-lg-push-11-of-12{margin-left:91.66667%}.col-lg-pull-11-of-12{margin-left:-91.66667%}
}
@media (max-width: 1024px) {
  .col-lc-1-of-1,.col-lc-10-of-10,.col-lc-11-of-11,.col-lc-12-of-12,.col-lc-2-of-2,.col-lc-3-of-3,.col-lc-4-of-4,.col-lc-5-of-5,.col-lc-6-of-6,.col-lc-7-of-7,.col-lc-8-of-8,.col-lc-9-of-9{width:100%}.col-lc-1-of-2,.col-lc-2-of-4,.col-lc-3-of-6,.col-lc-4-of-8,.col-lc-5-of-10,.col-lc-6-of-12{width:50%}.col-lc-1-of-3,.col-lc-2-of-6,.col-lc-3-of-9,.col-lc-4-of-12{width:33.33333%}.col-lc-2-of-3,.col-lc-4-of-6,.col-lc-6-of-9,.col-lc-8-of-12{width:66.66667%}.col-lc-1-of-4,.col-lc-2-of-8,.col-lc-3-of-12{width:25%}.col-lc-3-of-4,.col-lc-6-of-8,.col-lc-9-of-12{width:75%}.col-lc-push-1-of-1,.col-lc-push-10-of-10,.col-lc-push-11-of-11,.col-lc-push-12-of-12,.col-lc-push-2-of-2,.col-lc-push-3-of-3,.col-lc-push-4-of-4,.col-lc-push-5-of-5,.col-lc-push-6-of-6,.col-lc-push-7-of-7,.col-lc-push-8-of-8,.col-lc-push-9-of-9{margin-left:100%}.col-lc-push-1-of-2,.col-lc-push-2-of-4,.col-lc-push-3-of-6,.col-lc-push-4-of-8,.col-lc-push-5-of-10,.col-lc-push-6-of-12{margin-left:50%}.col-lc-push-1-of-3,.col-lc-push-2-of-6,.col-lc-push-3-of-9,.col-lc-push-4-of-12{margin-left:33.33333%}.col-lc-push-2-of-3,.col-lc-push-4-of-6,.col-lc-push-6-of-9,.col-lc-push-8-of-12{margin-left:66.66667%}.col-lc-push-1-of-4,.col-lc-push-2-of-8,.col-lc-push-3-of-12{margin-left:25%}.col-lc-push-3-of-4,.col-lc-push-6-of-8,.col-lc-push-9-of-12{margin-left:75%}.col-lc-pull-1-of-1,.col-lc-pull-10-of-10,.col-lc-pull-11-of-11,.col-lc-pull-12-of-12,.col-lc-pull-2-of-2,.col-lc-pull-3-of-3,.col-lc-pull-4-of-4,.col-lc-pull-5-of-5,.col-lc-pull-6-of-6,.col-lc-pull-7-of-7,.col-lc-pull-8-of-8,.col-lc-pull-9-of-9{margin-left:-100%}.col-lc-pull-1-of-2,.col-lc-pull-2-of-4,.col-lc-pull-3-of-6,.col-lc-pull-4-of-8,.col-lc-pull-5-of-10,.col-lc-pull-6-of-12{margin-left:-50%}.col-lc-pull-1-of-3,.col-lc-pull-2-of-6,.col-lc-pull-3-of-9,.col-lc-pull-4-of-12{margin-left:-33.33333%}.col-lc-pull-2-of-3,.col-lc-pull-4-of-6,.col-lc-pull-6-of-9,.col-lc-pull-8-of-12{margin-left:-66.66667%}.col-lc-pull-1-of-4,.col-lc-pull-2-of-8,.col-lc-pull-3-of-12{margin-left:-25%}.col-lc-pull-3-of-4,.col-lc-pull-6-of-8,.col-lc-pull-9-of-12{margin-left:-75%}.col-lc-1-of-5{width:20%}.col-lc-push-1-of-5{margin-left:20%}.col-lc-pull-1-of-5{margin-left:-20%}.col-lc-2-of-5{width:40%}.col-lc-push-2-of-5{margin-left:40%}.col-lc-pull-2-of-5{margin-left:-40%}.col-lc-3-of-5{width:60%}.col-lc-push-3-of-5{margin-left:60%}.col-lc-pull-3-of-5{margin-left:-60%}.col-lc-4-of-5{width:80%}.col-lc-push-4-of-5{margin-left:80%}.col-lc-pull-4-of-5{margin-left:-80%}.col-lc-1-of-6{width:16.66667%}.col-lc-push-1-of-6{margin-left:16.66667%}.col-lc-pull-1-of-6{margin-left:-16.66667%}.col-lc-5-of-6{width:83.33333%}.col-lc-push-5-of-6{margin-left:83.33333%}.col-lc-pull-5-of-6{margin-left:-83.33333%}.col-lc-1-of-7{width:14.28571%}.col-lc-push-1-of-7{margin-left:14.28571%}.col-lc-pull-1-of-7{margin-left:-14.28571%}.col-lc-2-of-7{width:28.57143%}.col-lc-push-2-of-7{margin-left:28.57143%}.col-lc-pull-2-of-7{margin-left:-28.57143%}.col-lc-3-of-7{width:42.85714%}.col-lc-push-3-of-7{margin-left:42.85714%}.col-lc-pull-3-of-7{margin-left:-42.85714%}.col-lc-4-of-7{width:57.14286%}.col-lc-push-4-of-7{margin-left:57.14286%}.col-lc-pull-4-of-7{margin-left:-57.14286%}.col-lc-5-of-7{width:71.42857%}.col-lc-push-5-of-7{margin-left:71.42857%}.col-lc-pull-5-of-7{margin-left:-71.42857%}.col-lc-6-of-7{width:85.71429%}.col-lc-push-6-of-7{margin-left:85.71429%}.col-lc-pull-6-of-7{margin-left:-85.71429%}.col-lc-1-of-8{width:12.5%}.col-lc-push-1-of-8{margin-left:12.5%}.col-lc-pull-1-of-8{margin-left:-12.5%}.col-lc-3-of-8{width:37.5%}.col-lc-push-3-of-8{margin-left:37.5%}.col-lc-pull-3-of-8{margin-left:-37.5%}.col-lc-5-of-8{width:62.5%}.col-lc-push-5-of-8{margin-left:62.5%}.col-lc-pull-5-of-8{margin-left:-62.5%}.col-lc-7-of-8{width:87.5%}.col-lc-push-7-of-8{margin-left:87.5%}.col-lc-pull-7-of-8{margin-left:-87.5%}.col-lc-1-of-9{width:11.11111%}.col-lc-push-1-of-9{margin-left:11.11111%}.col-lc-pull-1-of-9{margin-left:-11.11111%}.col-lc-2-of-9{width:22.22222%}.col-lc-push-2-of-9{margin-left:22.22222%}.col-lc-pull-2-of-9{margin-left:-22.22222%}.col-lc-4-of-9{width:44.44444%}.col-lc-push-4-of-9{margin-left:44.44444%}.col-lc-pull-4-of-9{margin-left:-44.44444%}.col-lc-5-of-9{width:55.55556%}.col-lc-push-5-of-9{margin-left:55.55556%}.col-lc-pull-5-of-9{margin-left:-55.55556%}.col-lc-7-of-9{width:77.77778%}.col-lc-push-7-of-9{margin-left:77.77778%}.col-lc-pull-7-of-9{margin-left:-77.77778%}.col-lc-8-of-9{width:88.88889%}.col-lc-push-8-of-9{margin-left:88.88889%}.col-lc-pull-8-of-9{margin-left:-88.88889%}.col-lc-1-of-10{width:10%}.col-lc-push-1-of-10{margin-left:10%}.col-lc-pull-1-of-10{margin-left:-10%}.col-lc-2-of-10{width:20%}.col-lc-push-2-of-10{margin-left:20%}.col-lc-pull-2-of-10{margin-left:-20%}.col-lc-3-of-10{width:30%}.col-lc-push-3-of-10{margin-left:30%}.col-lc-pull-3-of-10{margin-left:-30%}.col-lc-4-of-10{width:40%}.col-lc-push-4-of-10{margin-left:40%}.col-lc-pull-4-of-10{margin-left:-40%}.col-lc-6-of-10{width:60%}.col-lc-push-6-of-10{margin-left:60%}.col-lc-pull-6-of-10{margin-left:-60%}.col-lc-7-of-10{width:70%}.col-lc-push-7-of-10{margin-left:70%}.col-lc-pull-7-of-10{margin-left:-70%}.col-lc-8-of-10{width:80%}.col-lc-push-8-of-10{margin-left:80%}.col-lc-pull-8-of-10{margin-left:-80%}.col-lc-9-of-10{width:90%}.col-lc-push-9-of-10{margin-left:90%}.col-lc-pull-9-of-10{margin-left:-90%}.col-lc-1-of-11{width:9.09091%}.col-lc-push-1-of-11{margin-left:9.09091%}.col-lc-pull-1-of-11{margin-left:-9.09091%}.col-lc-2-of-11{width:18.18182%}.col-lc-push-2-of-11{margin-left:18.18182%}.col-lc-pull-2-of-11{margin-left:-18.18182%}.col-lc-3-of-11{width:27.27273%}.col-lc-push-3-of-11{margin-left:27.27273%}.col-lc-pull-3-of-11{margin-left:-27.27273%}.col-lc-4-of-11{width:36.36364%}.col-lc-push-4-of-11{margin-left:36.36364%}.col-lc-pull-4-of-11{margin-left:-36.36364%}.col-lc-5-of-11{width:45.45455%}.col-lc-push-5-of-11{margin-left:45.45455%}.col-lc-pull-5-of-11{margin-left:-45.45455%}.col-lc-6-of-11{width:54.54545%}.col-lc-push-6-of-11{margin-left:54.54545%}.col-lc-pull-6-of-11{margin-left:-54.54545%}.col-lc-7-of-11{width:63.63636%}.col-lc-push-7-of-11{margin-left:63.63636%}.col-lc-pull-7-of-11{margin-left:-63.63636%}.col-lc-8-of-11{width:72.72727%}.col-lc-push-8-of-11{margin-left:72.72727%}.col-lc-pull-8-of-11{margin-left:-72.72727%}.col-lc-9-of-11{width:81.81818%}.col-lc-push-9-of-11{margin-left:81.81818%}.col-lc-pull-9-of-11{margin-left:-81.81818%}.col-lc-10-of-11{width:90.90909%}.col-lc-push-10-of-11{margin-left:90.90909%}.col-lc-pull-10-of-11{margin-left:-90.90909%}.col-lc-1-of-12{width:8.33333%}.col-lc-push-1-of-12{margin-left:8.33333%}.col-lc-pull-1-of-12{margin-left:-8.33333%}.col-lc-2-of-12{width:16.66667%}.col-lc-push-2-of-12{margin-left:16.66667%}.col-lc-pull-2-of-12{margin-left:-16.66667%}.col-lc-5-of-12{width:41.66667%}.col-lc-push-5-of-12{margin-left:41.66667%}.col-lc-pull-5-of-12{margin-left:-41.66667%}.col-lc-7-of-12{width:58.33333%}.col-lc-push-7-of-12{margin-left:58.33333%}.col-lc-pull-7-of-12{margin-left:-58.33333%}.col-lc-10-of-12{width:83.33333%}.col-lc-push-10-of-12{margin-left:83.33333%}.col-lc-pull-10-of-12{margin-left:-83.33333%}.col-lc-11-of-12{width:91.66667%}.col-lc-push-11-of-12{margin-left:91.66667%}.col-lc-pull-11-of-12{margin-left:-91.66667%}
}
@media (max-width: 768px) {
  .col-md-1-of-1,.col-md-10-of-10,.col-md-11-of-11,.col-md-12-of-12,.col-md-2-of-2,.col-md-3-of-3,.col-md-4-of-4,.col-md-5-of-5,.col-md-6-of-6,.col-md-7-of-7,.col-md-8-of-8,.col-md-9-of-9{width:100%}.col-md-1-of-2,.col-md-2-of-4,.col-md-3-of-6,.col-md-4-of-8,.col-md-5-of-10,.col-md-6-of-12{width:50%}.col-md-1-of-3,.col-md-2-of-6,.col-md-3-of-9,.col-md-4-of-12{width:33.33333%}.col-md-2-of-3,.col-md-4-of-6,.col-md-6-of-9,.col-md-8-of-12{width:66.66667%}.col-md-1-of-4,.col-md-2-of-8,.col-md-3-of-12{width:25%}.col-md-3-of-4,.col-md-6-of-8,.col-md-9-of-12{width:75%}.col-md-push-1-of-1,.col-md-push-10-of-10,.col-md-push-11-of-11,.col-md-push-12-of-12,.col-md-push-2-of-2,.col-md-push-3-of-3,.col-md-push-4-of-4,.col-md-push-5-of-5,.col-md-push-6-of-6,.col-md-push-7-of-7,.col-md-push-8-of-8,.col-md-push-9-of-9{margin-left:100%}.col-md-push-1-of-2,.col-md-push-2-of-4,.col-md-push-3-of-6,.col-md-push-4-of-8,.col-md-push-5-of-10,.col-md-push-6-of-12{margin-left:50%}.col-md-push-1-of-3,.col-md-push-2-of-6,.col-md-push-3-of-9,.col-md-push-4-of-12{margin-left:33.33333%}.col-md-push-2-of-3,.col-md-push-4-of-6,.col-md-push-6-of-9,.col-md-push-8-of-12{margin-left:66.66667%}.col-md-push-1-of-4,.col-md-push-2-of-8,.col-md-push-3-of-12{margin-left:25%}.col-md-push-3-of-4,.col-md-push-6-of-8,.col-md-push-9-of-12{margin-left:75%}.col-md-pull-1-of-1,.col-md-pull-10-of-10,.col-md-pull-11-of-11,.col-md-pull-12-of-12,.col-md-pull-2-of-2,.col-md-pull-3-of-3,.col-md-pull-4-of-4,.col-md-pull-5-of-5,.col-md-pull-6-of-6,.col-md-pull-7-of-7,.col-md-pull-8-of-8,.col-md-pull-9-of-9{margin-left:-100%}.col-md-pull-1-of-2,.col-md-pull-2-of-4,.col-md-pull-3-of-6,.col-md-pull-4-of-8,.col-md-pull-5-of-10,.col-md-pull-6-of-12{margin-left:-50%}.col-md-pull-1-of-3,.col-md-pull-2-of-6,.col-md-pull-3-of-9,.col-md-pull-4-of-12{margin-left:-33.33333%}.col-md-pull-2-of-3,.col-md-pull-4-of-6,.col-md-pull-6-of-9,.col-md-pull-8-of-12{margin-left:-66.66667%}.col-md-pull-1-of-4,.col-md-pull-2-of-8,.col-md-pull-3-of-12{margin-left:-25%}.col-md-pull-3-of-4,.col-md-pull-6-of-8,.col-md-pull-9-of-12{margin-left:-75%}.col-md-1-of-5{width:20%}.col-md-push-1-of-5{margin-left:20%}.col-md-pull-1-of-5{margin-left:-20%}.col-md-2-of-5{width:40%}.col-md-push-2-of-5{margin-left:40%}.col-md-pull-2-of-5{margin-left:-40%}.col-md-3-of-5{width:60%}.col-md-push-3-of-5{margin-left:60%}.col-md-pull-3-of-5{margin-left:-60%}.col-md-4-of-5{width:80%}.col-md-push-4-of-5{margin-left:80%}.col-md-pull-4-of-5{margin-left:-80%}.col-md-1-of-6{width:16.66667%}.col-md-push-1-of-6{margin-left:16.66667%}.col-md-pull-1-of-6{margin-left:-16.66667%}.col-md-5-of-6{width:83.33333%}.col-md-push-5-of-6{margin-left:83.33333%}.col-md-pull-5-of-6{margin-left:-83.33333%}.col-md-1-of-7{width:14.28571%}.col-md-push-1-of-7{margin-left:14.28571%}.col-md-pull-1-of-7{margin-left:-14.28571%}.col-md-2-of-7{width:28.57143%}.col-md-push-2-of-7{margin-left:28.57143%}.col-md-pull-2-of-7{margin-left:-28.57143%}.col-md-3-of-7{width:42.85714%}.col-md-push-3-of-7{margin-left:42.85714%}.col-md-pull-3-of-7{margin-left:-42.85714%}.col-md-4-of-7{width:57.14286%}.col-md-push-4-of-7{margin-left:57.14286%}.col-md-pull-4-of-7{margin-left:-57.14286%}.col-md-5-of-7{width:71.42857%}.col-md-push-5-of-7{margin-left:71.42857%}.col-md-pull-5-of-7{margin-left:-71.42857%}.col-md-6-of-7{width:85.71429%}.col-md-push-6-of-7{margin-left:85.71429%}.col-md-pull-6-of-7{margin-left:-85.71429%}.col-md-1-of-8{width:12.5%}.col-md-push-1-of-8{margin-left:12.5%}.col-md-pull-1-of-8{margin-left:-12.5%}.col-md-3-of-8{width:37.5%}.col-md-push-3-of-8{margin-left:37.5%}.col-md-pull-3-of-8{margin-left:-37.5%}.col-md-5-of-8{width:62.5%}.col-md-push-5-of-8{margin-left:62.5%}.col-md-pull-5-of-8{margin-left:-62.5%}.col-md-7-of-8{width:87.5%}.col-md-push-7-of-8{margin-left:87.5%}.col-md-pull-7-of-8{margin-left:-87.5%}.col-md-1-of-9{width:11.11111%}.col-md-push-1-of-9{margin-left:11.11111%}.col-md-pull-1-of-9{margin-left:-11.11111%}.col-md-2-of-9{width:22.22222%}.col-md-push-2-of-9{margin-left:22.22222%}.col-md-pull-2-of-9{margin-left:-22.22222%}.col-md-4-of-9{width:44.44444%}.col-md-push-4-of-9{margin-left:44.44444%}.col-md-pull-4-of-9{margin-left:-44.44444%}.col-md-5-of-9{width:55.55556%}.col-md-push-5-of-9{margin-left:55.55556%}.col-md-pull-5-of-9{margin-left:-55.55556%}.col-md-7-of-9{width:77.77778%}.col-md-push-7-of-9{margin-left:77.77778%}.col-md-pull-7-of-9{margin-left:-77.77778%}.col-md-8-of-9{width:88.88889%}.col-md-push-8-of-9{margin-left:88.88889%}.col-md-pull-8-of-9{margin-left:-88.88889%}.col-md-1-of-10{width:10%}.col-md-push-1-of-10{margin-left:10%}.col-md-pull-1-of-10{margin-left:-10%}.col-md-2-of-10{width:20%}.col-md-push-2-of-10{margin-left:20%}.col-md-pull-2-of-10{margin-left:-20%}.col-md-3-of-10{width:30%}.col-md-push-3-of-10{margin-left:30%}.col-md-pull-3-of-10{margin-left:-30%}.col-md-4-of-10{width:40%}.col-md-push-4-of-10{margin-left:40%}.col-md-pull-4-of-10{margin-left:-40%}.col-md-6-of-10{width:60%}.col-md-push-6-of-10{margin-left:60%}.col-md-pull-6-of-10{margin-left:-60%}.col-md-7-of-10{width:70%}.col-md-push-7-of-10{margin-left:70%}.col-md-pull-7-of-10{margin-left:-70%}.col-md-8-of-10{width:80%}.col-md-push-8-of-10{margin-left:80%}.col-md-pull-8-of-10{margin-left:-80%}.col-md-9-of-10{width:90%}.col-md-push-9-of-10{margin-left:90%}.col-md-pull-9-of-10{margin-left:-90%}.col-md-1-of-11{width:9.09091%}.col-md-push-1-of-11{margin-left:9.09091%}.col-md-pull-1-of-11{margin-left:-9.09091%}.col-md-2-of-11{width:18.18182%}.col-md-push-2-of-11{margin-left:18.18182%}.col-md-pull-2-of-11{margin-left:-18.18182%}.col-md-3-of-11{width:27.27273%}.col-md-push-3-of-11{margin-left:27.27273%}.col-md-pull-3-of-11{margin-left:-27.27273%}.col-md-4-of-11{width:36.36364%}.col-md-push-4-of-11{margin-left:36.36364%}.col-md-pull-4-of-11{margin-left:-36.36364%}.col-md-5-of-11{width:45.45455%}.col-md-push-5-of-11{margin-left:45.45455%}.col-md-pull-5-of-11{margin-left:-45.45455%}.col-md-6-of-11{width:54.54545%}.col-md-push-6-of-11{margin-left:54.54545%}.col-md-pull-6-of-11{margin-left:-54.54545%}.col-md-7-of-11{width:63.63636%}.col-md-push-7-of-11{margin-left:63.63636%}.col-md-pull-7-of-11{margin-left:-63.63636%}.col-md-8-of-11{width:72.72727%}.col-md-push-8-of-11{margin-left:72.72727%}.col-md-pull-8-of-11{margin-left:-72.72727%}.col-md-9-of-11{width:81.81818%}.col-md-push-9-of-11{margin-left:81.81818%}.col-md-pull-9-of-11{margin-left:-81.81818%}.col-md-10-of-11{width:90.90909%}.col-md-push-10-of-11{margin-left:90.90909%}.col-md-pull-10-of-11{margin-left:-90.90909%}.col-md-1-of-12{width:8.33333%}.col-md-push-1-of-12{margin-left:8.33333%}.col-md-pull-1-of-12{margin-left:-8.33333%}.col-md-2-of-12{width:16.66667%}.col-md-push-2-of-12{margin-left:16.66667%}.col-md-pull-2-of-12{margin-left:-16.66667%}.col-md-5-of-12{width:41.66667%}.col-md-push-5-of-12{margin-left:41.66667%}.col-md-pull-5-of-12{margin-left:-41.66667%}.col-md-7-of-12{width:58.33333%}.col-md-push-7-of-12{margin-left:58.33333%}.col-md-pull-7-of-12{margin-left:-58.33333%}.col-md-10-of-12{width:83.33333%}.col-md-push-10-of-12{margin-left:83.33333%}.col-md-pull-10-of-12{margin-left:-83.33333%}.col-md-11-of-12{width:91.66667%}.col-md-push-11-of-12{margin-left:91.66667%}.col-md-pull-11-of-12{margin-left:-91.66667%}
}
@media (max-width: 480px) {
  .col-sm-1-of-1,.col-sm-10-of-10,.col-sm-11-of-11,.col-sm-12-of-12,.col-sm-2-of-2,.col-sm-3-of-3,.col-sm-4-of-4,.col-sm-5-of-5,.col-sm-6-of-6,.col-sm-7-of-7,.col-sm-8-of-8,.col-sm-9-of-9{width:100%}.col-sm-1-of-2,.col-sm-2-of-4,.col-sm-3-of-6,.col-sm-4-of-8,.col-sm-5-of-10,.col-sm-6-of-12{width:50%}.col-sm-1-of-3,.col-sm-2-of-6,.col-sm-3-of-9,.col-sm-4-of-12{width:33.33333%}.col-sm-2-of-3,.col-sm-4-of-6,.col-sm-6-of-9,.col-sm-8-of-12{width:66.66667%}.col-sm-1-of-4,.col-sm-2-of-8,.col-sm-3-of-12{width:25%}.col-sm-3-of-4,.col-sm-6-of-8,.col-sm-9-of-12{width:75%}.col-sm-push-1-of-1,.col-sm-push-10-of-10,.col-sm-push-11-of-11,.col-sm-push-12-of-12,.col-sm-push-2-of-2,.col-sm-push-3-of-3,.col-sm-push-4-of-4,.col-sm-push-5-of-5,.col-sm-push-6-of-6,.col-sm-push-7-of-7,.col-sm-push-8-of-8,.col-sm-push-9-of-9{margin-left:100%}.col-sm-push-1-of-2,.col-sm-push-2-of-4,.col-sm-push-3-of-6,.col-sm-push-4-of-8,.col-sm-push-5-of-10,.col-sm-push-6-of-12{margin-left:50%}.col-sm-push-1-of-3,.col-sm-push-2-of-6,.col-sm-push-3-of-9,.col-sm-push-4-of-12{margin-left:33.33333%}.col-sm-push-2-of-3,.col-sm-push-4-of-6,.col-sm-push-6-of-9,.col-sm-push-8-of-12{margin-left:66.66667%}.col-sm-push-1-of-4,.col-sm-push-2-of-8,.col-sm-push-3-of-12{margin-left:25%}.col-sm-push-3-of-4,.col-sm-push-6-of-8,.col-sm-push-9-of-12{margin-left:75%}.col-sm-pull-1-of-1,.col-sm-pull-10-of-10,.col-sm-pull-11-of-11,.col-sm-pull-12-of-12,.col-sm-pull-2-of-2,.col-sm-pull-3-of-3,.col-sm-pull-4-of-4,.col-sm-pull-5-of-5,.col-sm-pull-6-of-6,.col-sm-pull-7-of-7,.col-sm-pull-8-of-8,.col-sm-pull-9-of-9{margin-left:-100%}.col-sm-pull-1-of-2,.col-sm-pull-2-of-4,.col-sm-pull-3-of-6,.col-sm-pull-4-of-8,.col-sm-pull-5-of-10,.col-sm-pull-6-of-12{margin-left:-50%}.col-sm-pull-1-of-3,.col-sm-pull-2-of-6,.col-sm-pull-3-of-9,.col-sm-pull-4-of-12{margin-left:-33.33333%}.col-sm-pull-2-of-3,.col-sm-pull-4-of-6,.col-sm-pull-6-of-9,.col-sm-pull-8-of-12{margin-left:-66.66667%}.col-sm-pull-1-of-4,.col-sm-pull-2-of-8,.col-sm-pull-3-of-12{margin-left:-25%}.col-sm-pull-3-of-4,.col-sm-pull-6-of-8,.col-sm-pull-9-of-12{margin-left:-75%}.col-sm-1-of-5{width:20%}.col-sm-push-1-of-5{margin-left:20%}.col-sm-pull-1-of-5{margin-left:-20%}.col-sm-2-of-5{width:40%}.col-sm-push-2-of-5{margin-left:40%}.col-sm-pull-2-of-5{margin-left:-40%}.col-sm-3-of-5{width:60%}.col-sm-push-3-of-5{margin-left:60%}.col-sm-pull-3-of-5{margin-left:-60%}.col-sm-4-of-5{width:80%}.col-sm-push-4-of-5{margin-left:80%}.col-sm-pull-4-of-5{margin-left:-80%}.col-sm-1-of-6{width:16.66667%}.col-sm-push-1-of-6{margin-left:16.66667%}.col-sm-pull-1-of-6{margin-left:-16.66667%}.col-sm-5-of-6{width:83.33333%}.col-sm-push-5-of-6{margin-left:83.33333%}.col-sm-pull-5-of-6{margin-left:-83.33333%}.col-sm-1-of-7{width:14.28571%}.col-sm-push-1-of-7{margin-left:14.28571%}.col-sm-pull-1-of-7{margin-left:-14.28571%}.col-sm-2-of-7{width:28.57143%}.col-sm-push-2-of-7{margin-left:28.57143%}.col-sm-pull-2-of-7{margin-left:-28.57143%}.col-sm-3-of-7{width:42.85714%}.col-sm-push-3-of-7{margin-left:42.85714%}.col-sm-pull-3-of-7{margin-left:-42.85714%}.col-sm-4-of-7{width:57.14286%}.col-sm-push-4-of-7{margin-left:57.14286%}.col-sm-pull-4-of-7{margin-left:-57.14286%}.col-sm-5-of-7{width:71.42857%}.col-sm-push-5-of-7{margin-left:71.42857%}.col-sm-pull-5-of-7{margin-left:-71.42857%}.col-sm-6-of-7{width:85.71429%}.col-sm-push-6-of-7{margin-left:85.71429%}.col-sm-pull-6-of-7{margin-left:-85.71429%}.col-sm-1-of-8{width:12.5%}.col-sm-push-1-of-8{margin-left:12.5%}.col-sm-pull-1-of-8{margin-left:-12.5%}.col-sm-3-of-8{width:37.5%}.col-sm-push-3-of-8{margin-left:37.5%}.col-sm-pull-3-of-8{margin-left:-37.5%}.col-sm-5-of-8{width:62.5%}.col-sm-push-5-of-8{margin-left:62.5%}.col-sm-pull-5-of-8{margin-left:-62.5%}.col-sm-7-of-8{width:87.5%}.col-sm-push-7-of-8{margin-left:87.5%}.col-sm-pull-7-of-8{margin-left:-87.5%}.col-sm-1-of-9{width:11.11111%}.col-sm-push-1-of-9{margin-left:11.11111%}.col-sm-pull-1-of-9{margin-left:-11.11111%}.col-sm-2-of-9{width:22.22222%}.col-sm-push-2-of-9{margin-left:22.22222%}.col-sm-pull-2-of-9{margin-left:-22.22222%}.col-sm-4-of-9{width:44.44444%}.col-sm-push-4-of-9{margin-left:44.44444%}.col-sm-pull-4-of-9{margin-left:-44.44444%}.col-sm-5-of-9{width:55.55556%}.col-sm-push-5-of-9{margin-left:55.55556%}.col-sm-pull-5-of-9{margin-left:-55.55556%}.col-sm-7-of-9{width:77.77778%}.col-sm-push-7-of-9{margin-left:77.77778%}.col-sm-pull-7-of-9{margin-left:-77.77778%}.col-sm-8-of-9{width:88.88889%}.col-sm-push-8-of-9{margin-left:88.88889%}.col-sm-pull-8-of-9{margin-left:-88.88889%}.col-sm-1-of-10{width:10%}.col-sm-push-1-of-10{margin-left:10%}.col-sm-pull-1-of-10{margin-left:-10%}.col-sm-2-of-10{width:20%}.col-sm-push-2-of-10{margin-left:20%}.col-sm-pull-2-of-10{margin-left:-20%}.col-sm-3-of-10{width:30%}.col-sm-push-3-of-10{margin-left:30%}.col-sm-pull-3-of-10{margin-left:-30%}.col-sm-4-of-10{width:40%}.col-sm-push-4-of-10{margin-left:40%}.col-sm-pull-4-of-10{margin-left:-40%}.col-sm-6-of-10{width:60%}.col-sm-push-6-of-10{margin-left:60%}.col-sm-pull-6-of-10{margin-left:-60%}.col-sm-7-of-10{width:70%}.col-sm-push-7-of-10{margin-left:70%}.col-sm-pull-7-of-10{margin-left:-70%}.col-sm-8-of-10{width:80%}.col-sm-push-8-of-10{margin-left:80%}.col-sm-pull-8-of-10{margin-left:-80%}.col-sm-9-of-10{width:90%}.col-sm-push-9-of-10{margin-left:90%}.col-sm-pull-9-of-10{margin-left:-90%}.col-sm-1-of-11{width:9.09091%}.col-sm-push-1-of-11{margin-left:9.09091%}.col-sm-pull-1-of-11{margin-left:-9.09091%}.col-sm-2-of-11{width:18.18182%}.col-sm-push-2-of-11{margin-left:18.18182%}.col-sm-pull-2-of-11{margin-left:-18.18182%}.col-sm-3-of-11{width:27.27273%}.col-sm-push-3-of-11{margin-left:27.27273%}.col-sm-pull-3-of-11{margin-left:-27.27273%}.col-sm-4-of-11{width:36.36364%}.col-sm-push-4-of-11{margin-left:36.36364%}.col-sm-pull-4-of-11{margin-left:-36.36364%}.col-sm-5-of-11{width:45.45455%}.col-sm-push-5-of-11{margin-left:45.45455%}.col-sm-pull-5-of-11{margin-left:-45.45455%}.col-sm-6-of-11{width:54.54545%}.col-sm-push-6-of-11{margin-left:54.54545%}.col-sm-pull-6-of-11{margin-left:-54.54545%}.col-sm-7-of-11{width:63.63636%}.col-sm-push-7-of-11{margin-left:63.63636%}.col-sm-pull-7-of-11{margin-left:-63.63636%}.col-sm-8-of-11{width:72.72727%}.col-sm-push-8-of-11{margin-left:72.72727%}.col-sm-pull-8-of-11{margin-left:-72.72727%}.col-sm-9-of-11{width:81.81818%}.col-sm-push-9-of-11{margin-left:81.81818%}.col-sm-pull-9-of-11{margin-left:-81.81818%}.col-sm-10-of-11{width:90.90909%}.col-sm-push-10-of-11{margin-left:90.90909%}.col-sm-pull-10-of-11{margin-left:-90.90909%}.col-sm-1-of-12{width:8.33333%}.col-sm-push-1-of-12{margin-left:8.33333%}.col-sm-pull-1-of-12{margin-left:-8.33333%}.col-sm-2-of-12{width:16.66667%}.col-sm-push-2-of-12{margin-left:16.66667%}.col-sm-pull-2-of-12{margin-left:-16.66667%}.col-sm-5-of-12{width:41.66667%}.col-sm-push-5-of-12{margin-left:41.66667%}.col-sm-pull-5-of-12{margin-left:-41.66667%}.col-sm-7-of-12{width:58.33333%}.col-sm-push-7-of-12{margin-left:58.33333%}.col-sm-pull-7-of-12{margin-left:-58.33333%}.col-sm-10-of-12{width:83.33333%}.col-sm-push-10-of-12{margin-left:83.33333%}.col-sm-pull-10-of-12{margin-left:-83.33333%}.col-sm-11-of-12{width:91.66667%}.col-sm-push-11-of-12{margin-left:91.66667%}.col-sm-pull-11-of-12{margin-left:-91.66667%}
}
.grid {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0;
}
.grid.big-gap{
  margin-left: -25px;
  margin-right: -25px;
}
.col {
    display: inline-block;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top
}
.grid.big-gap .col {
    padding-left: 25px;
    padding-right: 25px;
}
.col-centered {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.grid-float .col {
    float: left;
    margin-left: 0;
    padding-left: 0
}
.grid-float:after {
    display: table;
    content: "";
    clear: both
}
.col-d-first {
    float: left
}
.col-d-last {
    float: right
}
.no-gutter {
    margin-left: 0;
    margin-right: 0;
    width: 100%
}

.no-gutter .col {
    padding-left: 0;
    padding-right: 0
}
.no-gutter .col-smpan-all {
    margin-left: 0;
    margin-right: 0;
    width: 100%
}
.col-ab {
    vertical-align: bottom
}
.col-am {
    vertical-align: middle
}


/*------------- Slick Slider --------------*/

.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;

    -webkit-touch-callout: none;
    -khtml-user-select: text;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    outline: none;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  /*margin-top: -10px\9;*/
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: 'q4icons';
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\e64c";
}
[dir="rtl"] .slick-prev:before {
  content: "\e64c";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\e64f";
}
[dir="rtl"] .slick-next:before {
  content: "\e64f";
}
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: #959595;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  height: 8px;
  width: 8px;
  cursor: pointer;
  border-radius:50%; 
  padding:0;
}
.slick-dots li.slick-active button {
  background: #00aeef;
}

/*--------------- FancyBox  ---------------*/

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    background: #ededed;
    padding-top: 40px !important;
    position: relative;
    text-shadow: none;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../design/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../design/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 8040;
    background-image: url("../design/sprite-with-gray-icons.png");
    background-position: -120px -392px;
    height: 20px;
    width: 20px;
}


.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../design/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../design/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-prev span, .fancybox-next span {
        background-image: url('../design/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }
    .fancybox-close {
        background-image: url("../design/sprite-icons-retina.png");
        background-position: -120px -392px;
        background-size: 533px 633px;
        height: 20px;
        width: 20px;
    }
    #fancybox-loading div {
        background-image: url('../design/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}



/***Start select**/
.sbHolder{
    border:1px solid #d8d8d8;
    border-radius: 3px;
    font-weight: normal;
    height: 38px;
    position: relative;
    width: 200px;
    font-size: 14px;
    outline: none;
}
.sbHolder a{
    color:#9c9c9c;
}

.sbSelector{
    display: block;
    height: 38px;
    left: 0;
    line-height: 38px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 27px;
    top: 0;
    width: 100%;
}
.sbToggle{
    display: block;
    height: 38px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    line-height: 34px;
    text-align: center;
}
.sbToggle:after{
  content:"\e64a";
  font-family: "q4icons";
  font-size: 12px;
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
}
.sbToggleOpen:after{
    content:"\e650";
}
.sbHolderDisabled{
    background-color: #3C3C3C;
    border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
    
}
.sbHolderDisabled .sbToggle{
    
}
.sbOptions{
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100% !important;
    left:-1px;
    right:-1px;
    z-index: 1;
    overflow-y: auto;
    border:1px solid #c8c8c8;
    background: #fff;
}
.sbOptions a{
    display: block;
    outline: none;
    padding:7px 7px 7px 27px;
}
.sbOptions a:hover{
    color: #fff;
}
.sbOptions li.last a{
    border-bottom: none;
}
.sbOptions li:hover{
  background: #999;
}
.sbOptions .sbDisabled{
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
    border-bottom: dotted 1px #515151;
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
    padding-left: 17px;
}
/***Stop select**/


/*-------- Download List with Tags --------*/

.ModuleDownloadListWithTags .ModuleItemRow {
    padding: 15px 20px;
    background: #f7f7f7;
}
.ModuleDownloadListWithTags .ModuleItemRow.ModuleItemAlt {
    background: #fff;
}
.ModuleDownloadListWithTags .ModuleHeadlineLink{
  position: relative;
  padding-right: 30px;
  display: block;
}
.ModuleDownloadListWithTags .ModuleHeadlineLink:after {
    font-family: "q4icons";
    content: "\e638";
    display: inline-block;
    position: absolute;
    right: 0;
    top:50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
}
.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".pdf"]:after {
    content: "\e902";
}
.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".xls"]:after,
.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".xlsx"]:after {
    content: "\e90b";
}
.ModuleDownloadListWithTags .ModuleHeader,
.ModuleDownloadListWithTags .ModuleDate,
.ModuleDownloadListWithTags .ModuleFileSizeText,
.ModuleDownloadListWithTags .ModuleIcon {
    display: none;   
}
.ModuleDownloadListWithTags.titleAsHeader .ModuleHeader{
  display: none;
}
.ModuleDownloadListWithTags.titleAsHeader h2{
  background:#003C71; 
  color: #fff;
  font-weight: 400;
  text-transform: none;
  font-family: "intel-clear";
  font-size: 16px;
  margin-bottom:0;
  padding: 15px 20px;
}
/*------------- Event Modules -------------*/

.eventModuleW h2{
  text-align: center;
}
.event-archive .tags{
  margin-bottom:20px;
}
.event-archive .tags .sbHolder{
  width: 255px;
  float: left;
}
.event-archive .tags .expand-all-details{
  float: right;
}
.event-archive .ModuleItemRow.forceShow{
  display: block !important;
}
.event-archive .moreInfo{
  display: none;
}
.event-archive .ModuleItemRow{
  background: #ebebeb;
  margin-bottom: 4px;
  padding:20px;
}
.event-archive .ModuleItemRow:last-child{
  margin-bottom: 0px;
}
.event-archive .ModuleMiddleContainer{
  border-left:1px solid #bcbcbc;
  padding-left:40px;
}
.event-archive ul{
  list-style: none;
  margin:0;
  padding:0; 
}
.event-archive .ModuleFilesContainer.fileIcons {
    text-align: right;
}
.event-archive .ModuleFilesContainer .button{
  background: #005a9d;
  color:#00aeef;
  font-weight: bold;
  padding:18px 22px;
}
.event-archive .ModuleFilesContainer .button:hover{
  background: #0071c5;
}
.event-archive .ModuleFilesContainer.fileIcons .button{
  padding-left: 50px;
  position: relative;

}
.event-archive .ModuleFilesContainer.fileIcons .button:before{
  position: absolute;
  top:50%;
  left:22px;
  color: #fff;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  font-size: 20px;
  opacity:.9;
}
.event-archive .ModuleDate,
.event-archive .ModuleHeadline{
  font-weight: bold;
}
.event-archive .moreLinkWrap{
  font-size: 14px;
  margin-top: 6px;
}

.event-archive .moreLinkWrap a.disabled,
.event-archive .moreLinkWrap a.disabled:hover{
  opacity: 0.3;
  cursor: text;
  color: inherit;
}
.event-archive .moreLinkWrap a span{
  vertical-align: middle;
}
.event-archive .moreLinkWrap .iconPlus{
  margin-right: 10px;
}
.ModuleEvent .ModuleYearNavContainer{
  display: none;
}
.event-archive .ModuleLocation i,
.event-archive .ModuleSpeakers i,
.ModuleEventDetails .ModuleSpeakers i,
.ModuleEventDetails .ModuleDateContainer i{
  margin-right: 10px;
}
.ModuleEventDetails .locationW i{
  margin-right: 13px;
}

.ModuleEventDetails .ModuleLocation i
.ModuleEventDetails h2{
  margin-bottom:30px;
  font-size: 32px;
}
.ModuleEventDetails h4{
  display: none;
}
.ModuleEventDetails .locationW i,
.ModuleEventDetails .ModuleSpeakers i,
.ModuleEventDetails .ModuleDateContainer i{
  width: 18px;
  display: inline-block;

}
.ModuleEventDetails .ModuleDateContainer i{
  font-size: 12px;
}
.ModuleEventDetails .RelatedDocuments .thumbnail,
.ModuleEventDetails .RelatedDocuments .category{
  display: none;
}
.event-archive .header,
.ModuleEventDetails .header{
  margin-bottom: 20px;
}
.event-archive .ModuleLocation,
.event-archive .ModuleSpeakers,
.ModuleEventDetails .header {
    display: block;
    font-size: 14px;
}
.ModuleEventDetails .header {
  padding: 10px 15px;
  background: #ebebeb;
}
.ModuleEventDetails .FileDetails{
  display: none;
}

.event-archive .moreInfo{
  padding:20px 20px 20px 73px;
}
.event-archive .CustomTable{
  width:100%;
}
.event-archive .CustomTable tbody td {
  border-right: 1px solid #bcbcbc;
}
.event-archive .ModuleLinks{
  margin-top: 10px;
}
.iconPlus {
    border: 1px solid #6a6a6a;
    border-radius: 50%;
    color: #6a6a6a;
    display: inline-block;
    font-size: 22px;
    height: 22px;
    line-height: 22px;
    padding-left: 1px;
    text-align: center;
    width: 22px;
    position: relative;
}
.iconPlus:after {
    font-family: "q4icons" !important;
    content: "\e64e";
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top:50%;
    left:50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
}
.active .iconPlus:after,
.iconPlus.active:after {
    content: "\e64d";
}
.pager .pager-next {
  border: 1px solid #00aeef;
  border-radius: 3px;
  padding: 15px 20px;
  display: inline-block;
  color: #00aeef;
  font-size: 14px;
  cursor: pointer;
  transition:.1s all;
  -ms-transition:.1s all;
  -webkit-transition:.1s all;
  -moz-transition:.1s all;
}
.pager .pager-next:hover {
  background: #00acf2;
  color: #fff;
}
.pager .pager-next.pager-disabled{
  opacity: 0.3;
  cursor: text;
  background: #fff;
  color: #00aeef;
}

.ModuleEventDetails .ModuleSpeakers p {
  display: none;
}

.ModuleEventDetails .fileIcons {
    border-top: 1px solid #d7d7d7;
    margin-top: 20px;
    padding-top: 20px;
}
/*------ Frequently Asked Questions -------*/
.FaqContainer h4{
  font-weight: 400;
  margin:0;
}
.FaqContainer .FaqAnswer{
  padding: 10px;
}
.FaqContainer .FaqQuestionList,
.FaqContainer .FaqAnswerLink,
.FaqContainer .FaqAnswer,
.FaqContainer .BackToTopLink {
    display: none;
}

/*------- Financial Report (Annual) -------*/

.q4-annual-module .q4-acrobat-text,
.q4-annual-module .q4-year-container,
.q4-annual-module .q4-financial-document .FileType {
    display: none;
}
.q4-annual-module .q4-years-container a,
.q4-annual-module  .q4-financial-document {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0,0,0,0.1);
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.q4-annual-module .q4-financial-container {
    padding-bottom: 10px;
    text-align: center;
}
.q4-annual-module .q4-cover-image,
.q4-annual-module .q4-thumbnail-image,
.q4-annual-module .q4-icon-image {
    display: inline-block;
    margin-bottom: 5px;
}
.q4-annual-module .q4-financial-document i[class*="q4i-"]:before {
    margin-right:10px;
}
.annual-reports .item {
    padding: 20px;
}
.annual-reports .item.alt {
    background-color: #f7f7f7;
}
.annual-reports .item .col {
    vertical-align: middle;
}
.annual-reports .thumbnail {
    margin: 10px 0;
}
.annual-reports .thumbnail img {
    border: 1px solid #e0e0e0;
}
.annual-reports .item li {
    margin-top: 5px;
}
/*------------- Form Builder --------------*/

.FormBuilderContainer .ErrorContainer {
  margin-bottom: 20px;
}
.MessageSent{
  color:green;
  font-weight: bold;
}
.RedStar{
  color:red;
}
.FormBuilderContainer .ErrorMessage{
  color:red;
}
.FormBuilderContainer .ErrorMessage[style="visibility:hidden;"]{
  display: none;
}
.FormBuilderContainer .Item {
    margin-bottom: 10px;
}
.FormBuilderContainer input[type="text"],
.FormBuilderContainer textarea,
.FormBuilderContainer select,
.FormBuilderContainer input[type="submit"],
.FormBuilderContainer .sbHolder {
    width: calc(100% - 11px);
    display: inline-block;
    vertical-align: top;
}
.FormBuilderContainer select {
    border-radius: 0;
    background-color: #fff;
}
.FormBuilderContainer .label-wrap,
.FormBuilderContainer .field-wrap,
.FormBuilderContainer .error-wrap {
    /*display: inline-block;*/
    vertical-align: middle;
}
.FormBuilderContainer .label-wrap {
    min-width: 175px;
}
.FormBuilderContainer .error-wrap,
.FormBuilderContainer .ErrorMessages {
    color: red;
    font-size: 0.8rem;
}
.FormBuilderContainer .CaptchaContainer table tr:first-child {
    display: none;
}
.FormBuilderContainer .CaptchaContainer table td {
    padding-bottom: 10px;
}
.FormBuilderContainer .CaptchaContainer img {
    width: 100%   
}
.FormBuilderContainer .CaptchaContainer span {
    color: #FF0000;
    margin-left: 4px;
}

.FormBuilderContainer .ItemDate,
.FormBuilderContainer .label-wrap{
  display: none;
}

.FormBuilderContainer .IteminvestorType .label-wrap,
.FormBuilderContainer .ItemCountry .label-wrap,
.FormBuilderContainer .ItemShipingMethod .label-wrap{
  display: block;
}

.FormBuilderContainer .CaptchaContainer img {
    width: auto;
}
.FormBuilderContainer .ItemClassPrinted .FormCheckBoxList{
  width: 100%;
}
.FormBuilderContainer .ItemClassPrinted .FormCheckBoxList label span:first-child,
.FormBuilderContainer .ItemClassPrinted .label-wrap .Label{
  display: inline-block; 
  width: 230px;
}
.FormBuilderContainer .ItemClassPrinted .field-wrap {
    margin-bottom: 30px;
}
.FormBuilderContainer .ItemClassPrinted .label-wrap:after{
  content:'Online';
  margin-left: 5px;
}
.csr-question-textw {
  clear: both;
}
.csr-question-textw .separator{
  height: 1px;
  background: #ddd;
}
.questionforourBoard{
  width: 50%;
  float: left;
}
.contact-board-form.centered{
  float: none;
  margin:0 auto;
}
.contact-board-form.left-aligned{
  float: none;
}
.contact-board-form {
  width:50%;
  float:right;
}
/*---------------- Job List ---------------*/

.JobPostingContainer table {
    width: 100%;
}
.JobPostingContainer table td,
.JobPostingContainer table th {
    padding: 10px 5px;
}
.JobPostingContainer .JobPostingGridHeader {
    background-color: rgba(0,0,0,0.1);
}
.JobPostingContainer table .JobPostingGridItem:nth-child(odd) {
    background-color: rgba(0,0,0,0.05);
}
.Module_JobPostingDetailsAdvanced table {
    width: 100%;
    max-width: 500px;
    margin-bottom: 1rem;
}
.Module_JobPostingDetailsAdvanced table td:first-child span:after {
    content: ":";
}
.Module_JobPostingDetailsAdvanced table input {
    border: none;
}
.Module_JobPostingDetailsAdvanced .Label_Summary,
.Module_JobPostingDetailsAdvanced .Text_Body {
    display: inline-block;
}
.Module_JobPostingDetailsAdvanced .Label_Summary {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}
.Module_JobPostingDetailsAdvanced .LinkButton_Apply,
.JobApplicationAdvancedContainer a {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0,0,0,0.1);
    color: #000;
    text-decoration: none;
}
.JobApplicationAdvancedContainer table,
.JobApplicationAdvancedContainer textarea {
    width: 100%;
}
.JobApplicationAdvancedContainer table td {
    padding: 5px 0;
}
.JobApplicationAdvancedContainer table td[colspan="4"] > span {
    display: block;
    padding: 10px 0;
}
.JobApplicationAdvancedContainer input[type="file"] {
    line-height: 1rem;
}

/*--------- Mailing List Modules ----------*/

div.subscribe-text {
    margin-bottom: 0;
}
.MailingListSignupContainer,
.MailingListUnsubscribeContainer{
  width:50%;
}
.MailingListSignupContainer input[type=text],
.MailingListUnsubscribeContainer input[type=text],
.MailingListSignupContainer input[type=submit],
.MailingListUnsubscribeContainer input[type=submit]{
  width: calc(100% - 11px);
}


.MailingListSignupContainer .MailingListTable,
.MailingListUnsubscribeContainer .MailingListUnsubscribeTable{
  width:100%;
}
.MailingListSignupContainer table {
  border-spacing: 0px !important;
}
.MailingListSignupContainer .MailingListListTable > tbody > tr {
  padding: 10px 0;
  /*display: inline-block;*/
}

.ErrorContainer,
.MailingListUnsubscribeMessage {
  color: red;
  font-weight: bold;
}
.RequiredField{
  color:red;
}
.NoBr {
  display: none;
}


.MailingListTable .MailingListCol1,
.MailingListTable .MailingListCol2,
.MailingListUnsubscribeTable .MailingListCol1,
.MailingListUnsubscribeTable .MailingListCol2{
  float:left;
  display: block;
  width: 100%;
}
.MailingListSignupContainer .MailingListCol2,
.MailingListSignupContainer .MailingListListTable,
.MailingListSignupContainer .MailingListListTable > tbody > tr,
.MailingListSignupContainer .GridActions,
.MailingListUnsubscribeContainer .MailingListCol1{
  margin:0;
 }
.MailingListSignupContainer .MailingListListTable{
  margin:20px 0;
}

.MailingListUnsubscribeContainer .ButtonCell{
  padding:20px 0;
}

.EditSubscriberConfirmation,
.MailingListActivationMessage,
.MailingListUnsubscribeAction {
font-weight:800;
color:green;
}
.MailingListSignupContainer .CaptchaContainer,
.MailingListSignupContainer .MailingListCol1,
.MailingListUnsubscribeContainer .MailingListCol1{
  display: none;
}
.MailingListSignupContainer .RequiredField{
  margin-left:4px;
}

/*---------  Presentation Module ----------*/

.ModulePresentation .ModuleContainerInner {
    font-size: 0;
}
.ModulePresentation .ModuleHeader {
    display: none;
}
.ModulePresentation .ModuleItemRow {
    background: #ebebeb;
    margin-bottom: 4px;
    padding: 18px 20px;
}
.ModulePresentation .ModuleDateContainer{
  border-right: 1px solid #bcbcbc;
  min-height: 60px;
}
.ModulePresentation .ModuleDate,
.ModulePresentation .ModuleHeadline {
    font-weight: bold;
}
.ModulePresentation .ModuleContentContainer {
    padding-left: 40px;
    position: relative;
}
.ModulePresentation .PresentationLinks {
    text-align: right;
}
.ModulePresentation .PresentationLinks a {
    display: inline-block;
    line-height: 1;
    font-weight: bold;
    padding: 14px 22px 14px 55px;
    margin: 2px 0;
    background-color: #005a9d;
    text-transform: capitalize;
    color: #00aeef;
    border: none;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit !important;
    width: auto;
    max-width: 170px;
    text-align: left;
    float: right;
    position: relative;
}
.ModulePresentation .PresentationLinks a:hover{
  background: #0071c5;
}
.ModulePresentation .PresentationLinks a:before {
    font-family: 'q4icons' !important;
    color: #fff;
    font-size: 20px;
    opacity: .9;
    font-weight: 400;
    position: absolute;
    left: 22px;
    top: 50%;
    margin-top: -10px;
}
.ModulePresentation .DocumentFileLink:after,
.ModulePresentation .ModuleDownloadText {
    content: "View this Presentation";
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.ModulePresentation .DocumentFileLink {
    font-size: 0;
}
.ModulePresentation .PresentationThumbnail {
    border: 1px solid rgba(0,0,0,0.1);
}

@media screen and (max-width: 768px) {
  .ModulePresentation .ModuleDateContainer{
    min-height: auto;
    border-right:none;
  }
    .ModulePresentation .ModuleContentContainer {
        padding-bottom: 15px;
        padding-left: 25px;
    }
    .ModulePresentation .PresentationLinks {
        text-align: left;
        padding-left: 25px;
    }
    .ModulePresentation .ModuleContentContainer,
    .ModulePresentation .PresentationLinks {
        border-left: 1px solid #bcbcbc;
    }
    .ModulePresentation .PresentationLinks a {
        float: none;
    }
}
@media screen and (max-width: 480px) {
    .ModulePresentation .ModuleDateContainer {
        display: block;
        padding: 0 0 15px 0;
        margin-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }
    .ModulePresentation .ModuleContentContainer,
    .ModulePresentation .PresentationLinks {
        border-left: none;
        padding-left: 0;
        margin: 0;
    }
}


/*--------- Press Release Modules ---------*/
.ModulePressRelease .forceShow{
  display: block !important;
}
.ModulePressRelease .ModuleYearNavContainer,
.ModulePressReleaseLatest .ModuleYearNavContainer {
    margin-bottom: 30px;
}
.ModulePressRelease .ModuleYearNavContainer .sbHolder{
  display: inline-block;
  margin-right: 20px;
  text-align: left;
  float: left;
}
.ModulePressRelease .ModuleYearNavContainer .sbHolder:last-child{
  margin-right: 0;
  float:right;
}
.ModulePressRelease .ModuleHeadlineLink,
.ModulePressReleaseLatest .ModuleHeadlineLink,
.ModulePressRelease .pdf-link{
    color: inherit;
}
.ModulePressRelease .ModuleHeadlineLink:hover,
.ModulePressReleaseLatest .ModuleHeadlineLink:hover,
.ModulePressRelease .pdf-link:hover{
    color: #00aeef;
}
.ModulePressRelease .pdf-link:before {
  font-size: 28px;
}
.ModulePressReleaseLatest .ModuleHeadlineLink {
    display: block;
}
.ModulePressRelease .ModuleItemRow,
.ModulePressReleaseLatest .ModuleItemRow {
    padding:12px 0;
}
.ModulePressRelease .ModuleItemRow.ModuleItemAlt,
.ModulePressReleaseLatest .ModuleItemRow.ModuleItemAlt{
  background: #f7f7f7;
}
.ModulePressRelease.tearsheet .ModuleFooter,
.ModuleEvent.tearsheet .ModuleFooter,
.LatestQuarter .ModuleFooter{
  margin-top:20px;
}
.LatestQuarter .ftContent .fileIcons a:before{
  font-size: 28px;
  color:#555555;
}
.LatestQuarter .ftContent .fileIcons a:hover:before{
  color:#00aeef;
}
div.prDetails .PageDefaultInner .PaneContent{
    width: auto;
    padding: 20px;
}
div.prDetails .PageDefaultInner .PaneLeft,
div.prDetails .PageDefaultInner .PaneRight {
    display:none;
}
.ModulePressReleaseDetails .ModuleBody a,
.event-archive .body a{
  /*long url fix*/
  white-space: pre;           /* CSS 2.0 */
  white-space: pre-wrap;      /* CSS 2.1 */
  white-space: pre-line;      /* CSS 3.0 */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -hp-pre-wrap;  /* HP Printers */
  word-wrap: break-word;
  word-break: break-word;      /* IE 5+ */

}
.ModulePressReleaseDetails #bwbodyimg{
  width: auto !important;
  padding: 0 !important;
}
.ModulePressReleaseDetails h2{
  font-size: 32px !important;
  margin-bottom: 30px !important;
  margin-top: 0 !important;
}
.ModulePressReleaseDetails .ModuleDateContainer {
  background: #ebebeb;
  padding: 10px 15px;
  font-size: 14px;
  
}
.ModulePressReleaseDetails .ModuleDateContainer i {
    font-size: 12px;
    margin-right: 10px;
}
.ModulePressReleaseDetails .ModuleLinks{
  padding-top:20px;
  margin-top:20px;
  border-top: 1px solid #d7d7d7;
}
.ModulePressReleaseDetails img{
  float: none !important;
  padding: 0 !important;
  margin:0 auto;
  display: block;
}
.ModuleEventDetails .fileIcons {
    border-top: 1px solid #d7d7d7;
    margin-top: 20px;
    padding-top: 20px;
}
/*---------- Quick Links Modules ----------*/

.RightColumnBlock {
    display: none;
}

/*------------- Search Modules ------------*/

.SearchResultsContainer .SearchSummary,
.SearchResultsContainer .SearchResultItem {
    margin-bottom: 25px;
}
.SearchResultsContainer .SearchLink {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
.SearchResultsContainer .SearchDescription span:after,
.SearchResultsContainer .SearchDescription span:after {
    display: inline;
    content: "...";
}
.SearchResultsContainer .SearchResultUrl {
    display:none;
}
.SearchResultsContainer .SearchResultsPaging a {
    font-weight: bold;
}
.SearchResultsContainer .SearchResultsPaging a:link {
    font-weight: inherit;
}

/*----------- SEC Filing Modules ----------*/
.RegulatoryFilingContainer .selects{
  text-align: center;
  margin-bottom:20px;
}
.RegulatoryFilingContainer .selects > *{
  display: inline-block;
  text-align: left;
}
.RegulatoryFilingContainer .selects > *:last-child{
  float: right;
}
.RegulatoryFilingContainer .selects > *:first-child{
  float: left;
  margin-right: 0;
}
.RegulatoryFilingContainer .FormGroupsContainer .sbHolder {
  width: 220px
}
.RegulatoryFilingContainer .yearsWrap .sbHolder {
  width: 122px
}
.RegulatoryFilingContainer .FormGroupsContainer input {
}
.RegulatoryFilingContainer .YearNavContainer a {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0,0,0,0.1);
    color: #000;
    text-decoration: none;
}
.RegulatoryFilingContainer .ModuleItemRow{
  padding:15px 0;
}
.RegulatoryFilingContainer .ModuleItemRow.forceShow{
  display: block !important;
}
.RegulatoryFilingContainer .ModuleItemRow.hidden,
.RegulatoryFilingContainer .ModuleItemRow.forceShow.hidden{
  display: none !important;
}
.RegulatoryFilingContainer .ModuleHeader{
  margin-bottom:5px;
  background-color: #00589f;
}
.RegulatoryFilingContainer .ModuleHeader > span {
    
    color: #fff;
    padding:15px;
}
.RegulatoryFilingContainer .ModuleItemRow:nth-child(odd) {
    background-color: #F7F7F7;
}
.ModuleSECFilingDetails .ModuleDateContainer{
    background: #ebebeb;
    font-size: 14px;
    padding: 10px 15px;
}
.ModuleSECFilingDetails .ModuleDateContainer i {
    font-size: 12px;
    margin-right: 10px;
}
.ModuleSECFilingDetails div.ModuleForm {
    border-top: 1px solid #d7d7d7;
    margin-top: 20px;
    padding-top: 20px;
}
.RegulatoryFilingContainer .Icons li,
.ModuleSECFilingDetails .Icons li,
.RegulatoryFilingContainer .fileIcons a:before,
.ModuleSECFilingDetails .fileIcons a:before {
    display: inline-block;
    font-size: 28px;
}
.RegulatoryFilingContainer .fileIcons{
  text-align: right;
  padding: 0 15px;
  /*margin-top:10px;*/
}
.RegulatoryFilingContainer .fileIcons a,
.ModuleSECFilingDetails .fileIcons a {
    color: inherit;
}
.RegulatoryFilingContainer .fileIcons a:hover,
.ModuleSECFilingDetails .fileIcons a:hover {
    color: #00aeef;
}
.RegulatoryFilingContainer .fileIcons a:before{
  margin:0;
}
@media screen and (max-width: 768px) {
    .RegulatoryFilingContainer .ModuleHeader {
        display: none !important;
    }
    .RegulatoryFilingContainer .selects > * {
      float: none !important;
    }
    .RegulatoryFilingContainer .ModuleItemRow,
    .RegulatoryFilingContainer .fileIcons,
    .RegulatoryFilingContainer .ItemHref{
      text-align: left;
    }
    .RegulatoryFilingContainer .data-heading:before{
      content: attr(data-heading);
      display: inline-block;
      width: 110px;
      float: left;
      font-weight: bold;
    }
    .RegulatoryFilingContainer .data-heading > *{
      display: inline-block;
      float: left;
      width: calc(100% - 110px);
    }
    .RegulatoryFilingContainer ul.data-heading > *{
      width: auto;
    }
}

/*-------- Financial Table Widget ---------*/
.financial-archive-link {
    margin: 20px 0 0;
}
.financial-table {
    background-color: #f7f7f7;
    padding: 55px 25px 30px 25px;
}
.financial-table h2 {
    text-align: center;
    margin: 0 0 40px 0;
}
.financial-category-row.alt {
    background-color: #ebebeb;
}
.financial-table-header {
    padding: 18px 0;
    background-color: #00589f;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.financial-table .financial-document-category,
.financial-table .financial-year-list,
.financial-table .financial-category-text,
.financial-table .financial-document-list {
    display:  inline-block;
    vertical-align: middle;
}
.financial-table .financial-document-list {
    padding: 20px 0;
}
.financial-table .financial-year-list,
.financial-table .financial-documents {
    text-align: center;
}
.financial-table .financial-year-list .slick-list {
    font-weight: bold;
}
.financial-table .financial-category-text {
    padding: 10px 30px;
    font-weight: bold;
    line-height: normal;
}
.financial-table .slick-prev:before,
.financial-table .slick-next:before {
    font-size: 12px;
}
.financial-table .financial-documents span {
    display: inline-block;
    margin: 0 5px;
    font-size: 20px;
}
.financial-table .financial-documents.AnnualReport-wrapper {
    /*text-align: left;*/
}
.financial-table .AnnualReport-wrapper .financial-documents .empty,
.financial-table .financial-documents .AnnualReport {
    font-size: inherit;
    line-height: 18px;
    display: block;
    margin: 10px 0;
}

.financial-table .financial-documents span.empty {
    color: #a4b6c6;
}
.financial-table .financial-documents span a {
    color: #003b71;
}
.financial-table .slick-slide:focus {
    outline: none;
}
.financial-table .financial-document-list .slick-arrow {
    visibility: hidden;
}
.financial-table .financial-year-list .slick-arrow {
    width: 20px;
    height: 60%;
}
.financial-table .financial-year-list .slick-prev {
    left: 20px;
}
.financial-table .financial-year-list .slick-next {
    right: 20px;
}
.financial-table .financial-year-list .slick-list {
    margin: 0 30px;
}
.financial-table .financial-document-list .slick-list {
    margin: 0 50px;
}
.financial-table .financial-documents span.empty.Q1:before {content: 'Q1';}
.financial-table .financial-documents span.empty.Q2:before {content: 'Q2';}
.financial-table .financial-documents span.empty.Q3:before {content: 'Q3';}
.financial-table .financial-documents span.empty.Q4:before {content: 'Q4';}

.financial-table .financial-documents span.empty.Doc1:before {content: 'Proxy Online';}
.financial-table .financial-documents span.empty.Doc2:before {content: 'Proxy Statement';}
.financial-table .financial-documents span.empty.Doc3:before {content: 'Online Report';}
.financial-table .financial-documents span.empty.Doc4:before {content: 'PDF Report';}
.financial-table .financial-documents .Others {
    font-size: inherit;
    line-height: 20px;
    display: block;

}
.financial-table .financial-documents .Others {
    margin: 7px 5px;
}
.financial-table .financial-year-list, .financial-table .financial-documents {
    padding: 0 15px;
}
.financial-table .Others-wrapper .empty {
    display: none;
}
.financial-table .Others .PDF:after { content: '(PDF)'; }
.financial-table .Others .XLS:after { content: '(XLS)'; }
.financial-table .Others .DOC:after { content: '(DOC)'; }
.financial-table .Others .ZIP:after { content: '(ZIP)'; }

.financial-table .slick-slide{
  height:1px;
}
.financial-table .slick-slide.slick-active{
  height:auto;
}
@media screen and (max-width: 640px) {
    .financial-table {
        padding: 10px;
    }
    .financial-table .financial-documents span {
        display: block;
        margin: 5px auto 5px;
    }
    .financial-table .financial-document-list,
    .financial-table .financial-category-text {
        padding: 10px;
    }
    .financial-table .financial-document-list .slick-list {
        margin: 0;
    }
}
@media screen and (max-width: 480px) {
    .financial-table .financial-document-category {
        display: none;
    }
}

/*--------------- Site Map -----------------*/

.SiteMapContainer .SiteMapList li {
    padding: 10px 0;
}
.SiteMapContainer .SiteMapList li.SiteMap-Level2 {
    padding-left: 10px;
    font-size: 20px;
}
.SiteMapContainer .SiteMapList li.SiteMap-Level3{
    padding-left: 20px;
    font-size: 18px;
}
.SiteMapContainer .SiteMapList li.SiteMap-Level4 {
    padding-left: 30px;
    font-size: 16px;
}
/*---------- Stock Quote Modules ----------*/
.StockQuoteContainer .StockQuoteLookup{
  display: none;
}
.StockQuoteContainer .StockPage,
.StockQuoteContainer .ModuleContainerInnerTop ul li,
.stock-historical .stock-table ul li,
.stock-historical .stock-selects {
    padding: 10px;
}
.StockQuoteContainer .StockPage,
.stock-historical .stock-selects {
    background-color: #F7F7F7;
}
.stock-historical .stock-selects > span,
.stock-historical .stock-selects > select,
.stock-historical .stock-selects > div {
    margin-right: 10px;
}
.stock-historical .stock-selects button.disabled {
    opacity: 0.5;
    cursor: default;
}
.StockQuoteContainer ul li:nth-child(2n+2),
.stock-historical ul li span:nth-child(2n+2){
  text-align: right;
}
/*.StockQuoteContainer ul li:nth-child(2n+2),
.StockQuoteContainer ul li:nth-child(2n+1),
.stock-table ul li.alt {
    background-color: #F7F7F7;
}*/
.StockQuoteContainer ul li:nth-child(4n+2),
.StockQuoteContainer ul li:nth-child(4n+1) {
    background-color: #F7F7F7;
}
.StockQuoteContainer p {
    padding: 10px 0;
    font-size: 0.8rem;
}
.StockQuoteContainer p span:first-child {
    float: left;
}
.StockQuoteContainer p span:last-child {
    float: right;
}
.stock-historical .sbHolder {
    display: inline-block;
    vertical-align: middle;
    width: 95px;
    background:#fff;
}
@media screen and (max-width: 768px) {
    .stock-historical .stock-selects > span,
    .stock-historical .stock-selects > div,
    .stock-historical button,
    .stock-historical select {
        display: block;
        margin: 5px 0;
    }
    .StockQuoteContainer .second-col ul li:nth-child(4n+2),
    .StockQuoteContainer .second-col ul li:nth-child(4n+1) {
        background-color: #fff !important;
    }
    .StockQuoteContainer .second-col ul li:nth-child(2n+3),
    .StockQuoteContainer .second-col ul li:nth-child(2n+4),
    .stock-table .second-col ul li.alt {
        background-color: #F7F7F7;
    }
}


/*----------- Stock Quote Header ----------*/
.StockQuoteHeaderContainer{
  font-weight: 200;
  font-size: 15px;
  float:right;
}.StockQuoteHeaderContainer .StockPrice:before{
  content: '$';
}
.StockQuoteHeaderContainer > *,
.headerlatestquarterly{
  vertical-align: middle;
  display: inline-block;
}
.StockQuoteHeaderContainer .StockDate{
  font-size: 11px;
}
.StockQuoteHeaderContainer .StockDescription1{
  font-weight: bold;
}
.StockQuoteHeaderContainer .StockPChange {
    display: none;
}

.StockQuoteHeaderContainer .StockVolumeText,
.StockQuoteHeaderContainer .StockVolume {
    display: none;
}
.StockQuoteHeaderContainer .StockDescription1{
  margin-right:3px;
  margin-left:10px;
  padding-left:10px;
  border-left:1px solid rgba(255,255,255,.22);
}
.StockQuoteHeaderContainer .StockChange{
  margin-right:5px;
  padding-right:10px;
  border-right:1px solid rgba(255,255,255,.22);
}

.StockQuoteHome .grid{
  margin-left:0;
  margin-right:0;
}
.StockQuoteHome .box-outer{
  background: #fff;
  padding:15px;
  color:#003c71;
  margin: 0 auto;
  max-width: 270px;
  transition:.1s all;
  -ms-transition:.1s all;
  -webkit-transition:.1s all;
  -moz-transition:.1s all;
}
.StockQuoteHome .box-outer:hover{
  box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.StockQuoteHome .box-inner{
  border:2px solid #00aeef;
  position: relative;
  z-index: 0;
  font-size: 52px;
  font-weight: 200;
  line-height: 1.1;
}
.StockQuoteHome .inflate {
    padding-top: 100%;
}
.StockQuoteHome .fill {
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right: 0;
  z-index: 1;
}
.StockQuoteHome h4{
  font-size: 24px;
  margin: 23% 0 10%;
}
.StockQuoteHome .StockQuoteLookup{
  display: none;
}
.StockQuoteHome .PChangeLabel{
  display: block;
  font-size: 29px;
}
.StockQuoteHome .PChangeLabel:before{
  content:'(';
}
.StockQuoteHome .PChangeLabel:after{
  content:')';
}
.StockQuoteHome .stockMore{
  margin-bottom:0;
  margin-top:0;
  text-align: right;
  padding-right: 2.5%;
}
.StockQuoteHome .stockMore a{
  position: relative;
  padding-right: 10px;
}
.StockQuoteHome .stockMore a:after{
   background-image: url("../design/sprite-carets-gray-included.png");
    background-position: -201px -234px;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 8px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
}
.StockQuoteHome .stockMore a:hover:after{
    background-position: -187px -234px;
}

.StockQuoteHome .slick-list{
  padding:20px 0;
}
.stockWidget .StockPriceUp .StockIndicator:before {
    content: '+';
}

.headerlatestquarterly{
  float:right;
}
.headerlatestquarterly .doc a{
  padding-right:40px;
  position: relative;
}
.headerlatestquarterly .doc a:after{
  font-family: 'q4icons';
  content: '\e902';
  font-size:30px;
  color:#fff;
  right:0;
  top:50%;
  position: absolute;
  line-height: 1;

  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);

}
.headerlatestquarterly .doc a:hover:after{
  opacity: .8;
}

.LatestQuarter .ftContent .item{
  padding: 12px 0;
}
.LatestQuarter .ftContent .item.alt{
  background: #F7F7F7;
}
.LatestQuarter .ftContent .item.header {
    border-bottom: 1px solid #f7f7f7;
}
/*-----------------------------------------*\
----------- Default Widget Styling ----------
\*-----------------------------------------*/

/*-------- Add to Calendar Styles ---------*/

.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;
}
.q4-atc-wrapper {
    -webkit-font-smoothing: antialiased;
}
.q4-atc-wrapper .q4-atc-outer {
    position: absolute;
    top: 110%;
    left: 0;
    background: white;
    border: 3px solid #DDDDDD;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #5e5e5e;
    z-index: 10;
}
.q4-atc-wrapper .q4-atc-inner {
}
.q4-atc-wrapper .q4-atc-inner-details {
    padding: 10px;
    text-align: center;
    min-width: 300px;
}
.q4-atc-wrapper .q4-atc-button {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
}
.q4-atc-wrapper .q4-atc-title {
    font-weight: bold;
}
.q4-atc-wrapper .q4-atc-links {
    margin: 15px 0 25px;
    padding: 0;
    /*markup fix*/
    font-size: 0;
}
.q4-atc-wrapper .q4-atc-links li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
}
.q4-atc-wrapper .q4-atc-links a {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(126, 130, 136, .06);
    color: #7e8288;
    text-decoration: none;
}
.q4-atc-wrapper .q4-atc-links li a:before {
    font-family: 'q4icons';
    speak: none;
    font-style: normal;
    font-size: 25px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 60px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.q4-atc-wrapper .q4-atc-links li.apple a:before {
    content: '\e908';
}
.q4-atc-wrapper .q4-atc-links li.google a:before {
    content: '\e90a';
}
.q4-atc-wrapper .q4-atc-links li.outlook a:before {
    content: '\e909';
}
.q4-atc-wrapper .q4-atc-links li.ics a:before {
    content: "\e630";
}
.q4-atc-tooltip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.q4-atc-tooltip-text {
    display: block;
    width: 100%;
    background: rgba(126, 130, 136, .06);
    padding: 8px 5px;
    text-align: center;
}

/*----- Committee Composition Table -----*/
.committee-module-embed .mobile{
  display: none;
}
.committee-module-embed h2{
  text-align: center;
}
.committee-module-embed .short-description{
  text-align: center;
}
.committee-module-embed .committee-description{
  font-size: 18px;
}
.committee-module-embed table tbody td:first-child{
  padding-left:20px;
  padding-right: 20px;
  font-weight: bold;
  text-align: left;
}
.committee-module-embed table tbody td:first-child a{
  color: #00aeef;
}
.committee-module-embed table tbody td:first-child a:hover{
  color: #0071c5;
}

.committee-module-embed table tbody td+td{
  text-align: center;
  vertical-align: middle;
  line-height: 0;
  width: 14%;
}
.committee-module-embed .icon-legend > * {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}
.committee-module-embed .icon-legend .custom-icon-independent {
    bottom: -0.2em;
    position: relative;
}
/*-----------*/
.accordion .items{
  display: none;
  font-size: 14px;
}
.accordion .header{
  cursor: pointer;
  background: #F7F7F7;
  border-bottom:2px solid #fff;
  padding-top: 15px;
  padding-bottom:15px;
  position: relative;
  padding-right: 40px;
  padding-left:15px;
  transition: .2s background;
  -ms-transition: .2s background;
  -moz-transition: .2s background;
  -webkit-transition: .2s background;
}
.accordion .header.active,
.accordion .active .header,
.accordion.active .header{
  background: #0071C5;
  color: #fff;
}
.accordion .header.active .expanderW .iconPlus,
.accordion .active .header .expanderW .iconPlus,
.accordion.active .header .expanderW .iconPlus{
  border-color:#fff;
  color: #fff
} 
.expanderW{
  line-height: 0;
  position: absolute;
  top:50%;
  right:15px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.outlooktble .q4i-rounded-upchevon{
  font-size: 12px;
}
/*-------------*/
.committee-module-embed .mobile .person-item{
  padding:10px 0;
  border-bottom: 1px solid #f7f7f7;
}
.committee-module-embed .mobile .person-icon {
    text-align: right;
}
.exp-icon:after {
    background-image: url("../design/sprite-carets-gray-included.png");
    background-position: -201px -234px;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 9px;
    width: 9px;
    margin: 0 7px;
}
a:hover .exp-icon:after,
a.exp-icon:hover:after {
    background-position: -169px -234px;
}
/*.active .exp-icon:not(.latest-earnings .active .exp-icon):after {
    background-position: -64px -211px;
}*/


.custom-icon-circle-chair,
.custom-icon-circle-member{
  display: inline-block;
  width:15px;
  height: 15px;
  border:2px solid #005a9d;
  background: transparent;
  border-radius: 50%;

}
.custom-icon-circle-chair {
  background: #005a9d;
}
.custom-icon-independent {
    color: #005a9d;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 0.7;
    vertical-align: middle;
}
.person-legend{
  margin-top:18px;
  font-size: 12px;
  color: #959595;
}
.custom-icon-circle-chair,
.custom-icon-circle-member,
.custom-icon-independent{
  margin-right: 8px
}
.committee-module-embed .icon-legend{
  margin-right: 25px;
}
.BoardCommitteesAndCharters{
  margin-bottom:20px;
}
.BoardCommitteesAndCharters h2{
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
/*----------- Events Calendar -----------*/

.table {
    display: table;
    width: 100%;
}
.table-cell {
    display: table-cell;
}

#events-calendar.loading {
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
#events-calendar .controls {
    display: table;
    width: 100%;
}
#events-calendar .controls div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 20px 0 50px;
}
#events-calendar .controls i{
  font-size: 40px;
  vertical-align: middle;
  color: #7d9bb6;
}
#events-calendar .controls .label{
  vertical-align: middle;
}
#events-calendar .controls .month {
    width: 36%;
    font-size: 24px;
}
#events-calendar .clndr-previous-button,
#events-calendar .clndr-next-button {
    width: 32%;
    cursor: pointer;
}
#events-calendar .controls .clndr-next-button{
  text-align: right;
}
#events-calendar .controls .clndr-previous-button{
  text-align: left;
}
#events-calendar .days-container {
    position: relative;
    color: #000;
}
#events-calendar .day-header, #events-calendar .day {
    display: inline-block;
    padding: 5px;
    width: 14.285%;
    padding: 15px 0;
    text-align: center;
}
#events-calendar .day.adjacent-month, #events-calendar .empty.adjacent-month {
    opacity: .5;
    background-color: transparent;
}

#events-calendar .day.event, #events-calendar .empty.event {
    cursor: pointer;
    opacity: 1;
    color:#fff;
    background-color: #00aeef;
    font-weight: bold;
}
#events-calendar .day-header {
    text-align: center;
    background-color: transparent;
    font-weight: bold;
}
#events-calendar #latest-events .WebcastLink a{
  font-size: 14px;
}
#events-calendar #latest-events .fileIcons.a-alt-color{
  margin-bottom: 5px;
}
#events-calendar #latest-events .fileIcons.a-alt-color a{
  color: #fff;
}
#events-calendar #latest-events .fileIcons.a-alt-color a:hover{
  color: #00aeef;
}
#events-calendar #latest-events, 
#events-calendar .days-container{
  width:50%;
  padding:50px;
  position: relative;
}
#events-calendar #latest-events:after, 
#events-calendar .days-container:after{
  content:'';
  position: absolute;
  left:0;
  right:0;
  height: 999%;
  top:100%;
}
#events-calendar .calendar-container-inner{
  overflow: hidden;
  box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.2);
}
#events-calendar #latest-events:after{
  background: #005A9D;
}
#events-calendar .days-container:after{
  background: #fff;
}
#events-calendar .days-container{
  background: #fff;
  float:right;
}
#events-calendar #latest-events{
  background: #005a9d;
  color: #fff;
  float:left;
}
#events-calendar .day.adjacent-month{
  visibility: hidden;
}
#events-calendar .event-item{
  border-bottom:1px solid rgba(255,255,255,0.2);
  padding:10px 0 20px;
}
#events-calendar .event-item .date{
  font-size: 18px;
}
#events-calendar .headline{
  margin: 3px 0 8px;
  font-size: 14px;
}
#events-calendar .readmore{
  font-size: 14px;
}
#events-calendar .icon-container{
  float:left;
  width:15%;
  font-size: 30px;
}
#events-calendar .content-container{
  float:left;
  width:85%;
}

#events-calendar .controls .month{
  font-family: "intel-clear-headline",impact,sans-serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.029em;
  color: #003c71;
}
#events-calendar .controls .clndr-previous-button i{
  margin-right: 10px;
}
#events-calendar .controls .clndr-next-button i{
  margin-left: 10px;
}
#events-calendar .day.earnings,
#events-calendar .day.earning.today,
.cal-legend .item .box.earnings{
  background:#FFA300;
}
#events-calendar .day.analyst,
#events-calendar .day.analyst.today,
.cal-legend .item .box.analyst{
  background:#778900;
}
#events-calendar .day.intel,
#events-calendar .day.intel.today,
.cal-legend .item .box.intel{
  background:#00ADEE;
}
#events-calendar .days-container .days .day.today,
#events-calendar .days-container .days .empty.today,
.cal-legend .item .box.today{
  background-color: #aaa;
}
.cal-legend{
  margin-top:25px;
}
.cal-legend .item{
  margin-right: 20px;
  margin-bottom:5px;
  font-size: 14px;
  display: inline-block;
}
.cal-legend .item > span{
  display: inline-block;
  vertical-align: middle;
}
.cal-legend .item .box{
  
  width:20px;
  height: 20px;
  margin-right: 15px;
}
#latest-events .date > span{
  display: inline-block;
  vertical-align: middle;
}
.event-archive .cat-string,
#latest-events .cat-string {
    display: inline-block;
    font-size: 14px;
    line-height: 1.1;
    margin-top: 5px;
}
#latest-events .date > span:first-child{
  margin-right: 10px;
}

.cat-string.analyst{
  color:#778900;
}
.cat-string.intel{
  color:#00ADEE;
}
.cat-string.earnings{
  color:#FFA300;
}
/*---------- Fancybox Captcha -------------*/

.fancybox-inner .CaptchaContainer {
    padding: 0 30px 15px;
}
.fancybox-inner .CaptchaContainer img,
.fancybox-inner .CaptchaContainer input {
  width: 100%;
}
.fancybox-inner .CaptchaContainer table tr:first-child {
    display: none;
}
.fancybox-inner .CaptchaContainer td,
.fancybox-inner .CaptchaContainer .ErrorContainer {
    padding: 5px 0;
}
.fancybox-inner .CaptchaContainer table td span {
    display: none !important;
}
.fancybox-inner .CaptchaContainer img {
  border: 1px solid #ddd;
}


/*------- Financial Quarterly Widget ------*/

.q4-quarterly-widget .q4-items-container {
    display: none;
    padding: 5px 12px;
}
.q4-quarterly-widget .q4-financial-document {
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin-bottom: 1px;
    background-color: #F7F7F7;
    text-decoration: none;
    cursor: pointer;
}
.q4-quarterly-widget .q4-financial-item {
    margin: 10px 0 10px 10px;
}
.q4-quarterly-widget .q4-financial-documents {
    margin: 10px 0;
}
.q4-quarterly-widget .q4-financial-document i[class*="q4i-"]:before {
    margin-right: 10px;
}
.q4-quarterly-widget .q4-financial-document i.PDF:before {
    content: "\e902";
}
.q4-quarterly-widget .q4-financial-document i.XLSX:before,
.q4-quarterly-widget .q4-financial-document i.XLS:before {
    content: "\e90b";
}
.q4-quarterly-widget .q4-category-text {
  font-weight: bold;
}


/*----------- Stock Chart Inputs ----------*/

@media screen and (max-width: 768px) {
    .stock-chart .highcharts-input-group {
        display: none;
    }
}


/*-----------------------------------------*\
------------- HTML Specific Parts -----------
\*-----------------------------------------*/

/*---------- Default Table Style ----------*/
.year-sorted-table-group h2{
  float: left;
}
.year-sorted-table-group .years{
  float:right;
  margin-top:30px;
}
.year-sorted-table-group .years .sbHolder{
  width: 122px;
}
.year-sorted-table{
  display: none;
}
.CustomTable{
  width:100%;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  border-collapse: collapse;
}
.CustomTable th,
.CustomTable thead td{
  background: #005a9d;
  text-align: center;
  padding:15px;
  font-weight: 400;
  color:#fff;
  vertical-align: middle;
}
.CustomTable tbody td{
  border-right: 1px solid #eeeeee;
  padding:10px 15px;
}
.CustomTable tr td:last-child{
  border-right: none;
}
.CustomTable .alt td,
.CustomTable .odd td{
  background: #f7f7f7;
}
.CustomTable .in-table-divider td{
  padding:3px;
}
.table-responsive,
.responsiveTable{
  overflow-x: auto;
  display: block;
}


/*----- Better Analyst Coverage Table -----*/

@media screen and (min-width: 769px) {
    .table-to-cards tr > .col {
        display: table-cell;
    }
}
@media screen and (max-width: 768px) {
    .table-to-cards thead {
        display: none;
    }
    .table-to-cards tr td:before {
        content: attr(data-heading);
        box-sizing: border-box;
        display: inline-block;
        width: 40%;
        vertical-align: top;
        margin-right: 10px;
    }
    .table-to-cards.CustomTable{
      text-align: left;
    }
    .table-to-cards.CustomTable tbody td {
      border: none;
      display: block;
      float:left;
      width: 100%;
      padding: 5px 0;
  }
  .table-to-cards.CustomTable tbody tr ~ tr td:first-child {
      border-top: 1px solid #d7d7d7;
      padding-top:20px; 
  }
  .table-to-cards.CustomTable tbody tr:not(:last-child) td:last-child {
      padding-bottom:20px; 
  }
  .table-to-cards.CustomTable .alt td, 
  .table-to-cards.CustomTable .odd td {
    background: transparent;
  }
}

/*------ Default List and List Items ------*/

.HtmlTextContainer ul {
    list-style: inside;
}
.HtmlTextContainer ul ul {
    margin-left: 1rem;
}
.HtmlTextContainer ul li {
    line-height: 1.5rem;
}


/* RSS */
.rss-icons {
    margin-bottom: 50px;
}

div.pre-module-text {
    margin-bottom: 0;
    clear: both;
}

.ModuleFileText, .ModuleFileSpacer {
    display: none;
}

.ErrorContainer {
    color: #ff0000;
}

.css {
    color: #FF00FF;
}

.upcoming-events .ModuleYearNavContainer {
    display: none;
}

.PaneHeader{
  background: #0071c5;
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  position: fixed;
  top:0;
  left:0;
  right:0;
  transition: all 250ms ease 0s;
  -webkit-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  width: 100%;
  padding: 0 15px;
  z-index: 8000;
}
.ClientLogoW{
  padding-left:1px; 
}
.ClientLogo{
  text-align: center;
  height: 42px;
  width: 64px;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../design/intel_rgb_62.svg");
  background-origin: padding-box;
  /*background-position: -331px -488px;*/
  background-repeat: no-repeat;
  background-size: inherit;
  display: block;
  margin: 9px auto;
}
.irHomeLink {
    color: #fff;
    font-weight: 200;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    margin-left: 10px;
    vertical-align: middle;
    margin-top: -3px;
    cursor: pointer;
}
.irHomeLink:hover {
    color: #8CDAFA;
}
.menuToggleGroup{
  display: inline-block;
  
}
.menu-toggle{
  text-align: left;
  height: 50px;
  line-height: 0;
}
.menu-toggle .hamburger.icon{
  display: inline-block;
  vertical-align: middle;
  padding-left:20px;
  padding-right: 20px;

}
.onMenuCloseButton,
.menu-toggle .hamburger.icon span{
  display: inline-block;
  background-image: url("../design/sprite-with-gray-icons.png");
    background-position: -301px -395px;
    height: 20px;
    width: 20px;
    margin:21px 0 19px;
    cursor: pointer;
}
.menu-open .menu-toggle .hamburger.icon span{
  background-position: -60px -392px;
}
.onMenuCloseButton{
  margin: 20px 0 0;
  float:right;
  background-position: -90px -392px;
  
}
.isDesktop .onMenuCloseButton{
  display: none;
}
.onMenuCloseButton:hover{
  background-position: -396px -134px;
}
.onMenuCloseButton:focus,
.onMenuCloseButton:hover{
  opacity: 0.5;
}
.menu-toggle,
.header-right-content{
  float:left;
  width: 40%;
}
.ClientLogoW{
  float: left;
  width: 20%;
}
.mainNav a,
.mainNav .level2 li{
  color:#fff;
  font-size: 14px;
}
.mainNav .level2 .childrenGroupTitle{
  padding: 0 0 2em;
}
.mainNav h4{
  margin:0;
  line-height: 1.2;
  padding: 0 60px;
  font-weight: bold;
  letter-spacing: inherit;
  font-size: 14px;
  font-style: normal;
  text-transform: capitalize;
  color: #f3f3f3;
  cursor: text;
  font-family: "intel-clear","tahoma",Helvetica,"helvetica",Arial,sans-serif;
  text-align: center;
}
.mainNav .navHeader{
  display: block;
  padding: 0 20px 0 35px;
  background: #333;
}
.mainNav .navHeader a{
  font-size: 16px;
}
.mainNav .level1 .navHeader a {
  padding:19px 0 16px;
  margin-right: 1.5em;
  display: inline-block;
}
.mainNav .level1 .selected .navHeader a,
.mainNav .level1 .expanded .navHeader a {
  border-bottom: 3px solid #00aeef;
}
.mainNav .level2,
.mainNav .level3{
  padding-top: 30px;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
  z-index: 0;
}
.mainNav .level2 li{
  padding-bottom: 1em;

}
.mainNav .level2 > li a{
  display: block;
  position: relative;
}
.mainNav .level2 > li a:hover{
  color: #9addf7;
}
.mainNav .level2 > li.has-children > a:after{
  content: '';
  background-image: url("../design/sprite-carets-gray-included.png");
  background-position: -213px -234px;
  background-repeat: no-repeat;
  bottom: 0;
  display: inline-block;
  height: 8px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
}
.mainNav .level2 > li a:hover:after{
  background-position: -188px -234px;
}

.mainNav li .menuBack {
    float: left;
    color: #bbb;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
}
.mainNav .menuBack .icon-back {
    background-image: url("../design/sprite-carets-gray-included.png");
    background-position: -264px -148px;
    display: inline-block;
    height: 8px;
    margin-right: 0.5em;
    width: 4px;
}
.mainNav .menuBack:hover .icon-back {
    background-position: -264px -166px;
}
.mainNav .level3{
  background: #252525;
  position: absolute;
  top:0;
  bottom:0;
  width:100%;
  right:0;
  z-index: 1;
  transform: translateX(100%);
  -ms-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);

  transition:transform 280ms ease 0s;
  -ms-transition:transform 280ms ease 0s;
  -moz-transition:transform 280ms ease 0s;
  -webkit-transition:transform 280ms ease 0s;
}
.mainNav .level3.show{
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}

.navigation{
  position: fixed;
  top:0;
  bottom:0;
  left:0;
  min-width: 460px;
  background: #252525;
  overflow-y: auto; 
  overflow-x: hidden; 
  z-index: 1000;

  transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);

  transition: transform 0.2s ease-out 0s;
  -moz-transition: transform 0.2s ease-out 0s;
  -webkit-transition: transform 0.2s ease-out 0s;
  -ms-transition: transform 0.2s ease-out 0s;
}
.menu-open .navigation{

  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);

  -moz-transition-delay: .2s;
  -webkit-transition-delay: .2s; /* Safari */
  transition-delay: .2s;
}

.ModuleSearch{
  position: fixed;
  right:0;
  top:0;
  background: #252525;
  z-index: 1000;

  transform: translatex(500px);
  -moz-transform: translatex(500px);
  -webkit-transform: translatex(500px);
  -ms-transform: translatex(500px);

  transition: transform 0.3s ease-out 0s;
  -moz-transition: transform 0.3s ease-out 0s;
  -webkit-transition: transform 0.3s ease-out 0s;
  -ms-transition: transform 0.3s ease-out 0s;

  width: 500px;
  height: 100%;
}
.ModuleSearch .ModuleContainerInnerTop{
  background: #333333;
  padding-right: 15px;
}

.ModuleSearch .SearchInput,
.ModuleSearch .buttonW{
  margin-top:4px;
  display: inline-block;
  vertical-align: middle;
}
.ModuleSearch .SearchInput{
  background:transparent;
  border:none;
  color:#fff;
  font-size: 1.4em;
  font-weight: 200;
  padding:0;
  margin-left: 7px;
  margin-top: 10px;
}
.ModuleSearch .SearchInput:focus{
  outline: none;
}


.ModuleSearch .buttonW{
  margin-left: 10px;
  padding: 10px;
  line-height: 0;
}
.ModuleSearch .SearchButton,
.ModuleSearch .SearchButton:hover{
  padding: 0;
  font-size: 0;
  background-color: transparent;
  background-image: url("../design/sprite-with-gray-icons.png");
  background-position: -391px -278px;
  height: 30px;
  width: 30px;
}
.search-open .ModuleSearch{
  transform: translatex(0);
  -moz-transform: translatex(0);
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);

  -moz-transition-delay: .2s;
  -webkit-transition-delay: .2s; /* Safari */
  transition-delay: .2s;
}
.ModuleSearch .close.icon {
    height: 60px;
    padding: 20px;
    width: 60px;
    cursor: pointer;
    float: right;
}
.ModuleSearch .close.icon span {
  background-color: transparent;
    background-image: url("../design/sprite-with-gray-icons.png");
    background-position: -90px -392px;
    height: 20px;
    width: 20px;
    display: block;
    padding:0;
}




.header-right-content .language-selector-toggle {
    color: inherit;
    background: transparent;
    border: 0;
    opacity: 0.2;
}
.header-right-content .language-selector-toggle .language {
    background: transparent;
    display: inline-block;
    margin: 0 5px 0 7px;
    background-image: url(../design/sprite-with-gray-icons.png);
    background-position: -267px -391px;
    width: 21px;
    height: 21px
}
@media(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .header-right-content .language-selector-toggle .language {
        background-image: url(../design/sprite-icons-retina.png);
        background-size: 533px 633px
    }
}

.header-right-content .language-selector-toggle .hidden-xs {
    display: inline-block !important;
    vertical-align: baseline
}
.header-right-content .language-selector-toggle:hover .language {
    background-image: url(../design/sprite-with-gray-icons.png);
    background-position: 0 -391px;
    width: 21px;
    height: 21px
}
@media(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .header-right-content .language-selector-toggle:hover .language {
        background-image: url(../design/sprite-icons-retina.png);
        background-size: 533px 633px
    }
}
.header-right-content .icon-login {
    background-image: url(../design/sprite-with-gray-icons.png);
    background-position: -150px -392px;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative
}
@media(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .header-right-content .icon-login {
        background-image: url(../design/sprite-icons-retina.png);
        background-size: 533px 633px
    }
}
.header-right-content .align-icons {
    margin-top: 1px;
    top: 0
}
.header-right-content .modal .close:hover,
.header-right-content .modal .close:focus {
    color: #000;
    cursor: pointer;
    opacity: .5;
    text-decoration: none
}
.header-right-content input#cbRememberMe:focus {
    outline: dotted thin
}
.header-right-content .igm-form-signin #pwd-error,
.header-right-content .igm-form-signin #uname-error {
    font-size: 14px
}
.header-right-content .modal-signin #login-error {
    width: 100%;
    font-size: 14px
}
.header-right-content .igm-form-signin .validation-messages {
    margin: 0;
    font-size: 14px;
    color: #959595
}
.header-right-content .igm-form-signin .invalid {
    border-color: #ed1c24
}
.header-right-content .igm-form-signin .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}
.header-right-content .igm-form-signin input.invalid::-moz-placeholder {
    color: #ed1c24;
    opacity: 1
}
.header-right-content {
    color: #f3f3f3;
    text-align: right;
}
.header-right-content .solid.transparent {
    box-shadow: none
}
.header-right-content ul {
    padding: 0;
    list-style: none
}
.header-right-content button {
    border: 0;
    color: #f3f3f3;
    padding: 0
}
.header-right-content button:hover,
.header-right-content button:focus {
    color: #9addf7
}
.header-right-content button:active,
.header-right-content button:focus {
    outline: 0
}
.header-right-content button.icon {
    width: 30px;
    height: 50px;
    padding: 10px 10px 10px 5px;
    background: transparent
}
.header-right-content button.icon span {
    display: inline-block
}
@media screen and (min-width: 480px) {
    .header-right-content button.icon {
        width: 50px;
        height: 50px;
        padding-top: 15px
    }
}
@media screen and (min-width: 768px) {
    .header-right-content button.icon {
        width: 60px;
        height: 60px;
        padding: 20px
    }
}
.header-right-content button.login {
    width: auto;
    padding: 17px 5px 15px 5px
}
.header-right-content button.btn-primary {
    background: #0071c5;
    color: #fff
}
.header-right-content input {
    color: #f3f3f3
}
.header-right-content >.main-navbar {
    width: 100%;
    color: #f3f3f3
}
.header-right-content >.main-navbar a {
    color: #f3f3f3
}
.header-right-content >.main-navbar a:hover {
    color: #9addf7
}
.header-right-content .close {
    opacity: 1
}
.header-right-content .close:hover span {
    background-image: url(../design/sprite-with-gray-icons.png);
    background-position: -120px -392px;
    width: 20px;
    height: 20px
}
@media(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .header-right-content .close:hover span {
        background-image: url(../design/sprite-icons-retina.png);
        background-size: 533px 633px
    }
}
.header-right-content .close span {
    background-image: url(../design/sprite-with-gray-icons.png);
    background-position: -90px -392px;
    width: 20px;
    height: 20px
}
@media(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .header-right-content .close span {
        background-image: url(../design/sprite-icons-retina.png);
        background-size: 533px 633px
    }
}
.header-right-content .close.theme-white span {
    background-image: url(../design/sprite-with-gray-icons.png);
    background-position: -60px -392px;
    width: 20px;
    height: 20px
}
@media(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .header-right-content .close.theme-white span {
        background-image: url(../design/sprite-icons-retina.png);
        background-size: 533px 633px
    }
}
.header-right-content .close.theme-white:hover span {
    background-image: url(../design/sprite-with-gray-icons.png);
    background-position: -396px -134px;
    width: 20px;
    height: 20px
}
@media(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .header-right-content .close.theme-white:hover span {
        background-image: url(../design/sprite-icons-retina.png);
        background-size: 533px 633px
    }
}
.header-right-content .hamburger.icon {
    width: 30px
}
.header-right-content .hamburger span {
    background-image: url(../design/sprite-with-gray-icons.png);
    background-position: -301px -395px;
    width: 20px;
    height: 20px
}
@media(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .header-right-content .hamburger span {
        background-image: url(../design/sprite-icons-retina.png);
        background-size: 533px 633px
    }
}
.header-right-content .nav-left button {
    background: transparent;
    padding: 0
}
.header-right-content .nav-left li {
    display: inline-block;
    margin-right: 1em
}
.header-right-content .nav-left li:last-child {
    margin-right: 0
}
.header-right-content .nav-left li:first-child {
    padding-left: 15px
}
.header-right-content .nav-right {
    text-align: right
}
.header-right-content .login,
.header-right-content .search-button,
.header-right-content .search-button span {
    display: inline-block;
    height: 60px;
    line-height: 26px;

}
.header-right-content .login:hover,
.header-right-content .search-button:hover,
.header-right-content .language-selector-toggle:hover {
    color:#9addf7;
    cursor: pointer;
}

.header-right-content .item:first-child {
    margin-left: 0
}
.header-right-content .login {
    padding: 17px 5px 15px 5px;
    opacity: 0.2;
}
.header-right-content .login .login-label {
    display: none
}
.header-right-content .login.login-link-text {
    position: relative
}
.header-right-content .login .icon-login {
    top: 0
}
.header-right-content .login:hover .icon-login {
    background-image: url(../design/sprite-with-gray-icons.png);
    background-position: -396px -164px;
    width: 20px;
    height: 20px
}
@media(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .header-right-content .login:hover .icon-login {
        background-image: url(../design/sprite-icons-retina.png);
        background-size: 533px 633px
    }
}
.header-right-content .search-button {
    padding: 15px 10px;
    width: 40px
}
.header-right-content .search-button span {
    background-image: url(../design/sprite-with-gray-icons.png);
    background-position: -396px -284px;
    width: 20px;
    height: 20px
}
@media(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .header-right-content .search-button span {
        background-image: url(../design/sprite-icons-retina.png);
        background-size: 533px 633px
    }
}
.header-right-content .search-button:hover span {
    background-image: url(../design/sprite-with-gray-icons.png);
    background-position: -441px 0;
    width: 20px;
    height: 20px
}
@media(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .header-right-content .search-button:hover span {
        background-image: url(../design/sprite-icons-retina.png);
        background-size: 533px 633px
    }
}
.header-right-content .content .navbar-logo {
    background: url('../design/sprite-with-gray-icons.png') no-repeat;
    background-position: -331px -488px;
    margin: 9px auto;
    display: block;
    background-size: inherit
}
@media screen and (max-width: 767px) {
    .header-right-content .content .navbar-logo {
        width: 54px;
        height: 35px;
        margin: 7px auto;
        background-position: -331px -536px
    }
}
@media(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi),
(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .header-right-content .content .navbar-logo {
        background-image: url('../design/sprite-icons-retina.png');
        background-size: 533px 633px;
        height: 45px
    }
}
.header-right-content .menu-content {
    display: none;
    position: relative;
    transition: 1000ms
}
.header-right-content [data-igm-search-control] {
    line-height: 0;
    padding-right: 15px;
    width: 100%;
    background-color: #333;
    padding-left: 0;
    font-size: 1em
}
.header-right-content [data-igm-search-control] .search-button {
    width: 50px;
    margin-left: 5px
}
.header-right-content [data-igm-search-control] label {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin: .7em 95px 0 70px;
    vertical-align: top;
    line-height: normal
}
.header-right-content [data-igm-search-control] input {
    color: #fff;
    width: 100%;
    padding-right: 1.5em;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1.3em;
    font-weight: 200;
    padding-bottom: .35em
}
.header-right-content [data-igm-search-control] .search-button span {
    background-image: url(../design/sprite-with-gray-icons.png);
    background-position: -396px -284px;
    width: 20px;
    height: 20px
}
@media(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .header-right-content [data-igm-search-control] .search-button span {
        background-image: url(../design/sprite-icons-retina.png);
        background-size: 533px 633px
    }
}
.header-right-content [data-igm-search-control] .search-clear {
    position: absolute;
    right: 75px;
    top: 0;
    background-color: transparent;
    padding: 20px
}
@media screen and (max-width: 767px) {
    .header-right-content [data-igm-search-control] .search-clear {
        padding: 15px 20px
    }
}
.header-right-content [data-igm-search-control]::-webkit-input-placeholder {
    color: #bbb
}
.header-right-content [data-igm-search-control]:-moz-placeholder {
    color: #bbb;
    opacity: 1
}
.header-right-content [data-igm-search-control]::-moz-placeholder {
    color: #bbb;
    opacity: 1
}
.header-right-content [data-igm-search-control]:-ms-input-placeholder {
    color: #bbb
}
.header-right-content .search-content {
    position: fixed;
    top: 0;
    opacity: 1;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    background: #252525;
    padding: 0;
    overflow: auto
}
.header-right-content .search-content.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.header-right-content .search-content ul li {
    padding-bottom: 10px
}
.header-right-content .search-content .related h3 {
    font-size: 1em;
    font-family: "intel-clear", "tahoma", Helvetica, "helvetica", Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 1em;
    color: #bbb
}
.header-right-content .search-content .related li a {
    padding-left: 1em;
    position: relative
}
.header-right-content .search-content .related li a .icon-caret {
    display: inline-block;
    background-image: url(../design/sprite-carets-gray-included.png);
    background-position: -213px -234px;
    width: 5px;
    height: 8px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}
.header-right-content .search-content .related li a:hover {
    background-image: none
}
.header-right-content .search-content .related li a:hover .icon-caret {
    background-image: url(../design/sprite-carets-gray-included.png);
    background-position: -188px -234px;
    width: 5px;
    height: 8px
}
.header-right-content .search-content .results,
.header-right-content .search-content .related {
    padding: 0 20px;
    font-size: 14px
}
.header-right-content .search-content .results li:hover a,
.header-right-content .search-content .related li:hover a {
    color: #9addf7
}
.header-right-content .search-content .results a,
.header-right-content .search-content .related a {
    color: #fff
}
.header-right-content .search-content .results a:hover,
.header-right-content .search-content .related a:hover {
    color: #9addf7
}
.header-right-content .states-login {
    padding: 15px 0;
    line-height: 20px;
    position: relative
}
.header-right-content .states-login .icon-login {
    margin-right: 10px
}
.header-right-content .states-login .state-option {
    height: 20px;
    padding: 0
}
.header-right-content .logged-in .nav-right .language-selector-toggle {
    background: transparent;
    border: 0;
    vertical-align: baseline
}
.header-right-content .logged-in .nav-right .language-selector-toggle .language {
    background: transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 7px;
    background-image: url(../design/sprite-with-gray-icons.png);
    background-position: -267px -391px;
    width: 21px;
    height: 21px
}
@media(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .header-right-content .logged-in .nav-right .language-selector-toggle .language {
        background-image: url(../design/sprite-icons-retina.png);
        background-size: 533px 633px
    }
}
.header-right-content .logged-in .nav-right .language-selector-toggle span {
    line-height: 12px;
    vertical-align: middle
}
.header-right-content .logged-in .nav-right .language-selector-toggle:hover .language {
    background-image: url(../design/sprite-with-gray-icons.png);
    background-position: 0 -391px;
    width: 21px;
    height: 21px
}
@media(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .header-right-content .logged-in .nav-right .language-selector-toggle:hover .language {
        background-image: url(../design/sprite-icons-retina.png);
        background-size: 533px 633px
    }
}
.header-right-content .logged-in .nav-right button.login {
    cursor: pointer;
    padding: 15px 5px
}
.header-right-content .logged-in .nav-right button.login .icon-login {
    background-image: url(../design/sprite-with-gray-icons.png);
    background-position: -89px -68px;
    width: 20px;
    height: 20px
}
@media(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .header-right-content .logged-in .nav-right button.login .icon-login {
        background-image: url(../design/sprite-icons-retina.png);
        background-size: 533px 633px
    }
}
.header-right-content .logged-in .nav-right button.login .login-label {
    display: none
}
.header-right-content .logged-in .nav-right .search-button {
    padding: 15px 5px;
    width: 40px
}
.header-right-content .logged-in .icon-login {
    background-image: url(../design/sprite-with-gray-icons.png);
    background-position: -89px -68px;
    width: 20px;
    height: 20px
}
@media(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .header-right-content .logged-in .icon-login {
        background-image: url(../design/sprite-icons-retina.png);
        background-size: 533px 633px
    }
}
.header-right-content .navbar-brand-transparent {
    background-color: rgba(0, 66, 128, 0.6)
}
.header-right-content::-ms-clear {
    width: 0;
    height: 0
}
@media screen and (min-width: 768px) {
    .header-right-content {
        height: 60px
    }
    .header-right-content button.icon {
        width: 60px;
        height: 60px;
        padding: 20px
    }
    .header-right-content button.login {
        width: auto;
        padding: 15px 5px
    }
    .header-right-content .nav-left ul {
        padding-top: 1.1em
    }
    .header-right-content .nav-left li:first-child {
        padding-left: 15px
    }
    .header-right-content .nav-right {
        padding-right: 15px
    }
    .header-right-content .login .login-label {
        display: inline-block;
        padding-right: 10px;
        position: relative;
        vertical-align: top
    }
    .header-right-content .align-icons {
        vertical-align: text-top
    }
    .header-right-content .navbar-logo {
        width: 64px;
        height: 42px
    }
    .header-right-content .states-login .state-option {
        display: inline-block
    }
    .header-right-content .states-login .state-option.state-logged-in {
        display: none
    }
    .header-right-content .states-login .icon-login,
    .header-right-content .states-login .login-link-text {
        display: none
    }
    .header-right-content .logged-in .states-login .state-option.state-logged-out {
        display: none
    }
    .header-right-content .logged-in .states-login .state-option.state-logged-in {
        display: inline-block
    }
    .header-right-content [data-igm-search-control] label {
        margin-top: 1em
    }
    .header-right-content .search-content {
        width: 400px;
        -webkit-transform: translate3d(400px, 0, 0);
        transform: translate3d(400px, 0, 0)
    }
    
}
@media screen and (min-width: 992px) {
    .header-right-content [data-igm-search-control] label {
        margin-top: 1em
    }
    .header-right-content [data-igm-search-control] input {
        font-size: 1.4em
    }
}
@media(max-width:768px) and (min-width:480px) {
    .header-right-content .search-content {
        width: 100%;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        display: none
    }
    .header-right-content .search-content.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        display: block
    }
    .header-right-content .align-icons {
        vertical-align: inherit
    }
    .header-right-content .align-menu {
        vertical-align: top
    }
    .header-right-content .language-selector-toggle .language {
        margin-bottom: -1px
    }
}
@media screen and (min-width: 1200px) {
    .header-right-content .search-content {
        width: 450px;
        -webkit-transform: translate3d(450px, 0, 0);
        transform: translate3d(450px, 0, 0)
    }
}
@media screen and (min-width: 1650px) {
    .header-right-content .search-content {
        width: 500px;
        -webkit-transform: translate3d(500px, 0, 0);
        transform: translate3d(500px, 0, 0)
    }
}
@media screen and (max-width: 767px) {
    .header-right-content .language-selector-toggle .language {
        margin: 0 5px 1px 7px
    }
    .header-right-content .language-selector-toggle .hidden-xs {
        display: none !important
    }
    .header-right-content .modal-intel {
        top: 0
    }
    .header-right-content .modal {
        z-index: 2000
    }
    .header-right-content .nav-right {
        padding: 0
    }
    .header-right-content .login {
        padding: 15px 5px
    }
    .header-right-content .main-navbar .col-xs-2 {
        padding: 0
    }
    .header-right-content .hamburger.open span {
        background-image: url(../design/sprite-with-gray-icons.png);
        background-position: -60px -392px;
        width: 20px;
        height: 20px
    }
    .header-right-content .states-login .state-option {
        position: fixed;
        display: inline-block;
        width: 100%;
        background: #333;
        padding: 15px 20px;
        height: 50px;
        text-align: left;
        right: -100%;
        z-index: -1;
        -webkit-transition: opacity .15s linear;
        -moz-transition: opacity .15s linear;
        -ms-transition: opacity .15s linear;
        -o-transition: opacity .15s linear;
        transition: opacity .15s linear;
        -webkit-transition: right 300ms;
        -moz-transition: right 300ms;
        -ms-transition: right 300ms;
        -o-transition: right 300ms;
        transition: right 300ms
    }
    .header-right-content .states-login .state-option button.icon {
        width: 20px;
        height: 20px;
        padding: 0
    }
    .header-right-content .states-login .state-option .option-links {
        position: relative;
        top: -4px
    }
    .header-right-content .states-login.open .state-logged-in,
    .header-right-content .states-login.open .state-logged-out {
        z-index: 1;
        right: 0
    }
    .header-right-content .states-login.no-transition .state-option {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none
    }
    .header-right-content .logged-in .states-login.open .state-logged-in {
        right: 0;
        z-index: 1
    }
    .header-right-content .logged-in .states-login.open .state-logged-out {
        right: -100%;
        z-index: -1
    }
    .event-archive .ModuleFilesContainer.fileIcons {
      padding-left: 40px;
      text-align: left;
    }
}
.PaneHeader2{
  line-height: 2;
  background: rgba(5,19,45, 0.78);
  top: 0;
  position: fixed;
  left:0;
  right:0;
  color:#fff;
  padding: 10px 20px;
  text-align: right;
  transition: top 0.15s ease-in-out;
  -webkit-transition: top 0.15s ease-in-out;
  -moz-transition: top 0.15s ease-in-out;
  -ms-transition: top 0.15s ease-in-out;
  z-index: 7999;
}
.PaneHeader2 a{
  color: #00aeef;
}
.PaneHeader2 a:hover{
  color: #0071c5;
}
.PaneHeader2.show{
  top:60px;
}
/*.PaneNavigation{
  margin-top:60px;
}*/
.footer-logo .footer-logo-bg{
    background: rgba(0, 0, 0, 0) url("../design/sprite-with-gray-icons.png") no-repeat scroll -332px -436px;
    display: inline-block;
    height: 45px;
    /*margin-top: 5.5em;*/
    width: 64px;
}
.footer-logo-2 .footer-logo-bg{
  background: url("../design/sprite-with-gray-icons.png") no-repeat scroll -332px -436px;
  float: none;
  height: 47px;
  margin-top: 1em;
  transform: scale(0.47);
  transform-origin: left top 0;
  width: 80px;
  display: none;
}
.FooterGroup{
  background: #f3f3f3;
  padding:2em;
  display:none;
}
.PaneFooter2{
  padding-right: 3em;
}
.PaneQ4Footer{
  padding-left: 3em;
  padding-bottom: 1.2em;
  padding-top:2.5em;
  padding-top:;
  border-left: 1px solid #d7d7d7;
  width:85%;
  position: relative;
}
.PaneQ4Footer a{
  color:#555;
}
.PaneQ4Footer a:hover{
  color: #959595;
}
.corporate-footer-links li,
.footer-social li{
  padding: 0.5em 0;
}
.corporate-footer-links{
  margin: 0 0 1.5em;
}
.footer-social{
  margin: 0 0 1em;
}
.corporate-footer-links li,
.footer-social li,
.ir-footer-links li{
    display: inline-block;
    margin-right: 1em;
    
}
.ir-footer-links a,.CopyrightW,
.Q4FooterContainer{
    border-left: 1px solid #555;
    padding: 0 0 0 1em;
    font-size: 0.75em;
}
.CopyrightW,
.ir-footer-links{
  display: inline-block;
  border:none;
  padding:0;
}
.Q4FooterContainer{
  border:none;
  padding:0;
}
.CopyrightW{
  margin-right: 0.8em;
}
.footer-social a{
  display: block;
}
.footer-social .icon.facebook {
    background-image: url("../design/sprite-with-gray-icons.png");
    background-position: -126px -224px;
    height: 32px;
    width: 32px;
}

.btt {
    float: right;
    position: absolute;
    bottom: -15px;
    right:15px;
    opacity: 0;
    transition: 0.5s top;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
}
.btt.visible {
    bottom: 20px;
    opacity: 1;
}
.btt a{
  background-color: #0071C5;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  height: 40px;
  line-height: 43px;
  text-align: center;
  width: 40px;
}
.btt a:hover{ 
  color: #fff;
  opacity: 0.8;
}

@media not all,
(min-resolution: 192dpi) {
    .footer-social .icon.facebook {
        background-image: url("../design/sprite-icons-retina.png");
        background-size: 533px 633px;
    }
}

.footer-social .icon.twitter {
    background-image: url("../design/sprite-with-gray-icons.png");
    background-position: -126px -266px;
    height: 32px;
    width: 32px;
}

@media not all,
(min-resolution: 192dpi) {
    .footer-social .icon.twitter {
        background-image: url("../design/sprite-icons-retina.png");
        background-size: 533px 633px;
    }
}

.footer-social .icon.linkedin {
    background-image: url("../design/sprite-with-gray-icons.png");
    background-position: -126px -308px;
    height: 32px;
    width: 32px;
}

@media not all,
(min-resolution: 192dpi) {
    .footer-social .icon.linkedin {
        background-image: url("../design/sprite-icons-retina.png");
        background-size: 533px 633px;
    }
}

.footer-social .icon.youtube {
    background-image: url("../design/sprite-with-gray-icons.png");
    background-position: -82px -178px;
    height: 32px;
    width: 32px;
}

@media not all,
(min-resolution: 192dpi) {
    .footer-social .icon.youtube {
        background-image: url("../design/sprite-icons-retina.png");
        background-size: 533px 633px;
    }
}

.footer-social .icon.instagram {
    background-image: url("../design/sprite-with-gray-icons.png");
    background-position: -354px -294px;
    height: 32px;
    width: 32px;
}

@media not all,
(min-resolution: 192dpi) {
    .footer-social .icon.instagram {
        background-image: url("../design/sprite-icons-retina.png");
        background-size: 533px 633px;
    }
}

.footer-social .icon.wechat {
    background-image: url("../design/sprite-with-gray-icons.png");
    background-position: -270px -42px;
    height: 32px;
    width: 32px;
}

@media not all,
(min-resolution: 192dpi) {
    .footer-social .icon.wechat {
        background-image: url("../design/sprite-icons-retina.png");
        background-size: 533px 633px;
    }
}

.footer-social .icon.renren {
    background-image: url("../design/sprite-with-gray-icons.png");
    background-position: -312px 0;
    height: 32px;
    width: 32px;
}

@media not all,
(min-resolution: 192dpi) {
    .footer-social .icon.renren {
        background-image: url("../design/sprite-icons-retina.png");
        background-size: 533px 633px;
    }
}

.footer-social .icon.sina {
    background-image: url("../design/sprite-with-gray-icons.png");
    background-position: -232px -42px;
    height: 32px;
    width: 32px;
}

@media not all,
(min-resolution: 192dpi) {
    .footer-social .icon.sina {
        background-image: url("../design/sprite-icons-retina.png");
        background-size: 533px 633px;
    }
}

.PaneNavigation {
  padding:100px 50px;
  text-align: center;
  color:#fff;
  position: relative;
}
.LayoutHomePage .PaneNavigation{
  padding-top:420px;
}

.PaneNavigation .banner-img{
  background-image: url(../design/header_image_default.jpg);
  background-position: center top;
  background-size: cover;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: 0;
}
.LayoutHomePage .PaneNavigation .banner-img{
  background-image: url(../design/header_image_homepage.jpg);
  background-position: center;
}

.PaneNavigation .mask{
  position: absolute;
  height:70%;
  bottom:0;
  left:0;
  right:0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003c71+0,003c71+23&0+0,0.19+22,0.75+85 */
background: -moz-linear-gradient(top,  rgba(0,60,113,0) 0%, rgba(0,60,113,0.19) 22%, rgba(0,60,113,0.2) 23%, rgba(0,60,113,0.75) 85%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,60,113,0) 0%,rgba(0,60,113,0.19) 22%,rgba(0,60,113,0.2) 23%,rgba(0,60,113,0.75) 85%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,60,113,0) 0%,rgba(0,60,113,0.19) 22%,rgba(0,60,113,0.2) 23%,rgba(0,60,113,0.75) 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00003c71', endColorstr='#bf003c71',GradientType=0 ); /* IE6-9 */

}
.PaneNavigation .container{
  position: relative;
  z-index: 2;
}
.Breadcrumb{
  margin: 0px;
  color: #fff;
}
.LayoutHomePage .Breadcrumb{
  font-size: 80px;
}
.Breadcrumb a{
  display: none;
}
.Breadcrumb .BreadcrumbSeparator{
  display: none;
}
.bannerSubtitle{
  font-weight: 200;
  margin: 0 auto;
  max-width: 700px;
}


div.footer-link-box{
  float: left;
  width:33.333%;
  text-align: center;
  background-size: cover;
  height: 221px;
  position: relative;
}
div.footer-link-box:after{
  content:'';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: bottom;
}
div.footer-link-box:before{
  content: '';
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: rgba(0,0,0,0.5);
  display: block;
}
div.footer-link-box a{
  color:#fff;
  font-family: "intel-clear-headline",impact,sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.029em;
}
ul.footer-link-box{
  width: 98%;
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  padding: 0;
  margin:0;
  position: relative;
  margin: 0 0 30px;
}
div.footer-link-box.box1{
  background-image: url(../design/footer-box-1-bg.jpg);
  background-position: left top;
}
div.footer-link-box.box2{
  background-image: url(../design/footer-box-2-bg.jpg);
  background-position: center;
}
div.footer-link-box.box3{
  background-image: url(../design/footer-box-3-bg.jpg);
  background-position: left top;
}
.to-right{
  float:right;
}
.to-left{
  float:left;
}
.clear-left{
  clear:left;
}
.clear-right{
  clear:right;
}.home-colspan-1-of-1{
  width:100%;
}
.home-colspan-1-of-2{
  width:50%;
}
.home-colspan-1-of-4{
  width:25%;
}
.home-rowspan-1-of-2{
  height: 360px;
}
.home-rowspan-2-of-2{
  height: 720px;
}
.home-thumb{
  background: #05132d;
  position: relative;
  color: #fff;
}
.home-thumb h2{
  font-size:52px;
  line-height: 1;
  color: #fff;
}
.home-thumb p{
  font-weight: 200;
  font-size:14px;
}

.home-thumb .thumb-div{
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: .6;
  background-position: center center;
}
.home-thumb .content-div{
  position: absolute;
  left:0;
  width:80%;
  bottom: 0;
  z-index: 1;
  padding:7%;
}
.LayoutHomePage .PaneRight{
  background: url(../design/home-section-bg.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
  padding:65px 0;
  color: #fff;
  text-align: center;
}
.LayoutHomePage .PaneRight:after{
  content:'';
  position: absolute;
  top:0;
  bottom: 0;
  left:0;
  right:0;
  background: rgba(0,57,108,.9);
  z-index: 0;
}
.LayoutHomePage .PaneRight:before{
  content:'';
  position: absolute;
  top:0;
  bottom: 0;
  left:0;
  right:0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,003b6f+89&0+30,0.99+66 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,20,37,0) 30%, rgba(0,44,82,0.99) 66%, rgba(0,59,111,0.99) 89%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,20,37,0) 30%,rgba(0,44,82,0.99) 66%,rgba(0,59,111,0.99) 89%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,20,37,0) 30%,rgba(0,44,82,0.99) 66%,rgba(0,59,111,0.99) 89%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fc003b6f',GradientType=0 ); /* IE6-9 */
  z-index: 0;
}
.LayoutHomePage .PaneRight .container{
  position: relative;
  z-index: 1;
}
.StockQuoteHome h2{
  font-size: 72px;
  margin: 0 0 40px;
  color: #fff;
}
.irServicesThumb h2{
  font-size: 30px;
  margin: 0 0 20px;
  text-transform: none;
  color: #fff;
  font-weight: 200;
  font-family: "intel-clear","tahoma",Helvetica,"helvetica",Arial,sans-serif;
  letter-spacing: 0;
}

.irServicesThumb .grid.big-gap{
  margin-left:-15px;
  margin-right: -15px;
}

.irServicesThumb{
  background-image: url(../design/shadow-separator.png);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.irServicesThumb .box-outer{
  color:#fff;
  background: #003c71;
  border: 2px solid #005a9d;
  max-width: 160px;
  margin:0 auto;
  transition:.1s all;
  -ms-transition:.1s all;
  -webkit-transition:.1s all;
  -moz-transition:.1s all;
}
.irServicesThumb .box-outer:hover{
  background: #005a9d;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.irServicesThumb .box-inner{
  position: relative;
  z-index: 0;
  font-size: 14px;
}
.irServicesThumb .inflate {
    padding-top: 100%;
}
.irServicesThumb .fill {
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right: 0;
  z-index: 1;
  padding: 17%;
  color:#fff;
  line-height: 1.1;
}
.irServicesThumb i{
  font-size: 42px;
  margin-bottom:15px;
  display: block;
}
.irServicesThumb .slick-list{
  padding:15px 0;
}
.mobileThumbImg{
  display: none;
}


.personNav {
  text-align: center;
}
.personNav .item{
  width: 130px;
  display: inline-block;
  vertical-align: top;
  margin:0 5px 20px;
  line-height: 0;
  cursor: pointer;
}
.personNav .thumb{
  width:100%;
  height:95px;
  width: 95px;
  display: inline-block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.personNav .thumb:after{
  content:'';
  position: absolute;
  top:100%;
  height: 0;
  left:0;
  right:0;
  transition: .07s all;
  -ms-transition: .07s all;
  -moz-transition: .07s all;
  -webkit-transition: .07s all;
  border-bottom:0px solid #00aeef;
}
.personNav .item:hover .thumb:after,
.personNav .item.selected .thumb:after{
  border-width:3px;
}
.personNav .name{
  line-height: 1.1;
  margin-top:15px;
  font-size: 13px;
  color: #000;
}
.personNav ul.slick-dots {
    margin-top: 20px;
}
.PersonWidget .thumbnail{
  float: left;
  margin-bottom: 10px;
  margin-right: 40px;
  max-width: 260px;
}
.PersonWidget{
  position: relative;
  overflow: hidden;
}
.PersonWidget .PersonContainer{
  transform: scale(0.93) rotate(1.5deg);
  -ms-transform: scale(0.93) rotate(1.5deg);
  -moz-transform: scale(0.93) rotate(1.5deg);
  -webkit-transform: scale(0.93) rotate(1.5deg);

  transition: all 0.1s cubic-bezier(.81,.07,.91,.11);
  -ms-transition: all 0.1s cubic-bezier(.81,.07,.91,.11);
  -moz-transition: all 0.1s cubic-bezier(.81,.07,.91,.11);
  -webkit-transition: all 0.1s cubic-bezier(.81,.07,.91,.11);

  opacity:0;
  position: absolute;
  z-index: 0;
}
.PersonWidget .PersonContainer.visible{
  transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);

  transition: all 0.1s cubic-bezier(.21,.61,.16,.98);
  -ms-transition: all 0.1s cubic-bezier(.21,.61,.16,.98);
  -moz-transition: all 0.1s cubic-bezier(.21,.61,.16,.98);
  -webkit-transition: all 0.1s cubic-bezier(.21,.61,.16,.98);

  opacity:1;
  z-index: 1;
}
.fancy-person-details .thumbnail {
    float: left;
    margin-right: 20px;
    max-width: 280px;
}
.fancy-person-details .name

/* .PersonWidget .name */ {

  font-size:36px;
  font-weight: 200;
  line-height: 1;
}
.fancy-person-details .title,
.PersonWidget .title{
  margin-bottom: 20px;
}
.director-skills .item{
  padding:6px 0;
}
.director-skills .skill-bar{
  display: inline-block;
  vertical-align: middle;
  width:79%;
  line-height: 0;
  font-size: 0;
  background: #0071c5;
  margin-right: 3%;
}
.director-skills .skill-level{
  background: #00aeef;
  height: 24px;
  transition: width 1s ease-in-out;
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -ms-transition: width 1s ease-in-out;
}
.director-skills .info-label{
  padding:7px 5px;
  border: 2px solid #00aeef;
  display: inline-block;
  vertical-align: middle;
  width: 18%;
}
.director-skills .skill-name{
  line-height: 1.1;
}
.middle-banner-content p{
  font-style: italic;
}
.secnav-wrap{
  display: table;
  border-top:1px solid #e4e4e4;
  border-bottom:1px solid #e4e4e4;
  margin:30px auto 0 auto; 
  padding: 0 1%;
  min-width: 970px;
}
.secnav-wrap-inner {
    display: inline-block;
    margin: 0 auto;
    vertical-align: bottom;
}
.secondary-nav .level3 > li {
    padding: 0 10px;
}
.secondary-nav ul,
.secondary-nav .level1 > li.expanded,
.secondary-nav .level2 > li.selected,
.secondary-nav .level2 > li.expanded{
  display: inline-block;
  vertical-align: bottom;
}
.secondary-nav li,
.secondary-nav .level1 > li.expanded > a,
.secondary-nav .level2 > li.selected > a,
.secondary-nav .level2 > li.expanded > a{
  display: none;
}
.secondary-nav .level3{
  display: table;
}
.secondary-nav .level3 > li{
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
}
.secondary-nav .level3 a,
.nav-label {
  padding-bottom: 15px;
  padding-top: 15px;
  display: inline-block;
  line-height: 1.1;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.secondary-nav .level3 .selected a{
  border-bottom: 3px solid #00acf2;
}
.nav-label{
  color: #bbbbbb;
  padding: 15px 10px;
  width: 64px;
}
.secondary-nav,
.nav-label{
  display: table-cell;
  vertical-align: middle;
}
.LatestReports {
    margin: 50px 0;
}
.LatestReports .currentYear {
    margin: 15px 0 40px 0;
}
.latest-earnings .item,
.quarter-downloads .item {
    display: none;
}
.latest-earnings .item.active,
.quarter-downloads .item.active {
    display: block;
}
.latest-earnings .item .body {
    /*max-height: 317px;*/
    overflow: hidden;
    margin-bottom: 10px;
}
.latest-earnings .body {
    max-height: 315px;
}
.latest-earnings .body img {
    display: none;
}
.latest-earnings {
    background-color: #f7f7f7;
    padding: 50px 40px;
    margin: 2px 0 30px 0;
}
.quarters-tabs li {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
}
.quarters-tabs .btn {
    background-color: #cbd5df;
    cursor: pointer;
    padding: 14px;
    margin-right: 2px;
    border-radius: 3px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #0071c5;
}
.quarters-tabs .btn.active {
    background-color: #00589f;
    color: #fff;
    cursor: text;
}
.latest-earnings h3 {
    margin: 0;
    padding-right: 10px;
    float: left;
    width: 90%;
}
.latest-earnings .download {
    float: right;
    width: 10%;
    text-align: right;
}
.latest-earnings .download a {
    display: block;
}
.latest-earnings .download a:before {
    display: inline-block;
    vertical-align: middle;
    font-size: 35px;
    line-height: 1;
    font-weight: 400;
}
.quarter-downloads .alt,
.quarter-related .alt {
    background-color: #f7f7f7;
}
.quarter-downloads li,
.quarter-related li {
    padding: 20px 10px 20px 35px;
}
.quarter-downloads li a {
    position: relative;
    padding-left: 50px;
    display: inline-block;
    line-height: normal;
}
.quarter-downloads li a:before {
/*    content: "\e629";
    font-family: 'q4icons';*/
    display: inline-block;
    vertical-align: middle;
    font-size: 35px;
    line-height: 1;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -17.5px;
}
/*.quarter-downloads li a[href*=".pdf"]:before {
    content: "\e62a";
}
.quarter-downloads li a[href*=".xls"]:before {
    content: "\e627";
}
.quarter-downloads li a[href*=".doc"]:before {
    content: "\e62d";
}
.quarter-downloads li a[href*=".zip"]:before {
    content: "\e62e";
}
.quarter-downloads li.Webcast a:before {
    content: "\e647";
}*/
/*.quarter-related a:after {
    content: "\e64f";
    font-family: 'q4icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    margin-left: 5px;
}*/
.quarter-event .items {
    background-color: #0058a0;
    color: #fff;
    padding: 20px 35px;
}
.quarter-event .items a {
    color: #fff;
}
.quarter-event .item {
    position: relative;
    padding-left: 45px;
}
.quarter-event .item:before {
    content: "\e919";
    font-family: 'q4icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
}
.AddToCalendar > .calendarList{
  display: none;
}
.quarter-event .ModuleDateContainer {
    font-size: 18px;
    margin-bottom: 5px;
}
.quarter-event .AddToCalendar,
.quarter-event .moreLinkWrap {
    margin-top: 5px;
    font-size: 14px;
}
.quarter-event .AddToCalendar .q4-atc-button,
.quarter-event .moreLinkWrap a {
    color: #00aeef;
}
.quarter-event .AddToCalendar .q4-atc-button:before,
.quarter-event .more:before {
    content: "\e91e";
    display: inline-block;
    font-size: 13px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    width: 15px;
    position: relative;
    top: -1px;
    margin-right: 5px;
    font-family: 'q4icons';
    color: inherit;
}
.quarter-event .moreLinkWrap a.active .more:before {
    content: "\e64d";
}
.quarter-event .moreInfo {
    display: none;
    padding-left: 20px;
}
.quarter-event .documents {
    font-size: 12px;
}

.eo-graphic .graphic_box{
  position: relative;
  padding-top: 100%;
}
.eo-graphic .blue_circle{
  background: #4F80BC;
  padding:5%;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 1;
  border:10px solid #fff;
}
.eo-graphic .big_circle{
  width:40%;
  height: 40%;
}
.eo-graphic .small_circle{
  width:30%;
  height: 30%;
}
.eo-graphic .c1{
  top:20%;
  left:20%;
}
.eo-graphic .c2{
  top:20%;
  left:80%;
}
.eo-graphic .cm{
  top:50%;
  left:50%;
}
.eo-graphic .c3{
  top:80%;
  left:80%;
}
.eo-graphic .c4{
  top:80%;
  left:20%;
}
.eo-graphic .connect{
  position: absolute;
  top:5%;
  left:5%;
  right:5%;
  bottom:5%;
  border-radius: 50%;
  border:30px solid #B1C1DB;
  z-index: 0;
}
.contact-text{
  padding-right: 20px;
  float: left;
  width:50%;
}
.formsSeparatorw{
  clear: both;
}
.formsSeparator{
  height: 1px;
  background: #eee;
  
}
.contact-us-page,
.contact-board {
  background: #f5f5f5;
}

/* Fundamentals */
.fundamentals table{
  margin-top:20px;
}
.iac .disclaimer{
  padding-top:40px;
  font-size: 12px;
  clear: both;
}
#statements * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#statements.cashflow {
  padding:0;
}

.helper-header {
  margin-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  *zoom: 1;
}
.helper-header:before, .helper-header:after {
  content: "";
  display: table;
}
.helper-header:after {
  clear: both;
}

#helper-sheets-menu {
  float: right;
  margin-top: 10px;
}
#helper-sheets-menu ul {
  margin: 0;
  padding: 0;
  position: relative;
  margin-bottom: -1px !important;
}
#helper-sheets-menu li {
  display: inline-block;
}
#helper-sheets-menu a {
  color: #000;
  padding: 5px 10px;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #e2e2e2;
  margin-left: 5px;
  margin-bottom: 1px;
}
#helper-sheets-menu a.active {
  background-color: #00AEEF;
  color: #fff;
}

#helper-sheets-menu .annualOnly {
  display:none;
}
#main-container .nav ul {
  padding: 0;
  margin: 0;
}

#main-container tr td, 
#main-container tr th {
  text-align: left;
}

h1#legend {
  border: none;
  margin: 0 0 20px;
  font-weight: 300;
  font-size: 24px;
  color: #414141;
  text-align: center;
}
h1#legend span {
  font-weight: normal;
  font-size: 14px;
  display:block;
  font-family: "intel-clear";
  text-transform: none;
}
h1#legend span.iac{
  margin-top:10px;
}
h1#legend span.iac a{
  background: #00AEEF;
}

#main-container {
  margin: 0 auto;
  text-align: left;
  max-width: 619px;
}

.helper-main-nav {
  margin: 1px 0 20px;
}
.helper-main-nav ul {
  display: table;
  width: 100%;
  min-height: 65px;
}
.helper-main-nav li {
  display: table-cell;
  border-right: 1px solid #fff;
  background-color: #00AEEF;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.helper-main-nav li.active {
  width: 50%;
  font-size: 18px;
}
.helper-main-nav li:last-child {
  border-right: none;
}

.helper-secondary-nav {
  display: none;
  margin: 20px 0;
}
.helper-secondary-nav ul {
  *zoom: 1;
}
.helper-secondary-nav ul:before, .helper-secondary-nav ul:after {
  content: "";
  display: table;
}
.helper-secondary-nav ul:after {
  clear: both;
}
.helper-secondary-nav li {
  display: inline-block;
  font-family: 'ProximaNovaRegular', sans-serif;
  padding: 2px 10px;
  margin-right: 5px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.helper-secondary-nav li.active {
  background-color: #476a92;
  color: #fff;
}
.helper-secondary-nav li:last-child {
  border-right: none;
}

@media only screen and (max-width: 639px) {
  #main-container {
    padding: 20px;
  }

  .helper-secondary-nav {
    display: none;
  }

  .helper-main-nav li {
    font-size: 90%;
  }
  .helper-main-nav li.active {
    width: 40%;
    font-size: 18px;
  }
}
#salesforce-table h2{
  font-size: 26px;
}
#salesforce-table {
  min-height: 100px;
}
#salesforce-table table {
  border-collapse: collapse;
}
#table-progress {
  position: relative;
  text-align: center;
  display: none;
}

.spinner {
  height: 40px;
  width: 40px;
  margin: 100px auto;
  position: relative;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 4px solid rgba(125, 125, 125, 0.15);
  border-right: 4px solid rgba(125, 125, 125, 0.15);
  border-bottom: 4px solid rgba(125, 174, 125, 0.15);
  border-top: 4px solid rgba(125, 125, 125, 0.8);
  border-radius: 100%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@media only screen and (min-width: 640px) {
  .phone-view {
    display: none;
  }

  #salesforce-table {
    font-size: 12px;
  }
  #salesforce-table table {
    width: 100%;
  }
  #salesforce-table th {
    max-width: 230px;
    font-weight: normal;
  }
  #salesforce-table td, #salesforce-table th {
    padding: 5px 8px;
    line-height: 18px;
  }
  #salesforce-table th.space-above, #salesforce-table td.space-above {
    padding-top: 15px;
  }
  #salesforce-table th.space-below, #salesforce-table td.space-below {
    padding-bottom: 15px;
  }
  #salesforce-table td.indent-1, #salesforce-table th.indent-1 {
    padding-left: 20px;
  }
  #salesforce-table td.indent-2, #salesforce-table th.indent-2 {
    padding-left: 30px;
  }
  #salesforce-table .total td:nth-child(even),
  #salesforce-table td:nth-child(even),
  #salesforce-table .total th:nth-child(even),
  #salesforce-table th:nth-child(even) {
    background-color: #e2e2e2;
  }
  #salesforce-table thead th {
    text-align: center;
    font-weight: 700;
    font-size: 110%;
  }
  #salesforce-table thead th:nth-child(n+2) {
    border-bottom: 1px solid #bebebe;
  }
  #salesforce-table tbody td {
    text-align: right;
    white-space: nowrap;
  }
  #salesforce-table tr.total td, #salesforce-table tr.total th {
    border-top: 2px solid #bebebe;
    background-color: #ECECEC;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 700;
  }
  #salesforce-table tr.row-bold td, #salesforce-table tr.row-bold th {
    font-weight: 700;
    font-size: 110%;
  }
}
@media only screen and (max-width: 639px) {
  .desktop-view {
    display: none;
  }

  #salesforce-table .parent-container {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    background-color: #f4f4f4;
  }
  #salesforce-table .parent-container .parent-title {
    background-color: #fff;
    padding: 10px 30px 10px 10px;
    font-size: 18px;
    position: relative;
  }
  #salesforce-table .parent-container .child-toggle {
    display: none;
  }
  #salesforce-table .parent-container .toggle-title {
    position: absolute;
    display: block;
    right: 5px;
    padding: 0 10px;
    color: #999;
    font-size: 21px;
    line-height: 24px;
    top: 50%;
    margin-top: -12px;
    cursor: default;
  }
  #salesforce-table .child-container .child-title {
    padding: 5px 10px;
    background-color: #666;
    color: #fff;
  }
  #salesforce-table .child-container .reports-container > div:last-of-type {
    border-bottom: none;
  }
  #salesforce-table .child-container .reports-container > div:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.6);
  }
  #salesforce-table .child-container .report-row {
    display: table;
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #salesforce-table .child-container .report-col {
    display: table-cell;
  }
  #salesforce-table .child-container .col-1 {
    width: 30%;
    color: #777;
  }
  #salesforce-table .child-container .col-2 {
    width: 70%;
    text-align: right;
  }
}

[class^="fontello-"]:before, [class*=" fontello-"]:before {
  font-family: "q4icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.fontello-pin:before {
  content: '\e918';
}

/* '?' */
.fontello-full:before {
  content: '\e801';
}

/* '?' */
#salesforce-charts .chart-box {
  position: relative;
  background-color: #f0f0f0;
  margin-bottom: 10px;
}
#salesforce-charts .chart-box .chart-box-wrapper {
  border: 1px solid #dcdcdc;
}
#salesforce-charts .box-header .heading {
  padding: 5px 28px 5px 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
#salesforce-charts .box-header .tabs {
  background-color: #7e7e7e;
  color: #fff;
}
#salesforce-charts .box-header .tabs .tab {
  display: inline-block;
  padding: 0 20px;
  cursor: pointer;
}
#salesforce-charts .box-header .tabs .tab.active {
  background-color: #fff;
  color: #666;
}
#salesforce-charts .box-header .box-header-wrapper {
  background-color: #f0f0f0;
  line-height: 25px;
  overflow: hidden;
}
#salesforce-charts .chart-wrapper .chart {
  background-color: #fbfbfb;
  height: 180px;
}
#salesforce-charts .highcharts-data-labels {
  visibility: hidden;
}
#salesforce-charts .highcharts-data-labels[visibility="hidden"] {
  visibility: hidden !important;
}
#type-selector ul {
  display: table;
  width: 100%;
  padding: 0;
  margin:0 0 1px;
}
#type-selector ul li {
  display: table-cell;
  width: 30%;
  background-color: #00AEEF;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
}
#type-selector ul li:first-child {
  border-right: 1px solid #fff;
}
#type-selector ul li.active {
  width: 70%;
}
#fancyChart {
  position: relative;
}
#fancyChart h1 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 60px;
  margin: 0;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.9);
  color: #777;
  z-index: 999;
}

@media only screen and (min-width: 1025px) {
  #salesforce-charts .chart-box {
    height: 162px;
  }
  #salesforce-charts .chart-box .chart-box-wrapper {
    position: absolute;
    border: none;
  }
  #salesforce-charts .box-header {
    height: 25px;
  }
  #salesforce-charts .box-header .heading {
    padding-top: 0;
    padding-bottom: 0;
  }
  #salesforce-charts .box-header .box-header-wrapper {
    position: absolute;
    border-top: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    border-left: 1px solid #bebebe;
    width: 180px;
    top: 0;
    right: 0;
    height: 25px;
  }
  #salesforce-charts .lock {
    color: #999;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
    position: absolute;
    right: 0;
    line-height: 18px;
    top: 50%;
    margin-top: -9px;
  }
  #salesforce-charts .locked {
    color: #666;
  }
  #salesforce-charts .chart-wrapper {
    position: relative;
    width: 180px;
    height: 140px;
  }
  #salesforce-charts .chart-wrapper .chart {
    position: absolute;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    border-left: 1px solid #bebebe;
    width: 180px;
    height: 140px;
    top: 0;
    right: 0;
  }
  #salesforce-charts .chart-wrapper .chart.chart-1 {
    z-index: 4;
  }
  #salesforce-charts .chart-wrapper .chart.chart-2 {
    z-index: 3;
  }
  #salesforce-charts .chart-wrapper .chart.chart-3 {
    z-index: 2;
  }
  #salesforce-charts .chart-wrapper .chart.chart-4 {
    z-index: 1;
  }
  #salesforce-charts .fullscreen {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  #salesforce-charts {
    margin-top: 30px;
  }

  .fullscreen {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  #salesforce-charts .lock {
    display: none;
  }
  #salesforce-charts .fullscreen {
    color: #999;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
    position: absolute;
    right: 0;
    line-height: 18px;
    top: 50%;
    margin-top: -9px;
  }
  .secnav-wrap {
    display: none;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  #salesforce-charts {
    margin: 20px 0;
    padding: 5px 0;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    *zoom: 1;
  }
  #salesforce-charts:before, #salesforce-charts:after {
    content: "";
    display: table;
  }
  #salesforce-charts:after {
    clear: both;
  }
  #salesforce-charts .chart-box {
    width: 25%;
    margin: 0;
    float: left;
    padding: 0 5px;
    background: none;
  }
  #salesforce-charts .chart-wrapper .chart {
    height: 140px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  #salesforce-charts .chart-box {
    width: 50%;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 480px) {
  #main-container {
    padding: 2px;
  }
}
@media only screen and (min-width: 1025px) {
  #statements {
    padding-right: 200px;
    font-size: 14px;
    margin: 20px 0;
    *zoom: 1;
  }
  #statements:before, #statements:after {
    content: "";
    display: table;
  }
  #statements:after {
    clear: both;
  }

  #salesforce-table {
    position: relative;
    float: left;
    width: 100%;
  }

  #salesforce-charts {
    float: right;
    width: 180px;
    margin-right: -200px;
    font-size: 14px;
  }
}
.phone-view ul {
  cursor: pointer;
  padding:0;
  margin:0;
  list-style-type: none;
}
.phone-view ul li {
  padding: 5px;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  border-top: 0;
}
.phone-view ul > ul {
  display:none;
  margin-bottom: 10px;
  background: #fff;
  padding: 20px;
}
.phone-view ul li:first-child {
  background-color: #fff;
  position: relative;
  padding: 13px 32px 13px 20px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 400;
}
.phone-view ul li.empty {
  cursor: default;
  border: 0;
  margin: 10px 0;
}
.phone-view ul li.empty .toggle-title {
  display:none;
}
.phone-view ul li.title {
  background-color: #f5f5f5;
  padding: 5px 10px;
}
.phone-view .quarter{
  display: inline-block;
  color: #777;
  width: 30%;
}
.phone-view .data{
  display: inline-block;
  text-align: right;
  width: 70%;
}
.phone-view .toggle-title {
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 12px;
  line-height: 24px;
  height:26px;
  width:26px;
  text-align: center;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  position: absolute;
  right: 5px;
  top: 50%;
  border: 1px solid #999;
  border-radius: 50%;
  font-family: 'q4icons';
}
.phone-view .toggle-title.closed:before {
   content: "\e64d";
}
.phone-view .toggle-title.opened:before {
   content: "\e64e";
}

.vwidget h2{
  font-size: 70px;
  margin: 55px 0;
  text-align: center;
}
.videoList .itemRow > *{
  display: block;
}
.videoList .itemRow .thumb-wrap{
  position: relative;
  padding-top:66%;
  background-size: cover;
  background-position: center;
}
.videoList .itemRow .button{
  position: absolute;
  bottom:25px;
  left:25px;
}
.videoList .itemRow{
  color: inherit;
  display: block;
  padding:0 0 80px;
  cursor: pointer;
  border: 1px solid #f3f3f3;
  position: relative;
  margin-bottom: 30px;
  /*min-height: 485px;*/
  transition: .3s all;
  -webkit-transition: .3s all;
  -ms-transition: .3s all;
  -moz-transition: .3s all;
}
.videoList .hidden{
  display: none;
}
.videoList .itemRow:hover,
.videoList .itemRow.active {
    border: 1px solid #77ceef;
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.2);
}
.videoList .itemRow .title,
.videoList .itemRow .short-description{
  padding: 0 8%;
}
.videoList .itemRow .description{
  display: none;
}
.videoList .itemRow .title{
  margin:25px 0 15px;
}
.showVideoIframe{
  width:60%;
  height: 370px;
}
.viewVideoWindow{
  width:100%;
}
/*.viewVideoWindowContainer .video-nav,
.viewVideoWindowContainer .viewVideoWindow{
  display: inline-block;
  vertical-align: middle;
}*/
.viewVideoWindowContainer{
  position: relative;
}
.viewVideoWindowContainer .iframeWrapper{
  width:100%;
  padding-top:56.3%;
  position: relative;
}
.viewVideoWindowContainer .iframesplash{
  position: absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  background-size: cover;
}
.videoList .video .ed-thumb{
  position: relative;
  cursor: pointer;
}
.videoList .video .ed-thumb:after,
.viewVideoWindowContainer .iframesplash:after{
  content: '';
  position: absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  z-index: 2;
  background:rgba(0,0,0,0.5);
  transition: .3s all;
  -ms-transition: .3s all;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
}
.viewVideoWindowContainer .iframesplash i,
.videoList .video .ed-thumb i{
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  transition: .3s all;
  -ms-transition: .3s all;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  border: 12px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 42px;
  height: 100px;
  left: 50%;
  line-height: 76px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100px;
  z-index: 3;
  opacity: 0.5;
}
.videoList .video .ed-thumb i {
    border: 5px solid #fff;
    font-size: 28px;
    height: 60px;
    left: 50%;
    line-height: 50px;
    width: 60px;
}
.videoList .video .ed-thumb .video-open{
  position: absolute;
  z-index: 3;
  top:0;
  left:0;
  width: 100%;
  height:100%;
}
.viewVideoWindowContainer .iframesplash:hover i,
.videoList .video .ed-thumb:hover i{
  opacity: 1;
}
.viewVideoWindowContainer .iframesplash:hover:after,
.videoList .video .ed-thumb:hover:after{
  opacity: 0;
}
.viewVideoWindowContainer .iframeWrapper iframe,
.viewVideoWindowContainer .iframeWrapper object{
  position: absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  z-index: 0;
}
.viewVideoWindowContainer .description{
  margin:20px 0;
}
.viewVideoWindowContainer .iframeTitle{
  margin:20px 0;
  font-size: 18px;
}
.viewVideoWindowContainer .iframe-text{
  /*max-width: 768px;*/
  margin:0 auto;
}
.videosWidget .videoTitle {
    font-size: 14px;
    margin-top: 20px;
}
.videosWidget .selects .tags{
  float:right;
}
.videosWidget .label,
.videosWidget .sbHolder{
  display: inline-block;
  vertical-align: middle;
}
.videosWidget label{
  margin-right: 20px;
  font-size: 14px;
}
.videoList .ed-thumb {
    padding-top: 90%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.videoList .ed-itemRow {
    background: #ebebeb none repeat scroll 0 0;
    margin-bottom: 4px;
    padding: 10px;
}


.calc-widget-investment-calculator .calc-row {
    display: inline-block;
    margin: 0 10px 15px 0;
}
.calc-widget-investment-calculator .calc-label {
    display: block;
}
.calc-widget-investment-calculator .calc-input input {
    color: #878e9b;
    display: inline-block;
    vertical-align: middle;
}
.calc-widget-investment-calculator .q4i-calendar {
    background-color: #e5e5e5;
    color: #878e9b;
    display: inline-block;
    padding: 12px 0 12px 10px;
    vertical-align: middle;
}
.calc-widget-investment-calculator .calc-input-group {
    margin: 10px 0 5px;
}
.calc-widget-investment-calculator .calc-row.compare {
    display: block;
}
.calc-widget-investment-calculator .compare .calc-input {
    margin: 0 32px 4px 0;
    display: inline-block;
}
.calc-widget-investment-calculator .calc-row.compare .calc-input::before {
    display: none;
}
.calc-widget-investment-calculator .compare .calc-input > * {
    display: inline-block;
    vertical-align: middle;
}
.calc-widget-investment-calculator .compare input[type="text"] {
    display: none;
    position: relative;
    z-index: 1;
    margin-left: 10px;
}
.calc-info table{
  width: 100%;
}
.calc-info td,
.calc-info th {
    padding: 3px 10px;
    font-size: 14px;
    border-bottom:1px solid #D8D8D8;
}
.calc-title > h2 {
    font-size: 34px;
}
.calc-title > h3{
  font-size: 16px;
}
.calc-title > h2,
.calc-title > h3,
.calc-title > p{
  margin:0;
}
.calc-info th {
    font-weight: bold;
    text-align: center;
}
.circles-desktop{
    color: #fff;
    margin: 40px auto;
    padding-top: 90%;
    position: relative;
    width: 90%;
}
.circles-desktop .season:after{
  content:':';
  margin-right: 5px;
}
.circles-desktop .circle-connect{
    position: absolute;
    top:5%;
    left:5%;
    bottom:5%;
    right: 5%;
    border-radius: 50%;
    border:25px solid #e5f7fe;
    z-index: 0;
}
.circles-desktop .middle-circle{
    position: absolute;
    top:50%;
    left:50%;
    color: #00acf2;
    border: 5px solid #00acf2; 
    width:calc(27% + 10px);
    padding-top:27%;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}
.circles-desktop .season-circle{
    background: #0058a0;
    width:41%;
    padding-top:41%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    text-align: center;
}
.circles-desktop .season-circle.circle-0{
    top:0%;
    left:0%;
}
.circles-desktop .season-circle.circle-1{
    top:0%;
    right:0%;
}
.circles-desktop .season-circle.circle-2{
    bottom:0%;
    right:0%;
}
.circles-desktop .season-circle.circle-3{
    bottom:0%;
    left:0%;
}
.circles-desktop .season-circle > span,
.circles-desktop .middle-circle > span{
    position: absolute;
    top:50%;
    left:50%;
    display: block;
    width: 100%;
    padding:10%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.circles-desktop .middle-circle > span{
  padding:5%;
}
.circles-desktop .arrows > div{
    position: absolute;
    z-index: 1;
    line-height: 1;
    font-size: 0
}
.circles-desktop .arrows > div.big-arrow{
    color: #0058a0;
}
.circles-desktop .big-arrow i{
    font-size:80px;
}
.circles-desktop .small-arrow i{
    font-size:64px;
}
.circles-desktop .arrows > div.small-arrow{
    color: #00acf2;
}
.circles-desktop .arrows > div.big-arrow.arrow-1{
    left:50%;
    top:17%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.circles-desktop .arrows > div.big-arrow.arrow-2{
    left:84%;
    top:50%;
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.circles-desktop .arrows > div.big-arrow.arrow-3{
    left:50%;
    bottom:6%;
    transform: translateX(-50%) translateY(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
.circles-desktop .arrows > div.big-arrow.arrow-4{
    left:16%;
    top:50%;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
.circles-desktop .arrows > div.small-arrow.arrow-1{
    left: 38%;
    top: 63%;
    transform: translateX(-50%) translateY(-50%) rotate(-48deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-48deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-48deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-48deg);
}
.circles-desktop .arrows > div.small-arrow.arrow-2{
    left: 63%;
    top: 38%;
    transform: translateX(-50%) translateY(-50%) rotate(-48deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-48deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-48deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-48deg);
}
.circles-mobile{
    display: none;
    margin-top:30px;
}
.circles-mobile .season-box{
    background:#0058a0;
    padding:20px;
    margin-bottom:12px;
    color:#fff;
}
#recode50header {
    height: 60px !important;
    position: relative;
    z-index: 8000;
}
.released-earnings-popup-inner {
    margin: 30px auto 40px;
    max-width: 400px;
}
.released-earnings-popup-inner li:nth-child(2n+1){
  background: #dfdfdf;
}
.released-earnings-popup-inner .bottom-link{
  margin-top:30px;
}
.released-earnings-popup-inner .header-text{
  margin-bottom: 30px;
}
@media screen and (max-width: 1500px){
  .home-thumb .content-div {
    width: 90%;
  }
}
@media screen and (max-width: 1024px){
  .grid.big-gap .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid.big-gap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .StockQuoteHome .box-inner {
    font-size: 36px;
  }
  .StockQuoteHome .PChangeLabel {
    font-size: 22px;
  }
  .home-thumb .content-div {
    width: 100%;
  }
  .home-rowspan-1-of-2 {
    height: 280px;
  }
  .home-rowspan-2-of-2 {
    height: 560px;
  }
  #events-calendar #latest-events, #events-calendar .days-container {
    padding: 30px;
  }
  #events-calendar .icon-container {
    font-size: 22px;
    width: 10%;
  }
  #events-calendar .content-container {
    width: 90%;
  }
  .event-archive .ModuleFilesContainer.fileIcons .button::before {
    font-size: 16px;
    left: 14px;
  }
  .event-archive .ModuleFilesContainer.fileIcons .button {
    padding-left: 35px;
  }
  .event-archive .moreInfo {
    padding: 20px 10px 10px 30px;
  }
  .committee-module-embed h2 {
    font-size: 48px;
    line-height: 1;
    max-width: 100%;
  }
  
}
@media screen and (max-width: 991px){
  .PaneQ4Footer {
    border-left: none;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top:0;
  }
  .CopyrightW{
    margin-top:5px;
  }
  .CopyrightW, .ir-footer-links {
    display: block;
  }
  .corporate-footer-links li, .ir-footer-links li {
    display: block;
    margin-right: 0;
  }
  .CopyrightW, .ir-footer-links li {
    line-height: 1.1;
    margin-bottom: 5px;
  }
  .ir-footer-links a, .CopyrightW, .Q4FooterContainer {
    border-left: none;
    padding: 0;
  }
  .ir-footer-links li {
    padding: 0.2em 0;
  }
  .Copyright {
    margin-bottom: 0.2em;
  }
  .CopyrightW,
  .ir-footer-links li {
    float: left;
    width: 50%;
    margin-right: 0;
  }
  .footer-logo-2 .footer-logo-bg {
    margin-top: 0.9em;
  }
  .Q4FooterContainer {
    margin-top: 15px;
  }
  .footer-logo{
    display: none;
  }
  .footer-logo-2, .footer-logo-2 .footer-logo-bg {
    display: block;
  }
  .FooterGroup {
    padding: 1.8em 2em;
  }
  .FooterGroup .container{
    padding-left: 0;
    padding-right: 0;
  }
  .corporate-footer-links {
    margin: 0 0 1em;
  }
  #events-calendar .day-header, #events-calendar .day {
    padding: 9px 0;
  }
  #events-calendar .icon-container {
    font-size: 20px;
  }
  .home-thumb h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 900px){
  .irServicesThumb i {
    font-size: 32px;
  }
  .irServicesThumb .fill {
    padding: 15% 10% 10%;
  }
}
@media screen and (max-width: 768px){
  .StockQuoteHome h4 {
    margin: 19% 0 10%;
  }
  .irServicesThumb i {
    font-size: 42px;
  }
  .irServicesThumb .fill {
    padding: 24% 10% 10%;
  }
  .irServicesThumb .slick-list{
    padding-bottom:40px !important;
  }
  .event-archive .ModuleFilesContainer.fileIcons {
    text-align: left;
    padding-left: 40px;
    border-left: 1px solid #bcbcbc;
  }
  .event-archive .ModuleMiddleContainer{
    padding-bottom: 15px;
    padding-left: 25px;
  }
  .event-archive .ModuleFilesContainer.fileIcons {
    padding-left: 25px;
  }
  .ModulePressRelease .ModuleYearNavContainer{
    display: inline-block;
  }
  .ModulePressRelease .ModuleYearNavContainer .sbHolder{
    float: none !important;
    margin:0;
  }
  .ModulePressRelease{
    text-align: center;
  }
  .cr-link{
    text-align: left;
  }
  .released-earnings-popup-inner {
    margin: 20px auto 30px;
  }
  .released-earnings-popup-inner li:nth-child(2n+1){
    background: #dfdfdf;
    font-size: 16px;
  }
  .released-earnings-popup-inner .bottom-link{
    margin-top:20px;
  }
  .released-earnings-popup-inner .header-text{
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px){
  #recode50header {
    height: 50px !important;
  }
  .home-thumb .thumb-div {
    opacity: 1;
  }
  .home-thumb h2 {
    font-size: 52px;
  }
  .header-right-content .login, .header-right-content .search-button {
    height: 50px;
  }
  .onMenuCloseButton, .menu-toggle .hamburger.icon span {
    margin: 15px 0;
  }
  .PaneHeader{
    padding:0;
  }
  .PaneHeader2{
    text-align: center;
    background: #04152f;
    padding: 5px 20px;
  }

  .ClientLogo {
/*    background-position: -331px -536px;*/
    height: 35px;
    margin: 7px auto;
    width: 54px;
  }
  .PaneHeader2.show,
  .PaneHeader2 {
    position: static;
  }
  .home-colspan-1-of-2 {
    width: 100%;
  }
  .home-rowspan-1-of-2,
  .home-rowspan-2-of-2 {
      height: auto;
  }
  .mobileThumbImg{
    display: block;
    width:100%;
  }
  
  .LayoutHomePage .PaneNavigation {
    margin-top: 0;
  }
  .PaneNavigation,
  .LayoutHomePage .PaneNavigation {
    padding: 0;  
  }
  .PaneNavigation .container {
    padding-bottom: 6%;
    padding-top: 5%;
    position: relative;
  }
  .LayoutHomePage .PaneNavigation .container {
    background-color: #003c71;
  }
  .LayoutHomePage .PaneNavigation .banner-img{
    position: relative;
    height: 300px;
  }
  .LayoutHomePage .PaneNavigation .mask {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003c71+0,003c71+17&0+0,0.54+31,1+61,1+100 */
    background: -moz-linear-gradient(top,  rgba(0,60,113,0) 0%, rgba(0,60,113,0.3) 17%, rgba(0,60,113,0.54) 31%, rgba(0,60,113,1) 61%, rgba(0,60,113,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,60,113,0) 0%,rgba(0,60,113,0.3) 17%,rgba(0,60,113,0.54) 31%,rgba(0,60,113,1) 61%,rgba(0,60,113,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,60,113,0) 0%,rgba(0,60,113,0.3) 17%,rgba(0,60,113,0.54) 31%,rgba(0,60,113,1) 61%,rgba(0,60,113,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00003c71', endColorstr='#003c71',GradientType=0 ); /* IE6-9 */
    height: 100%;
  }
  .LayoutHomePage .Breadcrumb,
  .Breadcrumb, h1 {
    font-size: 54px;
  }
  .LayoutHomePage .LayoutHomePage .Breadcrumb{
    margin-bottom: 15px;
  }
  .home-thumb .thumb-div,
  .home-thumb .content-div {
    position: static;
  }
  .home-thumb .thumb-div {
    height: auto;
    padding-top: 54%;
  }
  .home-thumb {
    background-color: #f3f3f3;
    color: #05132d;
  }
  .home-thumb h2 {
    color: #003c71;
    margin-top:0;
  }
  .StockQuoteHome h2 {
    font-size: 52px;
  }
  .irServicesThumb h2 {
    font-size: 24px;
    margin: 0 0 40px;
  }
  .headerlatestquarterly{
    display: none;
  }
  .StockQuoteHeaderContainer{
    float:none;
    font-size: 18px;
  }
  .StockQuoteHeaderContainer .StockDescription1 {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
  .navigation {
    min-width: 100%;
    top:50px;
  }
  .navigation .onMenuCloseButton{
    display: none;
  }
  .mainNav .navHeader a {
    font-size: 14px;
  }
  .mainNav .level1 .navHeader a {
    padding: 14px 0 11px;
  }
  .mainNav .navHeader {
    padding: 0 20px;
  }
  .mainNav .level2, .mainNav .level3 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ModuleSearch {
    width: 100%;
    transform: translate3d(100%, 0px, 0px);
    -ms-transform: translate3d(100%, 0px, 0px);
    -webkit-transform: translate3d(100%, 0px, 0px);
    -moz-transform: translate3d(100%, 0px, 0px);
  }
  .ModuleSearch .close.icon {
    height: 50px;
    padding: 15px;
    width: 50px;
  }
  .ModuleSearch .buttonW {
    margin-left: 3px;
    padding: 10px 10px 8px;
  }
  .ModuleSearch .SearchInput, .ModuleSearch .buttonW {
    margin-top: 2px;
  }
  .ModuleSearch .SearchInput {
    font-size: 1.3em;
    margin-left: 14px;

  }
  .committee-module-embed .mobile{
    display: block;
  }
  .committee-module-embed .desktop{
    display: none;
  }
  #events-calendar{
    margin: 0 auto;
    max-width: 480px;
  }
  
  #events-calendar #latest-events,
  #events-calendar .days-container{
    float: none;
    width: 100%;
  }
  #events-calendar .day-header, #events-calendar .day {
    padding: 3% 0;
  }
  .controls .label{
    display: none;
  }
  #events-calendar .controls .month {
    font-size: 32px;
  }
  #events-calendar .controls div {
    padding: 20px 0 30px;
  }
  #latest-events .date > span {
    display: block;
  }
  #latest-events .cat-string {
    margin-left: 0;
  }
  .director-skills .skill-bar,
  .director-skills .info-label {
    margin-right: 0;
    width: 100%;
  }
  .director-skills .info-label{
    border-top: none;
  }
  .director-skills .item {
    padding: 15px 0;
  }
  .director-skills .skill-name {
    line-height: 1.4;
    margin-bottom: 5px;
  }


  .circles-desktop .description{
      display: none;
  }
  .circles-desktop .season{
    display: inline;
  }
   .circles-desktop .season-circle{
      text-align: center;
      padding-top:35%;
      width:35%;
  }
  .circles-mobile{
      display: block;
  }
  .circles-desktop .season::after {
    content: "";
    display: none;
  }
  .circles-desktop .circle-connect {
      border: 15px solid #e5f7fe;
  }
  .circles-desktop .arrows > div.big-arrow i {
      font-size: 58px;
  }
  .circles-desktop .arrows > div.small-arrow i {
      font-size: 50px;
  }
  .circles-desktop .middle-circle {
      padding-top: 34%;
      width: calc(34% + 10px);
      font-size: 16px;
  }
  .circles-desktop .arrows > div.small-arrow.arrow-1 {
      left: 34%;
      top: 67%;
  }
  .circles-desktop .arrows > div.small-arrow.arrow-2 {
      left: 66%;
      top: 34%;
  }
  .circles-desktop .arrows > div.big-arrow.arrow-1 {
      top: 17%;
  }
  .circles-desktop .arrows > div.big-arrow.arrow-2 {
      left: 84%;
  }
  .circles-desktop .arrows > div.big-arrow.arrow-3 {
      bottom: 5%;
  }
  .circles-desktop .arrows > div.big-arrow.arrow-4 {
      left: 17%;
  }

}
@media screen and (max-width: 640px){
  .StockQuoteHome .grid {
    margin-left: -15px;
    margin-right: -15px;
  }
  .StockQuoteHome .box-inner {
    font-size: 52px;
  }
  .StockQuoteHome .slick-list{
    padding-bottom:30px !important;
  }
  .StockQuoteHome .stockMore{
    text-align: center;
    margin-top: 40px;
  }
  .StockQuoteHome .stockMore a{
    background: #00aeef;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 10px 22px;
    text-transform: capitalize;
  }
  .StockQuoteHome .stockMore a:after{
    display: none;
  }
  .irHomeLink {
    font-size: 14px;
    width: 70px;
    margin-left: 12px;
  }
  .questionforourBoard{
    padding-bottom: 0;
  }
  .contact-board-form,
  .csr-question-text,
  .csr-question-textw .csr-question-text{
    width:100%;
    float: none;
    padding:0;
    display: block;
  }
  .csr-question-text{
    margin:30px 0;
  }
  .contact-text,
  div.pre-module-text,
  .questionforourBoard{
    width: 100%;
    float: none;
    margin-bottom:30px;
    padding-right: 0;
  }
  .csr-question-textw .separator{
    display: none;
  }
  .MailingListSignupContainer,
  .MailingListUnsubscribeContainer{
    width:100%;
  }
  div.footer-link-box {
    float: none;
    width: 100%;
  }
  .PersonWidget .thumbnail {
    float: none;
    margin: 0 0 10px;
  }
  .fancy-person-details .thumbnail {
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
  }
  div.footer-link-box:before{
    top:-1px;
    bottom:1px;
  }

}
@media screen and (max-width: 480px){
  #events-calendar .day-header {
    font-size: 14px;
  }
  #events-calendar #latest-events, #events-calendar .days-container {
    padding: 20px;
  }
  .event-archive .ModuleMiddleContainer,
  .event-archive .ModuleFilesContainer.fileIcons {
    border-left: none;
    padding-left: 15px;
  }
  .event-archive .ModuleFilesContainer.fileIcons {
    margin-left: 0;
  }
  .event-archive .ModuleDate{
    display: block;
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid #ccc;
  }
  .LatestReports .quarters-tabs li {
      width: 50%;
  }
  .LatestReports .quarters-tabs .btn {
      margin: 1px;
  }
  .quarter-downloads li, .quarter-related li {
      padding-left: 15px;
  }
  .latest-earnings,
  .quarter-event .items {
      padding: 20px;
  }
  .event-archive .moreInfo{
    margin-left:0;
  }
  .videoList .ed-thumb {
    margin: 0 auto 15px;
    padding-top: 190px;
    max-width: 290px;
  }
  .videoList .ed-item-title {
    margin-bottom: 15px;
    text-align: center;
  }
  .videoList .ed-description {
    display: block;
    margin-top: 10px;
  }
  .videoList .ed-itemRow {
    padding: 20px;
  }
  .event-archive .tags .expand-all-details,
  .event-archive .tags .sbHolder{
    float: none;
  }
  .event-archive .tags .sbHolder{
    margin-bottom: 20px;
  }
  .circles-desktop .arrows > div.big-arrow.arrow-3 {
    bottom: 1%;
  }
  
  
}
@media screen and (max-width: 479px){
  .ModuleSearch .SearchInput{
    width: 180px;
  }
  .committee-module-embed .icon-legend {
    display: block;
    margin-right: 0;
  }
  .committee-module-embed .icon-legend .symbol{
    width: 25px;
  }
  .committee-module-embed .icon-legend {
    margin-bottom: 10px;
  }
  .committee-module-embed .icon-legend .custom-icon-independent {
    left: 0.1em;
  }
  .circles-desktop .middle-circle {
    font-size: 14px;
    border: 3px solid #00acf2;
    width: calc(34% + 6px);
    padding-top: 34%;
  }
  .ModuleDownloadListWithTags .fileIcons.align-right{
    text-align: left;
  }
  .circles-desktop .arrows > div.big-arrow i {
    font-size: 48px;
  }
  .circles-desktop .arrows > div.small-arrow i {
    font-size: 36px;
  }
}
@media screen and (max-width: 320px){
  #events-calendar .day-header, #events-calendar .day {
    padding: 2% 0;
  }
  #events-calendar .day-header {
    font-size: 12px;
  }
  .circles-desktop .arrows > div.big-arrow.arrow-3 {
    bottom: -2%;
  }
}

.y2016.ProxyState {
    position: relative;
    top: 100px;
}
@media (max-width: 768px) {
.y2016.ProxyState {
    top: 140px;
}

}
@media (max-width: 480px) {
.y2016.ProxyState {
    top: 0px;
}
.proxyImg img {
    display: none;
}
}
