/* Foundation Styling
===================================================================================*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700);
/* =======================================================================
	RESET NORMALIZER
  ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block; }

* {
  -webkit-box-sizing: initial;
  box-sizing: initial; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

p,
pre {
  margin: 1em 0; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before,
q:after {
  content: "";
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu,
ol,
ul {
  padding: 0 0 0 40px; }

.main-nav ul,
.main-nav ol,
.secondary-nav ul,
.secondary-nav ol,
.tertiary-nav ul,
.tertiary-nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* =======================================================================
	HTML5 Boilerplate - h5bp.com (generated via initializr.com)
	========================================================================== */
html,
button,
input,
select,
textarea {
  color: #000; }

body {
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

::-webkit-input-placeholder {
  font-style: italic;
  color: #676767; }

:-moz-placeholder {
  font-style: italic;
  color: #676767; }

::-moz-placeholder {
  font-style: italic;
  color: #676767; }

:-ms-input-placeholder {
  font-style: italic;
  color: #676767; }

abbr[title] {
  border-bottom: none; }

/* =======================================================================
	WebFont
	========================================================================== */
/* =======================================================================
	General Styling and Wrapper
	========================================================================== */
html {
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical; }

body {
  color: black;
  min-width: 320px;
  width: 100%;
  font-size: 62.5%;
  font-family: Georgia, "Times New Roman", Times, serif;
  overflow-x: hidden;
  background: url(../images/common/body-bg.png) repeat-x 0 0 #eaeaea; }

.main-wrapper {
  display: block;
  position: relative;
  width: 100%;
  font-size: 1.2em;
  margin: 0 auto;
  position: relative;
  max-width: 1000px; }

body .main-wrapper #header .main-nav > ul i.fa-chevron-down {
  display: none; }

a {
  color: black;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

.main-nav ul,
.main-nav ol,
.secondary-nav ul,
.secondary-nav ol,
.tertiary-nav ul,
.tertiary-nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative; }

h1,
h2,
h3,
h4 {
  font-weight: normal;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0; }

.rvfs-1 td, .rvfs-1 p, .rvfs-1 li {
  font-size: 10%; }

.rvfs-2 td, .rvfs-2 p, .rvfs-2 li {
  font-size: 20%; }

.rvfs-3 td, .rvfs-3 p, .rvfs-3 li {
  font-size: 30%; }

.rvfs-4 td, .rvfs-4 p, .rvfs-4 li {
  font-size: 40%; }

.rvfs-5 td, .rvfs-5 p, .rvfs-5 li {
  font-size: 50%; }

.rvfs-6 td, .rvfs-6 p, .rvfs-6 li {
  font-size: 60%; }

.rvfs-7 td, .rvfs-7 p, .rvfs-7 li {
  font-size: 70%; }

.rvfs-8 td, .rvfs-8 p, .rvfs-8 li {
  font-size: 80%; }

.rvfs-9 td, .rvfs-9 p, .rvfs-9 li {
  font-size: 90%; }

.rvfs-10 td, .rvfs-10 p, .rvfs-10 li {
  font-size: 100%; }

.rvfs-11 td, .rvfs-11 p, .rvfs-11 li {
  font-size: 100%; }

.rvfs-12 td, .rvfs-12 p, .rvfs-12 li {
  font-size: 110%; }

.rvfs-13 td, .rvfs-13 p, .rvfs-13 li {
  font-size: 120%; }

.rvfs-14 td, .rvfs-14 p, .rvfs-14 li {
  font-size: 130%; }

.rvfs-15 td, .rvfs-15 p, .rvfs-15 li {
  font-size: 140%; }

.rvfs-16 td, .rvfs-16 p, .rvfs-16 li {
  font-size: 150%; }

.rvfs-17 td, .rvfs-17 p, .rvfs-17 li {
  font-size: 160%; }

.rvfs-18 td, .rvfs-18 p, .rvfs-18 li {
  font-size: 170%; }

.rvfs-19 td, .rvfs-19 p, .rvfs-19 li {
  font-size: 180%; }

.rvfs-20 td, .rvfs-20 p, .rvfs-20 li {
  font-size: 190%; }

.rvfs-21 td, .rvfs-21 p, .rvfs-21 li {
  font-size: 200%; }

.rvfs-14 .pronounciation p,
.rvfs-15 .pronounciation p,
.rvfs-16 .pronounciation p,
.rvfs-17 .pronounciation p,
.rvfs-18 .pronounciation p,
.rvfs-19 .pronounciation p,
.rvfs-20 .pronounciation p,
.rvfs-21 .pronounciation p {
  font-size: 120% !important; }

.inner-wrap {
  display: block;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 4%; }

/* =======================================================================
	Header
	========================================================================== */
#header {
  padding-top: 50px;
  position: relative;
  z-index: 100; }
  #header .text-resizer {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0; }
    #header .text-resizer a {
      padding: 5px 5px 5px 10px; }
  #header .logo {
    margin: 12px 0; }

.main-nav {
  background: url(../images/common/bg-corner-top.png) 10px bottom no-repeat transparent;
  color: #fff;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  display: block;
  width: 90%;
  position: absolute;
  right: 0;
  top: 82px;
  font-size: 1.2em;
  line-height: 1em;
  padding-left: 10px;
  padding-bottom: 14px;
  height: 38px;
  /*prevent jumping of nav height while webfont is loading*/ }
  .main-nav a {
    color: #fff;
    text-decoration: none;
    -o-transition-property: color;
    transition-property: color;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: color;
    -webkit-transition-duration: 200ms;
    -webkit-transition-timing-function: linear; }
  .main-nav ul {
    display: inline-block;
    background: #000;
    width: 100%; }
    .main-nav ul li {
      display: inline-block;
      position: relative; }
      .main-nav ul li a {
        display: block;
        text-transform: uppercase;
        font-weight: bold;
        padding: 12px 8px; }
        .main-nav ul li a.arrow-down {
          display: none; }
      .main-nav ul li .sub-menu {
        background: url(../images/common/bg-corner-top-dropdown.png) 0 0 no-repeat transparent;
        display: none;
        font-family: Georgia, "Times New Roman", Times, serif;
        position: absolute;
        left: 5px;
        top: 30px;
        width: 200px;
        padding-top: 14px; }
        .main-nav ul li .sub-menu li {
          display: block; }
          .main-nav ul li .sub-menu li a {
            text-transform: none;
            font-weight: normal;
            background: #000;
            padding: 12px;
            margin-bottom: 1px;
            color: #fff; }
            .main-nav ul li .sub-menu li a:hover {
              color: #ffc801; }
      .main-nav ul li:hover a, .main-nav ul li.active a {
        color: #ffc801; }
      .main-nav ul li:hover .sub-menu {
        display: block; }
        .main-nav ul li:hover .sub-menu a {
          color: #fff; }

.social-block {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  border: 1px solid #000;
  line-height: 0.5em;
  position: absolute;
  top: 50px;
  right: 0; }
  .social-block li {
    display: inline-block; }
    .social-block li span {
      display: none; }
    .social-block li a {
      display: block;
      width: 56px;
      height: 32px;
      background: url("../images/common/sprite-image.png") no-repeat transparent;
      border-left: 1px solid #000; }
    .social-block li:last-child a {
      border: none; }
    .social-block li.active {
      background-color: #ffc801; }
    .social-block li.search-box {
      position: relative; }
      .social-block li.search-box .search-input {
        position: relative;
        float: left; }
        .social-block li.search-box .search-input input {
          height: 32px;
          outline: 0;
          border: 0;
          padding: 0;
          vertical-align: middle;
          display: inline-block; }
        .social-block li.search-box .search-input input[type="search"] {
          position: relative;
          width: 170px;
          background: transparent;
          padding: 0px 10px;
          margin: 0; }
        .social-block li.search-box .search-input input[type="submit"] {
          width: 32px;
          background: transparent url(../images/common/search.png) no-repeat 50%/15px;
          font-size: 0; }
    .social-block li.facebook a {
      background-position: 0 -2px; }
      .social-block li.facebook a:hover {
        background-position: 0 -51px; }
    .social-block li.twitter a {
      background-position: -58px -2px; }
      .social-block li.twitter a:hover {
        background-position: -58px -51px; }
    .social-block li.youtube a {
      background-position: -114px -2px; }
      .social-block li.youtube a:hover {
        background-position: -114px -51px; }
    .social-block li.contact a {
      background-position: -170px -2px; }
      .social-block li.contact a:hover {
        background-position: -170px -51px; }
    .social-block li.menu-trigger {
      display: none; }

.search-container {
  display: none; }

.red {
  color: red; }

.cta-wrap {
  margin: 0; }

.call-to-action {
  display: inline-block;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 0.9em;
  text-decoration: none !important; }
  .call-to-action:hover {
    text-decoration: none;
    background: #2a2a2a;
    color: #fff; }

input[type="search"]::-webkit-input-placeholder {
  color: #4e4e4e;
  font-style: normal; }

input[type="search"]:-ms-input-placeholder {
  color: #4e4e4e;
  font-style: normal; }

input[type="search"]::-ms-input-placeholder {
  color: #4e4e4e;
  font-style: normal; }

input[type="search"]::placeholder {
  color: #4e4e4e;
  font-style: normal; }

input[type="search"]::-webkit-input-placeholder {
  color: #4e4e4e;
  font-style: normal; }

input[type="search"]::-moz-placeholder, input[type="search"]:-moz-placeholder {
  color: #4e4e4e;
  font-style: normal; }

input[type="search"]:-ms-input-placeholder {
  color: #4e4e4e;
  font-style: normal; }

/* =======================================================================
	Footer
	========================================================================== */
#footer {
  background: #2a2a2a;
  color: #eaeaea;
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  padding: 20px 10px; }
  #footer:before, #footer:after {
    content: "";
    display: table; }
  #footer:after {
    clear: both; }
  #footer a {
    color: #eaeaea; }
  #footer ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative; }
  #footer p.copyright {
    width: 30%;
    margin: 0;
    float: left; }
  #footer .copyright span {
    display: block;
    padding-left: 16px; }
  #footer .quick-links {
    text-align: right;
    width: 70%;
    float: right;
    display: block;
    margin: 0; }
    #footer .quick-links li {
      display: inline-block;
      padding-left: 10px; }
      #footer .quick-links li:not(:first-child) {
        margin-left: 10px; }
      #footer .quick-links li:not(:first-child) {
        border-left: 1px solid #eaeaea; }
      #footer .quick-links li a {
        display: inline-block;
        text-decoration: none; }
        #footer .quick-links li a:hover {
          color: #fff;
          backface-visibility: hidden;
          -o-transition-property: color;
          transition-property: color;
          -o-transition-duration: 100ms;
          transition-duration: 100ms;
          -o-transition-timing-function: linear;
          transition-timing-function: linear;
          /* Safari */
          -webkit-backface-visibility: hidden;
          -webkit-transition-property: color;
          -webkit-transition-duration: 100ms;
          -webkit-transition-timing-function: linear; }
        #footer .quick-links li a i.fa, #footer .quick-links li a img {
          margin-left: .5rem; }

/*THIS IS HARDCODED TO FIX LAYOUT TO DESKTOP*/
body {
  overflow-x: visible; }

.main-wrapper {
  width: 1000px; }

/* =======================================================================
	Helpers
	========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.invisible {
  visibility: hidden; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

/*lt-ie8*/
.lt-ie8 .home-banner .banner,
.lt-ie8 .home-banner .home-panel.about,
.lt-ie8 .home-bottom-panels .mid-banners,
.lt-ie8 .home-bottom-panels .mid-panels,
.lt-ie8 .home-bottom-panels .grammar-rules,
.lt-ie8 .main-nav ul li,
.lt-ie8 .social-block li,
.lt-ie8 .subheader .secondary-nav ul li,
.lt-ie8 .breadcrumbs li,
.lt-ie8 .listing-pagination li,
.lt-ie8 .main-content #share-detail-page .label,
.lt-ie8 .grid ul li {
  float: left; }

.lt-ie8 .main-content .body-content .list ol.listing-pagination {
  width: 200px;
  float: right; }

.lt-ie8 .breadcrumbs li {
  padding: 0 5px; }

.lt-ie8 .home-bottom-panels .grammar-rules {
  padding-bottom: 295px; }

.lt-ie8 .main-nav ul li .sub-menu li {
  width: 100%; }

.lt-ie8 #footer {
  width: 100%;
  margin-top: 30px; }

.lt-ie8 #footer .quick-links li {
  float: left; }

.gsc-adBlock {
  display: none !important; }

.gsc-control-cse {
  padding: 0 !important;
  position: relative !important;
  background: transparent !important;
  border: 0 !important;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

form.gsc-search-box {
  margin: 0 auto; }
  form.gsc-search-box .gsc-branding {
    display: none; }
  form.gsc-search-box .gsc-input {
    padding-right: 0 !important;
    background: transparent !important; }
    form.gsc-search-box .gsc-input .gsc-input-box {
      height: auto;
      background: transparent !important;
      border-color: #000; }
      form.gsc-search-box .gsc-input .gsc-input-box td {
        display: table-cell !important; }
      form.gsc-search-box .gsc-input .gsc-input-box.gsc-input-box-hover, form.gsc-search-box .gsc-input .gsc-input-box.gsc-input-box-focus {
        -webkit-box-shadow: none;
        box-shadow: none; }
      form.gsc-search-box .gsc-input .gsc-input-box .gsib_a {
        padding: 0; }
        form.gsc-search-box .gsc-input .gsc-input-box .gsib_a input.gsc-input {
          padding: 8px 10px !important;
          font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
          font-size: 12px;
          background: transparent !important;
          text-indent: 0 !important;
          color: #4e4e4e; }
          form.gsc-search-box .gsc-input .gsc-input-box .gsib_a input.gsc-input::-webkit-input-placeholder {
            font-style: normal;
            font-size: 12px;
            color: #777; }
          form.gsc-search-box .gsc-input .gsc-input-box .gsib_a input.gsc-input:-moz-placeholder {
            font-style: normal;
            font-size: 12px;
            color: #777; }
          form.gsc-search-box .gsc-input .gsc-input-box .gsib_a input.gsc-input::-moz-placeholder {
            font-style: normal;
            font-size: 12px;
            color: #777; }
          form.gsc-search-box .gsc-input .gsc-input-box .gsib_a input.gsc-input:-ms-input-placeholder {
            font-style: normal;
            font-size: 12px;
            color: #777; }
      form.gsc-search-box .gsc-input .gsc-input-box .gsst_b {
        margin-right: 25px; }
        form.gsc-search-box .gsc-input .gsc-input-box .gsst_b .gsst_a {
          height: 100%; }
          form.gsc-search-box .gsc-input .gsc-input-box .gsst_b .gsst_a .gscb_a {
            color: #000; }
          form.gsc-search-box .gsc-input .gsc-input-box .gsst_b .gsst_a:hover .gscb_a {
            color: #555; }
  form.gsc-search-box td.gsc-search-button,
  form.gsc-search-box td.gsc-clear-button {
    margin-bottom: 0 !important; }
  form.gsc-search-box td.gsc-search-button {
    width: 0; }
    form.gsc-search-box td.gsc-search-button::before,
    form.gsc-search-box td.gsc-search-button button.gsc-search-button,
    form.gsc-search-box td.gsc-search-button input.gsc-search-button {
      background: transparent url("../images/common/search.png") no-repeat 50%/15px;
      color: transparent;
      outline: none !important;
      border: 0;
      width: 35px;
      height: 35px;
      margin: 0;
      position: absolute;
      right: 0;
      top: 0;
      padding: 0; }
    form.gsc-search-box td.gsc-search-button::before {
      content: " "; }
    form.gsc-search-box td.gsc-search-button button.gsc-search-button,
    form.gsc-search-box td.gsc-search-button input.gsc-search-button {
      cursor: pointer;
      opacity: 0; }
    form.gsc-search-box td.gsc-search-button:hover::before {
      opacity: 0.7; }

.gsc-results-wrapper-visible * {
  -webkit-box-sizing: initial;
  box-sizing: initial; }

.gsc-results-wrapper-visible .gsc-above-wrapper-area {
  background: transparent !important;
  padding: 20px 0 !important;
  border-bottom: 1px solid #333030;
  margin-left: -40px; }
  .gsc-results-wrapper-visible .gsc-above-wrapper-area table.gsc-above-wrapper-area-container {
    padding: 0 15px;
    margin: 0 auto; }
    .gsc-results-wrapper-visible .gsc-above-wrapper-area table.gsc-above-wrapper-area-container td {
      display: table-cell !important; }
    .gsc-results-wrapper-visible .gsc-above-wrapper-area table.gsc-above-wrapper-area-container .gsc-result-info-container {
      padding-left: 40px; }
      .gsc-results-wrapper-visible .gsc-above-wrapper-area table.gsc-above-wrapper-area-container .gsc-result-info-container .gsc-result-info {
        padding: 0;
        color: #4e4e4e;
        font-size: 12px; }
    .gsc-results-wrapper-visible .gsc-above-wrapper-area table.gsc-above-wrapper-area-container .gsc-orderby-container .gsc-orderby-label {
      font-weight: 800;
      color: #4e4e4e;
      font-size: 12px; }
    .gsc-results-wrapper-visible .gsc-above-wrapper-area table.gsc-above-wrapper-area-container .gsc-orderby-container .gsc-option-menu-container .gsc-selected-option-container {
      background: transparent;
      color: #4e4e4e;
      border: 1px solid #000;
      border-radius: 0;
      padding: 3px 10px;
      width: 100px;
      font-style: normal;
      font-weight: 300; }
      .gsc-results-wrapper-visible .gsc-above-wrapper-area table.gsc-above-wrapper-area-container .gsc-orderby-container .gsc-option-menu-container .gsc-selected-option-container .gsc-selected-option {
        width: 100%;
        text-align: left;
        font-size: 12px; }
      .gsc-results-wrapper-visible .gsc-above-wrapper-area table.gsc-above-wrapper-area-container .gsc-orderby-container .gsc-option-menu-container .gsc-selected-option-container .gsc-option-selector {
        background: none;
        width: 0;
        height: 0;
        padding: 0;
        margin-top: -1px;
        border-top: 7px solid #231f20;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        top: 16px;
        right: 8px; }
    .gsc-results-wrapper-visible .gsc-above-wrapper-area table.gsc-above-wrapper-area-container .gsc-orderby-container .gsc-option-menu-container .gsc-option-menu {
      background-color: #eee;
      width: 120px;
      padding: 0;
      top: 100% !important;
      margin-top: -1px;
      border: 1px solid #000; }
      .gsc-results-wrapper-visible .gsc-above-wrapper-area table.gsc-above-wrapper-area-container .gsc-orderby-container .gsc-option-menu-container .gsc-option-menu .gsc-option-menu-item {
        background-color: #eee;
        color: #222;
        padding: 3px 10px;
        font-size: 12px; }
        .gsc-results-wrapper-visible .gsc-above-wrapper-area table.gsc-above-wrapper-area-container .gsc-orderby-container .gsc-option-menu-container .gsc-option-menu .gsc-option-menu-item:hover {
          background-color: #ddd;
          color: #222; }
      .gsc-results-wrapper-visible .gsc-above-wrapper-area table.gsc-above-wrapper-area-container .gsc-orderby-container .gsc-option-menu-container .gsc-option-menu .gsc-option-menu-item-highlighted {
        background-color: #ddd; }

.gsc-wrapper .gsc-resultsbox-visible .gsc-results {
  width: 100%;
  margin-bottom: 40px; }
  .gsc-wrapper .gsc-resultsbox-visible .gsc-results .gcsc-branding {
    padding: 10px 15px;
    margin: 0 auto; }
  .gsc-wrapper .gsc-resultsbox-visible .gsc-results > .gsc-webResult {
    padding: 10px 0;
    margin: 0 auto;
    background-color: transparent; }
  .gsc-wrapper .gsc-resultsbox-visible .gsc-results .gsc-table-result {
    font-size: 16px;
    line-height: 22px;
    max-width: 850px; }
  .gsc-wrapper .gsc-resultsbox-visible .gsc-results .gsc-cursor-box {
    margin: 0 auto; }
    .gsc-wrapper .gsc-resultsbox-visible .gsc-results .gsc-cursor-box .gsc-cursor-page {
      font-size: 16px;
      line-height: 22px;
      text-decoration: none;
      background: transparent;
      color: #2b2b2b;
      border: 1px solid #bbb;
      padding: 10px;
      font-weight: 600;
      font-family: georgia, serif;
      float: left;
      margin-top: 8px; }
      .gsc-wrapper .gsc-resultsbox-visible .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
        text-decoration: none;
        color: #fff;
        background: #888; }
    .gsc-wrapper .gsc-resultsbox-visible .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
      color: #fff;
      background: #888; }

.gsc-wrapper .gsc-resultsbox-visible .gsc-webResult.gsc-result {
  border: 0; }
  .gsc-wrapper .gsc-resultsbox-visible .gsc-webResult.gsc-result:hover {
    border: 0;
    background-color: transparent; }

.gsc-wrapper .gsc-resultsbox-visible .gsc-expansionArea .gsc-webResult {
  padding: 10px 0;
  margin: 0 auto;
  background-color: transparent; }

.gsc-wrapper .gsc-resultsbox-visible .gsc-result {
  margin-bottom: 20px !important; }
  .gsc-wrapper .gsc-resultsbox-visible .gsc-result .gs-title {
    color: #171616;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    height: auto;
    text-decoration: none; }
    .gsc-wrapper .gsc-resultsbox-visible .gsc-result .gs-title * {
      color: #171616 !important;
      font-size: 17px !important;
      font-weight: bold;
      line-height: 20px;
      text-decoration: none; }
    .gsc-wrapper .gsc-resultsbox-visible .gsc-result .gs-title b {
      color: #000000 !important; }
  .gsc-wrapper .gsc-resultsbox-visible .gsc-result .gsc-thumbnail-inside {
    padding: 0; }
  .gsc-wrapper .gsc-resultsbox-visible .gsc-result .gsc-url-top {
    padding: 5px 0;
    color: #858585;
    font-size: 14px;
    font-family: georgia, serif; }
    .gsc-wrapper .gsc-resultsbox-visible .gsc-result .gsc-url-top .gs-visibleUrl {
      color: #858585;
      text-decoration: underline; }
  .gsc-wrapper .gsc-resultsbox-visible .gsc-result .gsc-table-cell-snippet-close {
    font-family: georgia, serif; }
    .gsc-wrapper .gsc-resultsbox-visible .gsc-result .gsc-table-cell-snippet-close .gs-snippet {
      font-size: 14px;
      color: #171616; }

@media (max-width: 767px) {
  .gsc-results-wrapper-visible .gsc-above-wrapper-area {
    margin-left: 0; }
    .gsc-results-wrapper-visible .gsc-above-wrapper-area .gsc-result-info-container {
      padding-left: 0 !important; }
    .gsc-results-wrapper-visible .gsc-above-wrapper-area .gsc-orderby {
      width: 200px; } }

.newsticker-section {
  background: #000;
  padding: 8px;
  font-size: 14px;
  color: #fff; }
  .newsticker-section .news-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative; }
    .newsticker-section .news-container #newsticker {
      width: calc(100% - 30px); }
      .newsticker-section .news-container #newsticker ul {
        padding: 0;
        list-style: none; }
        .newsticker-section .news-container #newsticker ul li {
          margin: 0 20px; }
    .newsticker-section .news-container .close-tick {
      position: absolute;
      right: 0;
      top: 0;
      cursor: pointer; }
