@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700");
@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,400italic");
@import url("font-awesome.min.css");
html {
  -webkit-font-smoothing: antialiased;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  html {
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  overflow-x: hidden;
  font-family: "PT Sans", sans-serif;
  color: #333;
  font-size: 15px;
}

.container {
  width: 1270px;
  position: relative;
}

a {
  color: #0b4572;
}

a:hover,
a:active,
a:visited {
  text-decoration: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: 0;
}

h1,
h2,
h3 {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 400;
}

h1 {
  margin-top: 10px;
}

h3 a {
  color: #333;
}

h3 a:hover {
  color: #243962;
  text-decoration: underline;
}

h4 {
  font-size: 17px;
  margin: 30px 0 0;
  padding: 0;
}

p {
  line-height: 25px;
  margin: 30px 0;
  font-weight: 300;
}

p strong {
  font-weight: 400;
  font-size: 16px;
}

.flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

.items-center {
  align-items: center;
}

.order-1 {
  order: 1;
}

.block-page-title.pageTitle-standard span.next,
.block-page-title.pageTitle-standard span.prev {
  display: none;
}

/*.rightMenu ul, .rightTwitter ul, ul.mSM, .topShare ul, .latestInterviews ul, .artShareLine ul, .conceptTerms ul, .relArt ul {margin: 0;padding: 0;list-style: none;}*/
.rightMenu ul,
.rightTwitter ul,
ul.mSM,
.topShare ul,
.artShareLine ul,
.conceptTerms ul,
.relArt ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a[title=SumoMe] {
  background-color: transparent !important;
}

.relative {
  position: relative;
  height: 100%;
  width: 100%;
}

header {
  padding-bottom: 1px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #fff url(../images/bgDot.png) left bottom repeat-x;
  border: 0;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.navBox {
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  cursor: pointer;
}

.navBox.active {
  background: #efefef;
  border-left: 1px solid #efefef;
}

#nav-icon {
  display: block;
  width: 30px;
  height: 23px;
  position: relative;
  margin: 22px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 30px;
  background: #003366;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2) {
  top: 7px;
}

#nav-icon span:nth-child(3),
#nav-icon span:nth-child(4) {
  top: 14px;
}

#nav-icon span:nth-child(5) {
  top: 21px;
}

#nav-icon.open span:nth-child(1),
#nav-icon.open span:nth-child(2) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 11px;
}

#nav-icon.open span:nth-child(4) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 11px;
}

#nav-icon.open span:nth-child(5) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.gNav {
  position: fixed;
  display: inline-block;
  width: 320px;
  height: 100%;
  background: #efefef;
  top: 67px;
  left: -320px;
  padding: 0 24px;
  z-index: 9999999;
}

.mobScroll {
  margin-top: 30px;
  position: relative;
  height: 80%;
  overflow-x: auto;
}

.gNav.show {
  left: 0;
}

.gNav h4 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
}

ul.mMenu,
ul.mSection {
  margin: 10px 0;
  padding: 0;
  border-top: 1px solid #ccc;
  list-style: none;
}

.mMenu li,
.mSection li {
  margin: 10px 0;
  border-bottom: 1px solid #ccc;
}

.mMenu li a {
  display: block;
  font-size: 24px;
  font-family: "PT Sans Narrow", sans-serif;
  padding-bottom: 10px;
}

.mMenu li a:hover,
.mSM li a:hover {
  text-decoration: underline;
}

.gNav h5 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin: 30px 0 25px;
}

i.sideSocialMenuIcon {
  background-color: rgba(36, 58, 98, 0.1);
  color: #333333;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  margin: -4px 8px 0 0;
  width: 36px;
  vertical-align: top;
  text-align: center;
}

i.mfbIcon,
i.mtwtrIcon,
i.mytIcon,
i.msuIcon,
i.mrssIcon,
i.mpiIcon,
i.mliIcon {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(../images/icons/iconSM.png) 0 -62px no-repeat;
  vertical-align: top;
  margin: -4px 8px 0 0;
}

i.mtwtrIcon {
  background-position: -37px -62px;
}

i.mytIcon {
  background-position: -74px -62px;
}

i.msuIcon {
  background-position: -111px -62px;
}

i.mrssIcon {
  background-position: -148px -62px;
}

i.mpiIcon {
  background-position: -287px -62px;
}

i.mliIcon {
  background-position: -323px -62px;
}

.mSM li {
  margin: 15px 0;
  font-size: 22px;
  font-family: "PT Sans Narrow", sans-serif;
}

.mSM li a {
  color: #666;
}

.logo {
  width: 162px;
  display: inline-block;
  margin: 14px 0 0 20px;
}

nav.rightMenu {
  float: right;
  display: inline-block;
  text-align: right;
  right: 0;
  margin: 0;
  background: #fff;
  z-index: 999;
}

.rightMenu ul {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #999;
  padding-right: 20px;
}

.rightMenu li {
  display: inline-block;
  margin-left: -5px;
}

.rightMenu li a,
.topSubc a,
.topShare a,
.topSrc a {
  display: block;
  font-weight: 700;
  color: #333333;
  font-size: 16px;
  text-transform: uppercase;
  padding: 23px 15px 22px;
}

.rightMenu li a:hover,
.rightMenu li:hover a.subOne {
  background: #1d2e4e;
  color: #fff;
}

.rightMenu li a i {
  font-size: 11px;
  color: #1d2e4e;
  vertical-align: top;
  margin: 4px 0 0 4px;
}

.rightMenu li a:hover i,
.rightMenu li:hover a i {
  color: #fff;
}

.mobRM {
  display: inline-block;
}

a.mobSec,
.mobOnly,
a.subOne i.fa-angle-right,
.ftrSM,
.mobOnlySec {
  display: none;
}

.mobFUllDrop {
  display: block;
}

.fullDrop {
  position: absolute;
  width: 100%;
  background: #1d2e4e;
  text-align: left;
  left: 0;
  top: 67px;
  display: none;
  border-bottom: 6px solid #ccc;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  color: #fff;
}

.drpTitle {
  font-size: 24px;
  font-weight: 700;
  margin-left: 12%;
  text-transform: uppercase;
}

.drpTitleSml {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 6px 0 15px 20px;
}

.levelOne {
  display: inline-block;
  width: 20%;
  background: #243962;
  padding: 50px 0;
  min-height: 545px;
}

.levelOne ul {
  display: block;
  border: 0;
  margin: 10px 0 0 5%;
  padding: 0;
}

.levelOne li {
  display: block;
}

.levelOne li a {
  display: block;
  font-size: 24px;
  color: #e0e0e0;
  font-weight: 400;
  font-family: "PT Sans Narrow", sans-serif;
  padding: 8px 20px;
  border-left: 5px solid transparent;
}

.levelOne li a i {
  color: #fff;
  font-size: 18px;
  vertical-align: top;
  margin-top: 6px;
  float: right;
}

.levelOne li a:hover {
  background: #1d2e4e;
  border-left: 5px solid #fff;
}

.levelTwo,
.levelThree {
  position: absolute;
  display: none;
  width: 80%;
  top: 0;
  left: 20%;
  background: #1d2e4e;
  padding: 50px 0;
  min-height: 355px;
}

.levelTwo {
  height: 100%;
}

.levelOne li:hover .levelTwo {
  display: block;
}

.levelOne li:hover a.subTwo {
  background: #1d2e4e;
  border-left: 5px solid #fff;
}

.levelTwo li a:hover {
  background: #17253e;
}

.levelTwo ul {
  width: 25%;
  margin: 2px 0 0;
}

.levelTwo li:hover .levelThree {
  display: block;
}

.levelTwo li:hover a.subThree {
  background: #17253e;
  border-left: 5px solid #fff;
}

.levelTwo .topicM {
  background-color: #17253e;
}

.levelThree {
  width: 100%;
  left: 20%;
  background: #17253e;
  z-index: 99;
}

.levelThree li a:hover {
  background: transparent;
  text-decoration: underline;
  border-color: transparent;
}

.topicM {
  display: inline-block;
  width: 75%;
  color: #fff;
  height: 305px;
  overflow: hidden;
  vertical-align: top;
  margin: 50px 0 0 40px;
  z-index: 77;
}

.levelTwo .topicM {
  position: absolute;
  width: 100%;
  top: 0;
  left: 25%;
  margin: 0px;
  padding: 50px;
  height: 100%;
}

.topicM.level3 {
  width: 20%;
  margin-left: 44%;
}

.topTitle {
  font-size: 16px;
  font-weight: 700;
  color: #ce9b2f;
  text-transform: uppercase;
  margin: 0 0 0 12px;
}

.topTitle span {
  font-weight: 400;
  color: #e7e7e7;
}

.eTopBox {
  display: inline-block;
  width: 200px;
  margin: 10px;
  vertical-align: top;
}

.levelOne li .eTopBox a:hover {
  background: none;
  border-left: 5px solid transparent;
}

.topicM a {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 400 !important;
}

.topicM h3 {
  margin: 10px 0;
  font-weight: 400;
  text-transform: capitalize;
}

.topicM h3 a {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: "PT Sans Narrow", sans-serif;
  text-transform: capitalize;
}

.topicM h4 {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.topicM h4 a {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.fullDrop .topicM .eTopBox h3 a {
  text-transform: none;
}

.fullDrop .topicM .eTopBox h4 a {
  text-transform: none;
}

.topSrc a {
  background: #333;
}

.topSubc,
.topShare,
.topSrc {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}

.topSubc a,
.topShare a,
.topSrc a {
  padding: 23px 23px 22px;
}

.topSubc,
.topShare {
  border-right: 1px solid #999;
}

i.subcIcon,
i.shareIcon,
i.srcIcon,
.topSubc.active a i.subcIcon,
.topShare.active a i.shareIcon,
.topSrc.active i.srcIcon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../images/icons/topIcons.png) 0 0 no-repeat;
  margin: -4px 5px 0 0;
  vertical-align: top;
}

i.shareIcon {
  background-position: 0 -22px;
  margin: -2px 0 0;
}

i.srcIcon {
  background: url(../images/icons/searchR.png) 0 0 no-repeat;
  background-size: 100%;
}

i.lineHover {
  position: absolute;
  display: none;
  width: 90%;
  height: 1px;
  background: #557d9d;
  left: 5%;
  bottom: 3px;
}

.topSrc.active i.srcIcon {
  background: url(../images/icons/closeR.png) 0 0 no-repeat;
  background-size: 100%;
}

.topSubc.active a {
  background: #0b4572;
  color: #fff;
}

.topSubc.active a i.subcIcon {
  background-position: -22px 0;
}

.topSubc.active a i.lineHover,
.topShare.active a i.lineHover {
  display: block;
}

.topNL {
  position: absolute;
  display: inline-block;
  width: 625px;
  background: #0b4572;
  padding: 20px;
  top: -250px;
  right: 0;
  color: #fff;
  z-index: 1;
}

.topNL.open {
  top: 67px;
}

.topNL p {
  line-height: 24px;
  margin: 0;
  padding: 0;
}

.topNL p a {
  color: inherit;
  text-decoration: underline;
}

.topShare.active a#topShare {
  background: #0b4572;
}

.topShare.active {
  border-right: 1px solid #0b4572;
}

.topShare.active a i.shareIcon {
  background-position: -22px -22px;
  margin: -2px 0 0;
}

.topShare ul {
  position: absolute;
  display: inline-block;
  top: -500px;
  left: 0;
  background: #0b4572;
  width: 70px;
  padding: 3px 0;
  border: 0;
}

.topShare ul.open {
  top: 67px;
}

.topShare li {
  display: inline-block;
  margin: 2px 4px;
}

.topShare li a {
  display: inline-block;
  width: 62px;
  height: 62px;
  margin: 0;
  padding: 0;
  background: #39566c;
}

.topShare li a:hover {
  background: #262626;
}

i.rfbIcon,
i.rtwtrIcon,
i.rytIcon,
i.rrssIcon,
i.rsuIcon,
i.rliIcon,
i.rpinterestIcon {
  display: inline-block;
  width: 62px;
  height: 62px;
  background: url(../images/icons/iconSM.png) -3px -4px no-repeat;
  vertical-align: top;
  opacity: 0.8;
}

i.rtwtrIcon {
  background-position: -65px -3px;
}

i.rytIcon {
  background-position: -127px -4px;
}

i.rrssIcon {
  background-position: -189px -4px;
}

i.rsuIcon {
  background-position: -251px -4px;
}

i.rliIcon {
  background-position: -311px -4px;
}

i.rpinterestIcon {
  background-position: -367px -4px;
}

.topShare li a:hover i.rfbIcon,
.topShare li a:hover i.rtwtrIcon,
.topShare li a:hover i.rytIcon,
.topShare li a:hover i.rrssIcon,
.topShare li a:hover i.rsuIcon {
  opacity: 1;
}

.topSearch {
  position: fixed;
  display: inline-block;
  width: 320px;
  height: 100%;
  background: #333;
  top: 67px;
  right: -320px;
  padding: 0 24px;
  z-index: 9999999;
  color: #fff;
}

.topSearch.open {
  right: 0;
}

.topSearch h4,
.searchResultR h4 {
  font-size: 24px;
  letter-spacing: 3px;
  font-weight: 700;
}

.topSearch hr,
.searchResultR hr {
  border-color: #999;
}

.topSearch h5,
.searchResultR h5 {
  display: block;
  font-size: 14px;
  color: #999;
  width: 130px;
  text-align: center;
  background: #333;
  margin: -30px 0 0 70px;
}

.topSearch h6,
.searchResultR h6 {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0;
}

.topSearch label,
.searchResultR label {
  display: inline-block;
  width: 54%;
  font-size: 18px;
  font-weight: 400;
}

.monYr {
  display: inline-block;
  width: 45%;
  background: #fff;
  border: 0;
  margin: 3px 0;
}

.monYr input[type=text] {
  display: inline-block;
  width: 41%;
  border: 0;
  font-size: 18px;
  padding: 8px;
  text-align: center;
  border-right: 1px solid #7c88a1;
  margin: 2px 0;
  color: #000;
}

.monYr input[type=text]:last-child {
  width: 55%;
  border-right: 0;
}

.srcFrm {
  display: block;
  background: #fff;
  margin: 15px 0 30px;
}

.srcFrm input[type=text] {
  display: inline-block;
  font-size: 18px;
  padding: 7px 10px;
  border: 0;
  width: 80%;
  color: #000;
}

.mainC {
  position: relative;
  display: block;
  padding-top: 67px;
}

.topSlider {
  position: relative;
  display: block;
  width: 100%;
  height: 850px;
  overflow: hidden;
}

.shadeBg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.centerSlider .shadeBg {
  background: rgba(0, 0, 0, 0.6);
}

.owlDesc {
  position: absolute;
  display: block;
  width: 95%;
  top: 27%;
  left: 5%;
  color: #fff;
}

.owlCat strong {
  text-transform: uppercase;
}

.owlDesc h1 {
  width: 45%;
  font-size: 55px;
  line-height: 62px;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .owlDesc h1 {
    letter-spacing: -0.02em;
    font-weight: bold;
  }
}

.owlDesc h1 a:hover,
#sync3 .owlDesc h1 a:hover {
  color: #fff;
}

.owlDesc p {
  width: 55%;
  overflow: hidden;
  font-size: 18px;
  line-height: 24px;
  font-family: "PT Serif", serif;
  margin: 0 0 20px;
}

.owlDesc p a:hover {
  color: #2f8fce;
  text-decoration: none;
}

.owlDT {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}

.owlDT span {
  font-weight: 700;
  font-size: 14px;
  font-family: "PT Sans", sans-serif;
  padding: 3px 20px 3px 5px;
  margin-right: 15px;
  letter-spacing: 1px;
  border-right: 1px solid #fff;
}

i.clockIcon,
i.clockIconBlk {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../images/icons/topIcons.png) -28px -70px no-repeat;
  vertical-align: top;
  margin: 1px 0 0 4px;
}

i.clockIconBlk {
  background-position: -4px -90px;
  margin: 2px 0 0 4px;
}

.ePagi {
  text-align: left;
  width: 80% !important;
  color: #fff;
  padding: 4px 20px 7px !important;
  border-left: 3px solid #fff !important;
  height: 100px;
}

.ePagi:hover {
  border-left: 3px solid #2f8fce;
}

.ePagi h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 24px;
}

.ePagi h4 {
  color: #e2e0e0;
  margin: 10px 0 0;
  padding: 0;
  font-size: 13px;
  text-transform: uppercase;
}

.ePagi h4 a {
  color: #e2e0e0;
}

.centerSlider {
  position: relative;
  display: block;
  width: 100%;
  margin-left: -15px;
  text-align: left;
}

.owl-item.synced .ePagi {
  border-left: 3px solid #0b4572 !important;
}

.centerSlider .owlDesc {
  top: 25%;
}

.centerSlider .owlDesc h1 {
  font-size: 36px;
  line-height: 42px;
  margin: 10px 0;
  padding: 0;
}

.centerSlider .owlDT {
  margin-top: 14px;
}

.owlNext {
  position: absolute;
  display: none;
  bottom: 35px;
  right: 0;
  z-index: 9999;
}

.owlNext a {
  display: block;
  width: 27px;
  height: 61px;
  background: url(../images/icons/nextOwl.png) no-repeat;
}

.marq {
  position: relative;
  width: 100%;
  background: #28282e;
  padding: 25px 0 17px;
  font-size: 16px;
  text-align: center;
}

.marqTitle {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #ce9b2f;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0;
}

.fadeShade {
  position: absolute;
  display: block;
  width: 140px;
  height: 20px;
  top: 0;
  left: 130px;
  background: rgb(40, 40, 46);
  background: -moz-linear-gradient(left, rgb(40, 40, 46) 0%, rgba(40, 40, 46, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(40, 40, 46)), color-stop(100%, rgba(40, 40, 46, 0)));
  background: -webkit-linear-gradient(left, rgb(40, 40, 46) 0%, rgba(40, 40, 46, 0) 100%);
  background: -o-linear-gradient(left, rgb(40, 40, 46) 0%, rgba(40, 40, 46, 0) 100%);
  background: -ms-linear-gradient(left, rgb(40, 40, 46) 0%, rgba(40, 40, 46, 0) 100%);
  background: linear-gradient(to right, rgb(40, 40, 46) 0%, rgba(40, 40, 46, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#28282e", endColorstr="#28282e", GradientType=1 );
  z-index: 999;
}

.tickercontainer {
  display: inline-block;
  width: 83%;
  height: 27px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.tickercontainer .mask {
  position: relative;
  top: 0;
  height: 27px;
  overflow: hidden;
}

ul.newsticker {
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.newsticker li {
  float: left;
  box-sizing: border-box;
  padding: 0 10px !important;
  margin: 0;
  color: #fff;
  border-right: 2px solid #a4a4a5;
}

ul.newsticker li i {
  color: #a4a4a5;
}

ul.newsticker li a {
  color: #fff;
}

.ePostC,
.miscPage {
  display: inline-block;
  margin: 30px 0 15px;
  padding: 0;
  text-align: center;
  width: 900px;
}

.ePostC .ccfic {
  display: none;
}

.miscPage {
  margin: 30px 15px 15px 0;
  width: 870px;
  padding: 25px 0;
}

.ePostC p {
  color: #474747;
  font-family: "PT Serif", serif;
  margin: -6px 0 10px;
  padding: 0;
}

.miscPage img {
  max-width: 830px;
  height: auto;
}

.miscPage img.alignleft {
  float: left;
  margin-right: 20px;
}

.ePostC hr {
  margin: -7px 15px 20px;
}

.ePost3 {
  display: inline-block;
  width: 30%;
  margin: 10px 12px 25px;
  padding: 0;
  text-align: left;
  vertical-align: top;
}

.ePost2 {
  text-align: left;
  display: inline-block;
  width: 47%;
  margin: 10px 10px 0;
  vertical-align: top;
}

.imgC {
  position: relative;
  display: block;
}

.imgOver {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 30% 0 0;
}

.imgOver a,
.owlCatTop,
.centerDtls a {
  display: inline-block;
  padding: 3px 10px 1px;
  background: #2f8fce;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

h3.deTitle {
  font-size: 24px;
  line-height: 35px;
  letter-spacing: -1px;
  margin: 10px 0;
  padding: 0;
  height: 105px;
  overflow: hidden;
}

.catDate {
  font-size: 13px;
  color: #333;
  text-transform: uppercase;
}

.catDate a {
  font-weight: bold;
}

.btmNewsletter,
.srcStat {
  width: 870px;
  display: inline-block;
  margin: 40px 15px 50px 0;
  background: #474646;
  text-align: left;
}

.privacy-link {
  color: #fff;
  text-decoration: underline;
}

.privacy-link:hover {
  color: #fff;
  text-decoration: underline;
}

.btmNewsletter {
  display: flex;
  float: right;
}

.btmNewsletter.longNL {
  width: 1200px;
  float: none;
  margin: 40px auto;
}

.compC {
  display: inline-block;
  background: #4c9fd5;
  text-align: center;
  padding: 25px 30px 25px;
}

.compC h4 {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
  padding: 0;
  letter-spacing: 1px;
}

.bnDtls {
  display: inline-block;
  vertical-align: top;
  width: 72.5%;
  color: #fff;
  padding: 15px 30px;
}

.bnDtls.threeCol {
  width: 53%;
}

.bnDtls h4,
.nltmDtls h4,
.centerTxtNL {
  padding: 0;
  margin: 0;
  font-size: 34px;
  font-family: "PT Serif", serif;
  letter-spacing: -1px;
}

.centerTxtNL {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  color: #fff;
  padding: 20px 0 0 4%;
}

.bnDtls p {
  width: 90%;
  padding: 0;
  margin: 14px 0 0;
  line-height: 24px;
  letter-spacing: 0.05em;
}

.nlBox {
  display: block;
  position: relative;
  background: #fff;
  margin-top: 15px;
}

.nlBox input[type=text],
.nlBox input[type=email] {
  font-size: 18px;
  width: 50%;
  padding: 9px 10px;
  display: inline-block;
  margin: 2px 0;
  border: 0;
  color: #000;
  border-right: 1px solid #7c88a1;
  vertical-align: top;
}

.deDrop,
.sortDrp {
  display: inline-block;
  width: 27%;
  background: url(../images/icons/dropArrow.png) right top 14px no-repeat;
}

.nlBox .deDrop {
  margin-top: 4px;
}

.deDrop select,
.srcDrp select,
.sortDrp select {
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: transparent none;
  width: 100%;
  margin: 0;
  padding: 10px 20px 4px 8px;
  color: #233860;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.nlBox input[type=submit],
.srcFrm input[type=submit],
.srcBtn,
.contactFrm input[type=submit],
a.bluBtnView {
  float: right;
  font-size: 20px;
  width: 20%;
  padding: 6px 10px 5px;
  display: inline-block;
  margin: 0;
  border: 0;
  vertical-align: top;
  font-family: "PT Sans Narrow";
  color: #fff;
  text-transform: uppercase;
  background: #2f8ecd;
  background: -moz-linear-gradient(top, #2f8ecd 0%, #287ab0 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2f8ecd), color-stop(100%, #287ab0));
  background: -webkit-linear-gradient(top, #2f8ecd 0%, #287ab0 100%);
  background: -o-linear-gradient(top, #2f8ecd 0%, #287ab0 100%);
  background: -ms-linear-gradient(top, #2f8ecd 0%, #287ab0 100%);
  background: linear-gradient(to bottom, #2f8ecd 0%, #287ab0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2f8ecd", endColorstr="#287ab0", GradientType=0 );
  text-align: center;
}

.srcBtn {
  float: none;
  width: 100%;
  padding: 6px 10px 5px;
}

.nlBox input[type=submit] {
  padding: 10px 10px 9px;
}

.srcDrp {
  background: #fff url(../images/icons/srcDrop.png) right center no-repeat;
}

.srcDrp select {
  color: #999;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 10px 10px;
}

.normalHdr {
  position: relative;
  display: block;
}

.breadcrumb {
  position: absolute;
  display: inline-block;
  top: 10%;
  left: 6%;
  background: transparent;
  padding: 0;
  margin: 0;
  color: #fff;
}

.breadcrumb span {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  vertical-align: middle;
  margin-right: 10px;
}

.breadcrumb span.current {
  display: inline-block;
  padding: 4px 10px 3px;
  background: #2f8fce;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.breadcrumb a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  vertical-align: middle;
  margin: 0 5px;
}

.pageTitle {
  position: absolute;
  left: 6%;
  bottom: 20px;
  font-size: 48px;
  color: #fff;
}

.topCat {
  margin-bottom: 0;
}

.dateCat {
  font-size: 13px;
  color: #666;
}

.catLeft {
  margin-top: 20px;
}

.catLeft h3 {
  font-size: 36px;
  line-height: 36px;
  margin: 15px 0;
}

.catLeft p {
  font-size: 18px;
  line-height: 24px;
  margin: 20px 0;
}

.catSmll {
  width: 863px;
  margin: 0 20px 0 0;
  text-align: left;
  border-bottom: 1px solid #d3d7e0;
  border-top: 1px solid #d3d7e0;
  padding: 10px 0;
}

.catSmll .col-md-6 {
  min-height: 100px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.catSmll .col-md-6 > a > img + .ccfic {
  display: none;
}

.catDtls {
  display: inline-block;
  width: 65%;
  vertical-align: top;
  margin-left: 20px;
}

.catDtls h3 {
  margin: 0 0 6px;
  padding: 0;
  font-size: 20px;
  line-height: 24px;
}

.catSmll .col-md-6 {
  padding: 0;
}

.topCatSub {
  width: 870px;
  margin: 35px 15px 0;
  text-align: left;
}

.topTitleC {
  display: inline-block;
  font-family: "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  color: #666;
  letter-spacing: 2px;
  margin: 0;
  padding-right: 10px;
  background: #fff;
  font-weight: 400;
}

.topTitleC strong {
  font-weight: 700;
  color: #333;
}

.topCatSub hr,
.deTitleLine hr {
  margin-top: -10px;
  margin-bottom: 30px;
  border-color: #d3d7e0;
}

.esubBox {
  border-bottom: 1px solid #d3d7e0;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.esubBox span {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}

.esubDtls {
  display: inline-block;
  width: 55%;
  margin-left: 20px;
}

.esubDtls.carbonfullwidth {
  margin-left: 0;
  width: 100%;
  padding-right: 11%;
  box-sizing: border-box;
}

.esubDtls h3 {
  margin: 0;
  font-size: 26px;
  line-height: 35px;
}

.esubDtls p {
  margin: 10px 0;
  line-height: 24px;
}

.esubDtls a.normalLink {
  font-size: 15px;
  font-family: "PT Serif", serif;
}

.subCatSmall {
  border: 0;
  margin-top: -20px;
  padding: 0;
}

.moreSrc {
  margin-top: 15px;
  padding-top: 3px;
  position: relative;
  background: url(../images/2line.png) top repeat-x;
}

i.moreIcon {
  display: inline-block;
  width: 40px;
  height: 36px;
  background: url(../images/icons/moreArrow.jpg);
}

.moreSrc h5 {
  display: block;
  width: 140px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #233860;
  border-bottom: 1px solid #d3d7e0;
  padding-bottom: 20px;
  margin: 10px auto 0;
}

.moreSrc h6 {
  display: inline-block;
  font-size: 18px;
  background: #fff;
  padding: 0 15px;
  color: #666;
  margin-top: -23px;
}

.searchBtm {
  display: block;
  width: 310px;
  border: 1px solid #999;
  margin: 0 auto;
  padding: 1px;
  text-align: left;
}

i.magniIcon {
  vertical-align: top;
  display: inline-block;
  width: 43px;
  height: 43px;
  background: url(../images/icons/srcIcon.png);
}

input.magniIcon {
  vertical-align: top;
  display: inline-block !important;
  width: 43px;
  height: 43px;
  background: url(../images/icons/srcIcon.png);
  border: none !important;
  overflow: hidden;
  text-indent: -999px;
}

.searchBtm input[type=text] {
  display: inline-block;
  border: 0;
  padding: 10px 5px 0 10px;
  font-size: 18px;
  width: 82%;
}

.searchBtm input[type=submit] {
  display: none;
}

.srcResultB {
  margin-top: -30px;
}

.searchTitle {
  display: inline-block;
  font-size: 22px;
  color: #666;
  margin-bottom: 25px;
  font-family: "PT Sans Narrow", sans-serif;
}

.searchTitle strong {
  font-size: 23px;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #333;
}

.searchTitle span {
  font-family: "PT Serif", serif;
  padding-left: 0.1em;
  font-size: 24px;
  letter-spacing: 0.04em;
}

.searchTitleContainer {
  border-bottom: 1px solid #d3d7e0;
  margin-bottom: 30px;
}

.sortR {
  float: right;
  font-size: 16px;
}

.sortDrp {
  width: 135px;
}

.sortDrp select {
  padding: 10px 6px 4px 3px;
}

.searchResultR h5 {
  background: #f3f3f3;
  color: #666;
}

.miscPage {
  text-align: left;
}

.miscPage p {
  font-size: 20px;
  color: #474747;
  line-height: 36px;
  font-family: "PT Serif", serif;
  margin: 20px 0;
  padding: 0;
}

.miscPage h3 {
  font-size: 30px;
  line-height: 48px;
}

.miscPage p a {
  color: #2f8fce;
}

.breadCrumbNormal {
  font-size: 14px;
  color: #0b4572;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.miscTitle {
  font-size: 66px;
  font-family: "PT Sans Narrow", sans-serif;
  margin: 20px 0;
  line-height: 84px;
}

i.miscLine {
  display: block;
  width: 101px;
  height: 4px;
  background: #2f8fce;
  margin-bottom: 2.5em;
}

.miscLeft,
.miscRight {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  margin-top: 30px;
}

.miscRight {
  margin-left: 7%;
}

.nlTabMob {
  display: none;
  background: #474646;
  margin: 0 20px 30px;
}

.compCTop {
  background: #479cd4;
  text-align: center;
  padding: 40px 40px 30px;
}

.compCTop img {
  display: inline-block;
  vertical-align: top;
}

.nltmDtls {
  display: inline-block;
  vertical-align: top;
  width: 55%;
  text-align: left;
  color: #fff;
  margin-left: 40px;
}

.nltmDtls h5 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
}

.bnDtls.w100 {
  text-align: left;
  width: 100%;
  padding: 30px 80px 50px;
}

.rightGrey {
  position: relative;
  background: #f3f3f3;
}

.popArt,
.rightTwitter,
.searchResultR {
  display: block;
  width: 270px;
  margin: 35px 0 30px 20px;
}

.popArt h3 {
  font-size: 20px;
  color: #333;
  margin: 10px 0 5px;
}

.eArtTop,
.eArt {
  margin: 13px 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #caced6;
}

.eArt span {
  display: inline-block;
  width: 69%;
}

.eArt img {
  display: inline-block;
  vertical-align: top;
  margin-left: 1.2%;
}

.eArt h3 {
  margin: 0 0 5px;
}

.block-popular-articles p.title {
  padding-bottom: 25px;
}

.block-popular-articles .popular-posts {
  padding: 0;
}

.block-popular-articles .popular-posts .pp-wrapper {
  margin-bottom: 25px;
}

.block-popular-articles .popular-posts .pp-wrapper > a {
  display: block;
  margin-bottom: 15px;
}

.block-popular-articles .popular-posts .pp-wrapper img {
  width: 100%;
  height: 100%;
  max-height: 24rem;
  max-width: 40rem;
  object-fit: cover;
}

.rytTitle {
  font-size: 26px;
  font-weight: 700;
  font-family: "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
}

.twtrHdr {
  position: relative;
  border-bottom: 4px solid #333;
  background: url(../images/icons/twtrIcon.png) right top 8px no-repeat;
}

a.twtrMobBtn {
  position: absolute;
  display: none;
  top: 3px;
  right: 0;
  font-size: 20px;
  text-transform: none;
}

a.twtrMobBtn i {
  font-size: 16px;
}

.rightTwitter.fixed {
  position: fixed;
  bottom: 0px;
  z-index: 998;
  background: #f3f3f3;
}

.rightTwitter.fixedAb {
  position: absolute !important;
  bottom: 0px;
  z-index: 9999;
  background: #f3f3f3;
}

.rightTwitter ul {
  margin: 1px 0;
  border-top: 1px solid #8b96aa;
}

.rightTwitter li {
  margin: 25px 0;
  padding: 0 0 25px;
  font-size: 17px;
  color: #333;
  border-bottom: 1px solid #caced6;
  font-family: "PT Serif", serif;
}

.rightTwitter li a {
  color: #243962;
  font-family: "PT Sans", sans-serif;
}

.rightTwitter li a:hover {
  text-decoration: underline;
}

.rightTwitter li div.twtid a {
  color: #333;
  font-weight: 700;
}

.twtrDate {
  display: block;
  margin: 5px 0 0;
  font-size: 14px;
  font-family: "PT Sans", sans-serif;
}

.twtimg {
  float: right;
  margin: 28px 5px 5px;
}

.rightTwitter li .twtcontent img.usrimg {
  float: left;
  margin: 0 10px 0 0;
}

a.dBluBtn {
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 20px;
  font-family: "PT Sans Narrow", sans-serif;
  color: #fff;
  background: #243962;
  background: -moz-linear-gradient(top, #243962 0%, #1f3154 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #243962), color-stop(100%, #1f3154));
  background: -webkit-linear-gradient(top, #243962 0%, #1f3154 100%);
  background: -o-linear-gradient(top, #243962 0%, #1f3154 100%);
  background: -ms-linear-gradient(top, #243962 0%, #1f3154 100%);
  background: linear-gradient(to bottom, #243962 0%, #1f3154 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#243962", endColorstr="#1f3154", GradientType=0 );
}

.contactFrm {
  position: relative;
  padding: 40px 25px 80px;
  background: #474646;
  color: #fff;
}

.contactFrm label {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  margin: 10px 0 5px;
}

.contactFrm input[type=text],
.contactFrm input[type=email],
.contactFrm textarea {
  width: 100%;
  background: #fff;
  border: 2px solid white;
  padding: 10px;
  font-size: 15px;
  color: #000;
  margin-bottom: 5px;
}

.contactFrm textarea {
  height: 170px;
}

.contactFrm fieldset {
  text-align: right;
}

.contactFrm input[type=submit] {
  width: auto;
  padding: 10px 40px 9px;
  margin-top: 10px;
}

.contactFrm input.wpcf7-not-valid,
.contactFrm textarea.wpcf7-not-valid {
  border: 2px solid red;
}

i.errorIcon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/icons/errorIcon.png);
  vertical-align: top;
  margin: 2px 8px 0 0;
}

.cfError {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  background: #0b4572;
  color: #fff;
  font-size: 18px;
  padding: 7px 15px;
}

.ttlHdrLeft {
  display: block;
  margin: 0 15px;
  text-align: left;
}

.titleNormal {
  display: inline-block;
  font-size: 26px;
  letter-spacing: 2px;
  color: #666;
  padding: 5px 5px 5px 0;
  margin: 0 0 -10px;
  background: #fff;
  font-family: "PT Sans Narrow", sans-serif;
}

.viewAll {
  float: right;
  background: #fff;
  font-size: 20px;
  padding: 10px 0 0 10px;
  font-family: "PT Sans Narrow", sans-serif;
}

.latestInterviews {
  display: block;
  margin: 0 20px 50px -20px;
  text-align: center;
}

.latestInterviews ul {
  margin-bottom: 10px;
  padding: 0;
}

.latestInterviews hr {
  margin: -12px 0 30px;
}

.latestInterviews li {
  display: inline-block;
  margin: 0 0 0 1px;
  position: relative;
}

.midTitle {
  display: inline-block;
  font-size: 26px;
  font-family: "PT Sans Narrow", sans-serif;
  color: #666;
  padding: 5px 20px 0;
  background: #fff;
  margin: 0;
}

.midTitle strong {
  font-weight: 700;
  color: #333;
}

.interDtls {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(36, 57, 98, 0.6);
  opacity: 0.9;
  z-index: 888;
  text-align: center;
}

.interDtls span {
  position: absolute;
  display: block;
  bottom: 5px;
  left: 0;
  padding: 0 15px;
  opacity: 0.8;
}

.interDtls h4 {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: "PT Sans Narrow", sans-serif;
}

.interDtls small,
.twDtls small {
  color: #c2c2c2;
  font-size: 13px;
}

.latestInterviews li:hover .interDtls {
  background: rgba(36, 57, 98, 0.9);
}

.latestInterviews li:hover .interDtls span {
  opacity: 1;
}

.eboxSmll {
  margin-bottom: 30px;
}

.inner2colR {
  padding-right: 20px;
}

.inner2colL {
  padding-left: 20px;
}

.inner2colL .viewAll,
.inner2colR .viewAll {
  float: none;
  display: block;
  padding: 0;
  margin: 0;
}

.srcStat {
  margin: 0 20px 10px 0;
}

.srcStat span {
  display: inline-block;
  vertical-align: middle;
}

.ssDtls {
  width: 65%;
  color: #fff;
  padding: 0 20px;
  display: inline-block;
  vertical-align: middle;
}

.ssDtls h4 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  font-family: "PT Serif", serif;
}

.ssDtls p {
  line-height: 24px;
  margin: 0;
  padding: 0;
}

a.bluBtnView {
  float: none;
  width: 120px;
}

.writerSet {
  margin: 0 0 20px;
}

.writerSet hr {
  margin: -12px 0 40px;
}

.topWriter {
  background: #333;
  padding: 7px 10px;
}

.topWriter img {
  border: 2px solid #7b7b7b;
  width: 37px;
  height: 37px;
}

.twDtls {
  display: inline-block;
  position: relative;
  width: 77%;
  vertical-align: top;
  margin-left: 5px;
}

.twDtls h4 {
  margin: 3px 0 0;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.twDtls h4 a {
  color: #64a5d0;
}

.writerBtm {
  float: left;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.writerBtm .viewAll {
  margin: 10px 0 -8px 0;
  padding-right: 20px;
}

.artTop {
  position: relative;
  display: block;
  height: 850px;
  overflow: hidden;
  border-bottom: 2px solid #fff;
  z-index: 2;
}

.ccfic {
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: white;
  z-index: 10000;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 750px) {
  .artTop .ccfic {
    opacity: 0;
    transition: all 200ms ease-in-out;
    bottom: 0px;
  }
  .artTop .ccfic:hover {
    opacity: 1;
  }
  .artTop .ccfic {
    font-size: 12px;
  }
  .artTop .ccfic .ccfic-source {
    font-size: 12px;
  }
}
.ccfic a,
.ccfic a:visited,
.ccfic a:active {
  color: white;
  text-decoration: none;
}

.shareCount {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}

i.lineBlk {
  display: block;
  width: 100px;
  height: 4px;
  background: #000;
  margin: 20px 0;
}

i.shareTopIcon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/icons/shareIconC.png);
  vertical-align: middle;
  margin-right: 15px;
}

.greyBar {
  position: relative;
  background: #28282e;
  min-height: 54px;
  z-index: 99999;
}

.greyBar.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 750px) {
  .greyBar.fixed {
    display: block;
  }
}
body.noHdrMenu header {
  position: absolute !important;
}

.ArtWriter {
  background: transparent;
  display: inline-block;
  width: 255px;
  border-right: 1px solid #616164;
  margin-left: 4.7%;
}

.centerDtls {
  display: inline-block;
  width: 60%;
  margin-left: -4px;
  margin-top: 9px;
  font-size: 16px;
  color: #fff;
  padding-left: 20px;
  vertical-align: top;
}

.centerDtls a {
  padding: 5px 10px;
  background: #243962;
  letter-spacing: 1px;
  margin-right: 20px;
  vertical-align: middle;
  float: left;
}

.centerDtls span {
  display: block;
  vertical-align: middle;
  line-height: 18px;
}

.threeOptIcon {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
}

.threeOptIcon a {
  display: inline-block;
  border-left: 1px solid #616164;
  padding: 8px 0 5px 1px;
  text-align: center;
  width: 60px;
}

i.shareIconG,
i.printIcon,
i.dlPDFIcon {
  display: inline-block;
  background: url(../images/icons/iconSM.png) 0 -179px no-repeat;
  width: 32px;
  height: 36px;
}

i.printIcon {
  background-position: -32px -179px;
}

i.dlPDFIcon {
  background-position: -64px -179px;
}

.line2C {
  display: block;
  width: 100%;
  height: 2px;
  background: #cacaca url(../images/artLine.gif) 0 0 no-repeat;
}

.innerArt {
  display: block;
  width: 830px;
  margin: 20px auto;
}

@media screen and (max-width: 750px) {
  .innerArt {
    padding: 0 20px;
  }
}
.innerArt > div > a > img,
.innerArt > div > img,
.innerArt > p > a > img,
.innerArt > p > img {
  max-width: 100%;
  height: auto;
  left: -25px;
  position: relative;
}

.innerArt > div > a > img {
  left: 0px;
}

.innerArt a {
  color: #2f8fce;
}

.innerArt p {
  margin: 25px;
  font-size: 18px;
  line-height: 36px;
  font-family: "PT Serif", serif;
}

.innerArt p strong,
.innerArt p b {
  font-size: 18px;
  font-weight: 700;
}

.innerArt h2,
.innerArt h4,
.innerArt > p:first-of-type b,
.innerArt > p:first-of-type strong,
.innerArt > p:first-of-type {
  margin: 25px;
  font-size: 25px;
}

@media screen and (max-width: 750px) {
  .innerArt p {
    font-size: 16px;
    margin: 18px 0px;
    line-height: 28px;
  }
  .innerArt > p:first-of-type b,
.innerArt > p:first-of-type strong,
.innerArt > p:first-of-type {
    margin: 15px 0px;
    font-size: 16px;
    line-height: 28px;
  }
}
.innerArt h3 {
  padding-top: 25px;
  font-weight: 400;
  font-size: 30px;
  margin: 25px;
}

.innerArt p:first-child b,
.innerArt p:first-child strong {
  font-weight: 300;
  font-family: "PT Sans Narrow", sans-serif;
  display: block;
}

.innerArt p:first-child b,
.innerArt p:first-child strong {
  margin: 0;
}

.storycont p,
.storycont p:first-child {
  font-size: 18px !important;
  line-height: 36px !important;
  font-family: "PT Serif", serif !important;
  margin: 25px 0 !important;
}

@media screen and (max-width: 750px) {
  .storycont p,
.storycont p:first-child {
    font-size: 16px !important;
    line-height: 28px !important;
    margin: 18px 0 !important;
  }
}
.innerArt h2,
.innerArt h4 {
  margin: 10px 25px;
  font-size: 30px;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .innerArt h2,
.innerArt h4 {
    margin: 25px 0px 10px 0px;
  }
}
.innerArt h5,
.innerArt h6 {
  margin: 10px 25px;
}

.innerArt .quote,
.innerArt > ul,
.innerArt > ol {
  border-left: 3px solid #0b4572;
  display: block;
  width: 94%;
  margin-left: 45px;
  padding-left: 12px;
  margin-bottom: 35px;
  clear: both;
  font-size: 19px !important;
  font-family: "PT Sans", sans-serif;
  line-height: 27px !important;
}

.innerArt .quote p {
  font-size: 19px !important;
}

.innerArt > ul,
.innerArt > ol {
  padding-left: 35px;
  margin-left: 45px;
  width: 90%;
  font-family: "PT Sans Narrow";
  font-size: 1.3em !important;
}

.innerArt > ul li,
.innerArt > ol li {
  color: #333;
}

.innerArt blockquote,
.innerArt blockquote p span {
  position: relative;
  font-size: 28px;
  line-height: 48px;
  font-style: italic;
  border: 0;
  font-family: "PT Serif", serif;
  margin: 10px 25px 10px 40px;
  padding: 0;
}

.innerArt blockquote p span,
.innerArt blockquote p {
  margin: 0;
  padding: 0;
  font-size: 28px;
  line-height: 48px;
  font-style: italic;
  display: inline !important;
}

.innerArt blockquote {
  width: 100%;
  /*left:-3%;*/
}

.innerArt blockquote:before {
  content: "“";
  font-size: 50px;
  font-weight: 700;
  color: #333;
  position: absolute;
  left: -27px;
  top: 10px;
}

.innerArt blockquote:after {
  content: "”";
  font-size: 50px;
  font-weight: 700;
  color: #333;
  position: absolute;
  right: auto;
  bottom: 5px;
}

.quoteBy {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-left: 25px;
  width: 45%;
}

.shareQuote {
  display: inline-block;
  width: 47%;
  text-align: right;
}

.shareQuote i {
  vertical-align: middle;
}

.listing {
  width: 300px;
  background: #fff;
  border: 4px solid #f3f3f3;
  padding: 20px;
  text-align: center;
  margin: 10px 20px 10px 0;
  font-family: "PT Sans Narrow", sans-serif;
}

.listingTitle {
  font-size: 26px;
  color: #333;
  font-weight: 700;
}

.listing ul {
  margin: 0 20px 0 30px;
  padding: 0;
}

.listing li {
  font-size: 21px;
  margin: 7px 0;
  font-family: "PT Sans Narrow", sans-serif;
}

.subAuthor,
.smallCT {
  width: 300px;
  background: #fff;
  border: 4px solid #f3f3f3;
  padding: 20px 25px;
  margin: 10px 20px 5px 0;
}

.smallCT.pull-right {
  margin-left: 10px;
}

.subAuthor.pull-right {
  margin-left: 10px;
}

.subAuthor span {
  font-size: 16px;
  font-weight: 700;
  margin-left: 10px;
}

.listing.pull-right {
  margin-left: 10px;
}

.saDtls {
  font-size: 15px;
  font-family: "PT Serif", serif;
  margin: 10px 0 0;
  line-height: 24px;
}

.saDtls strong {
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
}

i.CTicon,
i.infoIcon {
  display: inline-block;
  width: 37px;
  height: 37px;
  background: url(../images/icons/iconSM.png) -160px -175px no-repeat;
  vertical-align: middle;
}

.CTtitle {
  display: inline-block;
  font-size: 26px;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 700;
  vertical-align: middle;
  margin-left: 14px;
}

.artInfo {
  border-bottom: 1px solid #d3d6df;
  border-top: 1px solid #d3d6df;
  padding: 0 10px;
  text-align: center;
  font-size: 1.2em;
}

i.infoIcon {
  background-position: -114px -175px;
}

.artInfo p {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  text-align: left;
  font-size: 0.9em;
}

.artShareLine {
  margin: 25px 0;
  padding: 0 25px 25px;
  border-bottom: 1px solid #d3d6df;
}

.artDeTitle {
  font-size: 27px;
  font-family: "PT Serif", serif;
  margin-bottom: 20px;
}

.artShareLine li {
  height: 72px;
  display: flex;
}

.leftSLicon {
  display: inline-block;
  width: 36px;
  border-right: 1px solid #fff;
}

.leftSLicon a {
  display: block;
  margin: 0;
  padding: 0;
  height: 36px;
  border-bottom: 1px solid #fff;
}

i.fbArtIcon,
i.twtrArtIcon {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../images/icons/iconSM.png) -203px -62px no-repeat;
  margin: 0;
}

i.twtrArtIcon {
  background-position: -240px -62px;
}

.slineR {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
  padding: 12px 20px 0;
  font-size: 17px;
  line-height: 24px;
  background: #f3f3f3;
  border-bottom: 1px solid #fff;
}

.artComm {
  margin: 25px 0;
  padding: 0 25px 25px;
}

a.viewAllComm,
a.hideAllComm {
  display: block;
  background: #243962;
  background: -moz-linear-gradient(top, #243962 0%, #1f3153 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #243962), color-stop(100%, #1f3153));
  background: -webkit-linear-gradient(top, #243962 0%, #1f3153 100%);
  background: -o-linear-gradient(top, #243962 0%, #1f3153 100%);
  background: -ms-linear-gradient(top, #243962 0%, #1f3153 100%);
  background: linear-gradient(to bottom, #243962 0%, #1f3153 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#243962", endColorstr="#1f3153", GradientType=0 );
  padding: 8px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 20px;
  color: #fff;
  font-family: "PT Sans Narrow", sans-serif;
}

a.hideAllComm {
  display: none;
}

.conceptTerms {
  position: relative;
  display: block;
  width: 100%;
  padding: 25px 0;
  background: #393939;
}

.ctTitleD,
.eaTitleD {
  font-size: 36px;
  color: #fff;
  line-height: 44px;
  width: 75%;
  margin: 0 5% 0 20%;
  font-family: "PT Sans Narrow", sans-serif;
}

.conceptTerms li {
  display: inline-block;
  padding: 25px;
  background: #fff;
  width: 300px;
  margin: 0 7px;
}

.termL {
  display: inline-block;
  width: 45%;
  font-weight: 700;
  vertical-align: top;
  text-transform: uppercase;
}

.termR {
  display: inline-block;
  width: 45%;
  margin: 3px 0 3px 10px;
}

.relArt {
  position: relative;
  display: block;
  width: 100%;
  padding: 50px 0;
}

.relArt li {
  display: inline-block;
  margin: 0 15px;
  width: 270px;
}

.eaTitleD {
  color: #333;
}

.bgGrey {
  background: #f3f3f3;
}

.deTitleLine {
  text-align: left;
  margin: 0 0 -10px 17px;
}

.authorDtls {
  background: #f3f3f3;
  margin: 0 14px 0 17px;
  text-align: left;
}

.authorDtls span {
  display: inline-block;
  background: #0b4572;
  padding: 30px 0;
  vertical-align: top;
  width: 180px;
  text-align: center;
  min-height: 230px;
}

.authorPos {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 10px;
}

.authorPos small {
  display: block;
  font-weight: 400;
  color: #fff;
  text-transform: none;
  font-size: 13px;
}

.authorPos small a {
  color: #4099ff;
}

.authorR {
  display: inline-block;
  width: 70%;
  margin: 10px 0 20px 20px;
}

.authorR h3 {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 30px;
}

.authorR h3 small {
  font-size: 24px;
}

.authorR p {
  font-size: 16px;
  line-height: 24px;
  font-family: "PT Sans", sans-serif;
}

#fullsized_close {
  display: block;
  border: 2px solid #c4c4c4;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999999;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #000 url(../images/icons/closeR.png) center center no-repeat;
  background-size: 50%;
}

.mobTopWriter,
.authorMob {
  display: none;
}

.noBrdr {
  border: 0 !important;
}

.marBtm0 {
  margin-bottom: 0;
}

.marTop10 {
  margin-top: 10px;
}

.marTop5 {
  margin-top: 15px;
}

.owlDesc a,
.TickerNews a,
.topicM h3 a,
.topicM h4 a {
  color: #fff;
}

.owlDesc a:hover {
  color: #2f8fce;
  text-decoration: underline;
}

.noVidRev img,
.ePost3 img,
.ePost2 img,
.eTopBox img,
.normalHdr img,
img.respondImg,
.topCatSub span img,
.latestInterviews li img,
.artTop img,
.relArt li img,
.topCat img,
.logo img,
.artGalMore li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 750px) {
  .artTop img {
    max-height: 160px;
    object-fit: cover;
    object-position: center;
  }
}
.innerArt li.theGalleryItem.slick-slide img {
  max-width: inherit;
  max-width: 100%;
  max-height: calc(100% - 130px);
  margin: auto;
  top: 30%;
  position: relative;
  -webkit-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
}

li.theGalleryItem.slick-slide {
  height: 600px;
}

a.bluBtn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

a,
.gNav,
.navBox,
.topNL,
.topSubc a,
.topShare ul,
.topShare li a,
h3 a,
i.rfbIcon,
i.rtwtrIcon,
i.rytIcon,
i.rrssIcon,
i.rsuIcon,
.topShare a,
.topSearch,
.mobRM a.mobSec,
.interDtls,
.interDtls span {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

footer {
  position: relative;
  background: #2e2e2e;
  padding: 55px 0 30px;
  width: 100%;
  color: #fff;
}

footer hr {
  border-color: #979797;
}

footer p {
  font-family: "PT Serif", serif;
  line-height: 24px;
  color: #f3f3f3;
  width: 70%;
}

footer p a {
  text-decoration: underline;
  color: #4c9fd5;
}

.ftrLogo {
  display: inline-block;
  margin: 30px 0 0;
}

.eFtr {
  display: block;
  float: left;
  width: 25%;
  margin-left: 10px;
}

.eFtr h4 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 2px;
}

footer ul {
  margin: 25px 0;
  padding: 0;
  list-style: none;
}

footer li {
  margin: 10px 0;
  font-size: 20px;
  font-family: "PT Sans Narrow", sans-serif;
  letter-spacing: 1px;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff !important;
  text-decoration: underline;
}

footer .fb-messengermessageus {
  display: block;
  margin-top: -10px;
}

.ftrBtm {
  font-size: 16px;
  color: #686868;
}

.backTop {
  position: absolute;
  top: -27px;
  left: 10px;
  display: inline-block;
  z-index: 9999;
}

i.backTop {
  display: inline-block;
  width: 45px;
  height: 44px;
  background: url(../images/backTop.png) no-repeat;
  cursor: pointer;
}

.cursor {
  display: none;
  top: 100px;
  left: 0;
  position: fixed;
  z-index: 1000;
  width: 33px;
  height: 54px;
  margin-top: 0px;
  margin-left: 23px;
  pointer-events: none;
}
.cursor.isVisible {
  display: block;
}

.js--visible {
  display: block;
}

.cursor__icon {
  width: 31px;
  height: 63px;
  background-image: url("../images/slideArrow.png");
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 32px;
  height: 61px;
  margin-top: -33px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-position: 0 0;
  z-index: 1000;
}

.slick-next {
  right: 0px;
  left: auto;
  background: url(../images/icons/nextSlick.png) 0 0 no-repeat;
}

.slick-prev {
  right: auto;
  left: 0px;
  background: url(../images/icons/prevSlick.png) 0 0 no-repeat;
}

#slider2 .slick-prev {
  display: none !important;
}

.latestInterviews .slick-prev {
  right: 0px;
}

.conceptTerms .slick-prev {
  right: -15px;
}

.relArt .slick-prev {
  right: -15px;
}

.hidden {
  display: none;
}

.scrollWrapper {
  width: 100%;
  background: #cacaca;
  position: absolute;
  height: 5px;
  border-top: 2px solid #fff;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  bottom: -7px;
}

.scroll-bar {
  height: 5px;
  position: relative;
  background-color: #d29822;
  width: 0;
  border-right: 1px solid #fff;
}

.insidenavi:hover {
  text-decoration: underline;
}

.artTop.dailybriefheader {
  display: block;
  width: 100%;
  background: url(../images/dbbackground.png) no-repeat;
  background-size: cover;
  position: relative;
  height: 318px !important;
}

.dailybriefheader a {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  padding-top: 18px;
  letter-spacing: 0.7px;
}

.dailybriefheader .prev,
.dailybriefheader .next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -25px;
}

.dailybriefheader .prev {
  left: 0;
}

.dailybriefheader .next {
  right: 0;
}

.dailybriefheader .prev span {
  display: block;
  width: 32px;
  height: 64px;
  float: left;
  background: url(../images/briefnavi.png) no-repeat top left;
  margin-right: 12px;
  position: relative;
  top: -10px;
}

.dailybriefheader .disable {
  cursor: not-allowed;
}

.dailybriefheader .next span {
  display: block;
  width: 32px;
  height: 64px;
  float: right;
  background: url(../images/briefnavi.png) no-repeat bottom right;
  margin-left: 12px;
  position: relative;
  top: -10px;
}

.dailybriefheader .next.disable,
.dailybriefheader .prev.disable {
  opacity: 0.5;
}

.dailybriefcenter {
  color: white;
  display: block;
  width: 450px;
  text-align: center;
  margin: 0px auto;
  position: relative;
  top: 100px;
}

.dailybriefcenter h1 {
  display: inline;
  font-size: 44px;
}

.dailybriefcenter .dodate {
  display: inline-block;
  font-family: "PT Serif", serif;
  font-style: italic;
  cursor: pointer;
  margin-left: 20px;
  position: relative;
  top: -8px;
  padding-right: 40px;
  background: url(../images/cal.png) no-repeat 150px -70px;
}

.dailybriefcenter .dodate:hover {
  background: url(../images/cal.png) no-repeat 150px 9px !important;
}

.dailybriefcenter .dodate.active {
  background: url(../images/cal.png) no-repeat 150px 9px !important;
}

.dailybriefcenter .dodate a {
  color: #cfcfcf;
  font-size: 28px;
  padding-bottom: 2px;
  border-bottom: 2px solid #d3dde6;
  text-decoration: none !important;
}

.dailybriefcenter .spacer {
  display: block;
  border-top: 1px solid #778fa7;
  background: white;
  height: 2px;
  width: 11px;
  margin: 20px auto;
}

.dailybriefcenter .headline {
  font-size: 18px;
  color: white;
  font-family: "PT Serif", serif;
  font-style: italic;
}

.dailybriefpage .innerArt {
  max-width: 830px;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 20px 20px 20px;
}

.dailybriefpage .dateCat {
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  border-left: 1px solid #999999;
  padding-left: 20px;
  margin-left: 15px;
}

.dailyheadlinesbox {
  border: 3px solid #f3f3f3;
  margin-top: 50px;
  padding: 25px;
  margin-bottom: 50px;
}

.dailyheadlinesbox h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
}

.dailyheadlinesbox ul,
.dailyheadlinesbox li {
  list-style: none;
}

.dailyheadlinesbox ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.dailyheadlinesbox a {
  color: #333333;
}

.dailyheadlinesbox li {
  width: 50%;
  box-sizing: border-box;
  padding-right: 30px;
  float: left;
  display: block;
  line-height: 24px;
  margin-bottom: 13px;
  position: relative;
  font-size: 21px;
  padding-left: 20px;
  font-family: "PT Sans Narrow";
}

.dailyheadlinesbox li span,
.dailyheadlinesbox li span svg {
  height: 24px;
  width: 24px;
  transform: translateY(6px);
}

.clear {
  clear: both;
}

#releaseauthors span {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2f8fce;
  display: inline-block;
  position: relative;
  top: -3px;
  margin-left: 4px;
}

.topWriter img {
  border-radius: 50%;
  border: none;
}

#fullaouthorlist {
  position: absolute;
  top: -3px;
  display: none;
  width: 249px;
  background: url(../images/cb.png) no-repeat 8px 3px #41414b;
  padding: 5px 10px 5px 51px;
  left: -50px;
  box-sizing: border-box;
}

#fullaouthorlist a {
  font-size: 12px;
  line-height: 18px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  color: #64a5d0;
}

.topWriter:hover #fullaouthorlist {
  display: block;
  z-index: 2;
}

.brieftagheader {
  display: block;
  font-size: 34px !important;
  clear: both;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  margin: 0 0 30px !important;
  color: #333333;
}

.dailystory {
  display: block;
  clear: both;
  margin: 0 0 50px;
  padding: 0 20px;
}

.dailystory .storyheading {
  display: block;
  clear: both;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 15px;
}

.dailystory p {
  margin: 0 0 25px 0;
}

.dailystory .storycredits {
  display: block;
  clear: both;
  font-weight: 700;
  font-size: 16px;
  color: #243962;
}

.dailystory .storycredits a {
  display: inline-block;
  margin-left: 10px;
  padding-left: 12px;
  color: #2f8fce;
  border-left: 1px solid #878787;
  font-family: "PT Serif", serif;
}

.otherstoriescont {
  margin: 0px;
  border-bottom: 1px solid #d3d7e0;
}

.otherstoriescont .otherstory {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-right: 20px;
  height: 100px;
}

.otherstoriescont .otherstory a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  box-sizing: border-box;
  margin-left: 14px;
  color: #333333;
  font-size: 18px;
  height: 50px;
  overflow: hidden;
}

.otherstoriescont .otherstory a img {
  left: 0px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.otherstoriescont .otherstory a:first-child {
  float: left;
  margin-left: 0px;
  width: 71px;
  height: 71px;
}

.otherstoriescont .otherstory a:nth-child(2) {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-left: 14px;
}

.otherstoriescont .otherstory span {
  display: block;
  float: none;
  text-transform: uppercase;
  color: #0b4572;
  margin-top: 4px;
  margin-left: 86px;
  font-size: 11px;
}

#commentcontainer {
  display: none;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 50px;
  margin-bottom: 30px;
}

.artComm {
  padding: 0 50px !important;
}

.authorDtls img {
  border-radius: 50%;
	height:auto;
}

.news-letter-signup-message {
  position: absolute;
  top: 45px;
  display: none;
  width: 100%;
  background: #000;
  color: #fff;
  padding: 1px 0;
}

.news-letter-signup-message .message {
  width: 100%;
  background: #000;
  margin: 0;
  padding: 6px;
  font-size: 18px;
}

.news-letter-signup-message .tick {
  width: 19px;
  height: 19px;
  display: block;
  background: transparent url("../images/icons/tick.png") no-repeat 0 0;
  float: left;
  margin: 2px 12px 0 10px;
}

.news-letter-signup-message .error {
  width: 19px;
  height: 19px;
  display: block;
  background: transparent url("../images/icons/tick.png") no-repeat 0 0;
  float: left;
  margin: 2px 12px 0 10px;
}

.ui-widget-content {
  z-index: 9999999999 !important;
}

.artDate {
  display: inline-block;
}

#shareArt {
  position: absolute;
  display: none;
  width: 65px;
  top: 54px;
  left: 0;
  list-style: none;
  border: 0;
  background: #27272e;
  padding: 0;
  margin: 0;
  z-index: 999;
}

#shareArt.open {
  display: block;
}

ul#shareArt li {
  position: relative;
  display: block;
  font-size: 24px;
  padding: 10px 0;
  border-top: 1px solid #bfbfc1;
}

ul#shareArt li a {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  width: auto;
  color: #bfbfc1;
}

ul#shareArt li a .fa {
  font-size: 28px;
  vertical-align: top;
}

ul#shareArt li a svg {
  display: inline-block;
  width: 28px;
  vertical-align: top;
}

ul#shareArt li a svg path {
  fill: #bfbfc1;
}

.shareArtInner {
  width: auto;
  top: 54px;
  left: 0;
  list-style: none;
  border: 0;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 750px) {
  .shareArtInnerDesktop {
    display: none;
  }
}
.shareArtInnerMobile {
  margin-top: 10px;
}

.shareArtInner li {
  position: relative;
  display: inline-block;
  font-size: 24px;
  padding: 10px 0;
  margin: 0px 10px 0px 0px;
  vertical-align: top;
}

.shareArtInner li a {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  width: auto;
  color: #bfbfc1;
}

.shareArtInner li a:hover {
  text-decoration: none;
}

.shareArtInner li a .iw {
  background-color: rgba(255, 255, 255, 0.7);
  border: 3px solid #0b4572;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #333;
  display: block;
  height: 42px;
  line-height: 36px;
  width: 42px;
  text-align: center;
}

.shareArtInner li a svg {
  display: inline-block;
  margin-top: 5px;
  height: 27px;
  width: 24px;
}

.shareArtInner li a svg path {
  fill: #333;
}

.innerArt ul.shareArtInner {
  padding: 0px;
  margin: 20px 0px 0px;
}

.innerArt ul.shareArtInner img {
  left: 0px;
}

.innerArt ul li {
  padding: 0.25em 0;
  font-size: 18px;
  font-style: normal;
  line-height: 1.62;
  font-family: "PT Serif", serif;
  padding-left: 10px;
}

@media screen and (max-width: 750px) {
  .innerArt ul li {
    font-size: 16px;
    line-height: 1.52;
  }
}
.ui-widget-content {
  width: 290px !important;
  border: 0 !important;
  padding: 10px !important;
}

.ui-widget {
  font-size: 16px !important;
  line-height: 20px;
  font-family: "PT Sans", sans-serif !important;
}

li.ui-menu-item {
  padding: 10px 5px !important;
  border-bottom: 1px solid #ccc;
}

li.ui-menu-item:hover {
  border: 0 !important;
  border-bottom: 1px solid transparent !important;
  background: #ccc !important;
  padding: 10px 5px !important;
}

li.ui-menu-item span {
  font-weight: 700;
  color: #114572;
}

#loading {
  clear: both;
  display: block;
  width: 100%;
  height: 300px;
  background: url(../images/loading.GIF) no-repeat center center;
}

#loadingpop {
  clear: both;
  display: block;
  width: 100%;
  height: 300px;
  background: url(../images/loading.GIF) no-repeat center center;
}

.dailyheadlinesbox li:nth-child(2n) {
  float: right;
}

span.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-not-valid-tip {
  position: absolute !important;
  top: 5px !important;
  right: 5px !important;
  font-size: 12px !important;
  font-style: italic !important;
}

.contactFrm br {
  display: none;
}

.contactFrm p {
  display: block;
  padding: 0 !important;
  margin: 0 !important;
}

.contactFrm .ajax-loader {
  display: none !important;
}

.wpcf7-form {
  position: relative;
}

div.wpcf7-response-output {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #0b4572 !important;
  color: #fff !important;
  font-size: 18px !important;
  padding: 7px 15px 7px 40px !important;
  margin: 0px !important;
  border: none !important;
}

.wpcf7-form.invalid {
  padding-top: 25px;
}

div.wpcf7-response-output:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/icons/errorIcon.png);
  vertical-align: top;
  margin: 2px 8px 0 0;
  position: absolute;
  left: 12px;
}

.pickamagicbox {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  font-weight: bold;
  font-size: 15px;
  background-color: #fafafa;
  text-decoration: none !important;
}

.pickamagicbox:hover {
  background: white;
}

.pickamagicbox.active {
  color: white;
  background: #034674;
}

.smallCT p {
  margin: 0;
  padding: 0;
  display: inline;
}

blockquote p {
  margin: 0;
  padding: 0;
  display: inline;
}

.extLinkTitle {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: #0d345f;
}

.extLinkDescription {
  margin-top: 0px;
}

p.wp-caption-text {
  margin: 5px 0px;
  font-size: 15px;
  line-height: 20px;
  font-family: "PT Sans", sans-serif;
}

p.wp-caption-text b,
p.wp-caption-text strong {
  font-size: 15px;
  font-family: "PT Sans", sans-serif;
}

@media print {
  header,
.gNav,
.topSearch,
.artTop,
.greyBar,
.artInfo,
.artShareLine,
.artComm,
.relArt,
.btmNewsletter,
footer,
.dailybriefheader.artTop,
.otherstories {
    display: none;
  }
  .innerArt {
    margin: 0 auto;
  }
  .mainC {
    padding-top: 0;
  }
}
.homepage-slider-links,
.homepage-slider-links:hover {
  color: #fff;
}

.miscPage.noimage {
  margin-top: 80px !important;
}

/**
 * Coverage Slider
 */
.coverage-slider {
  position: relative;
  display: block;
  width: 100%;
  margin-left: -15px;
  text-align: left;
  min-height: 10px;
  max-height: 700px;
  overflow: hidden;
}

.coverage-slider .shadeBg {
  background: rgba(0, 0, 0, 0.6);
}

.main-story-content {
  width: 530px;
  height: 270px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 8.5% 0 0 6%;
  z-index: 9999;
  padding: 1px 0;
}

.main-story img {
  width: 100%;
  height: auto;
  -webkit-animation: pulse 18s ease-in-out;
  -moz-animation: pulse 18s ease-in-out;
  -ms-animation: pulse 18s ease-in-out;
  -o-animation: pulse 18s ease-in-out;
  animation: pulse 18s ease-in-out;
  animation-fill-mode: forwards;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.4);
  }
}
.main-story-categories {
  display: inline-block;
  padding: 3px 10px 1px;
  background: #2f8fce;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.main-story-date {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
}

.main-story-date i.clockIcon {
  margin-top: 5px;
}

.main-story-title {
  font-size: 36px;
  line-height: 42px;
  margin: 10px 0 20px;
  padding: 0;
  color: #fff;
}

.main-story-title a {
  color: #fff;
}

.main-story-title a:hover {
  text-decoration: underline;
}

.main-story-excerpt {
  overflow: hidden;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-family: "PT Serif", serif;
  margin: 0;
  padding: 0;
}

.main-cats-authors {
  margin: 12px 0 0;
  padding: 0;
  color: #fff;
}

.main-cats-authors a {
  color: #fff;
}

.cat-bold {
  font-weight: bold;
  text-transform: uppercase;
}

.other-stories {
  width: 100%;
  height: 132px;
  position: absolute;
  bottom: 15px;
  padding: 0 6%;
  z-index: 9999;
}

.other-stories-inner {
  border-top: 1px solid #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  height: 132px;
}

.other-stories-col {
  width: 33.3333%;
  float: left;
  color: #fff;
}

.other-stories-col.middle {
  padding: 0 15px;
}

.other-title {
  margin: 20px 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
}

.other-title a,
.other-title a:hover {
  color: #fff;
}

.other-meta {
  margin: 0;
  padding: 0;
}

.other-meta-cat {
  text-transform: uppercase;
}

.threeOptIcon #showArtS {
  display: inline-block !important;
}

.innerArt iframe {
  max-width: 100%;
}

.innerArt .alignleft {
  float: left;
}

.innerArt .aligncenter {
  margin: auto;
  display: block;
  text-align: center;
}

.innerArt .aligncenter p {
  text-align: left;
}

.innerArt .alignright {
  float: right;
}

#jquery-fullsizable {
  overflow-y: scroll !important;
  z-index: 99999999 !important;
}

.wp-caption {
  width: auto !important;
  padding-bottom: 24px;
}

@media screen and (min-width: 750px) {
  .wp-caption {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.sticky-top {
  position: fixed;
  bottom: 0;
}

.sticky-bottom {
  position: absolute;
  bottom: 0;
}

.miscPage.noimage a {
  color: #104472 !important;
}

.iframeC,
.jpgImgC {
  display: block;
  width: 100%;
  border-bottom: 4px solid #243962;
  background: #fff;
  margin-bottom: -60px;
}

.iframeC iframe {
  width: 100%;
  height: 800px;
  margin: 6px 0 -4px;
  padding: 0;
}

.jpgImgC img {
  width: 100%;
  height: auto;
  margin: 6px 0 2px;
}

.page-anchor {
  height: 1px;
  margin-bottom: -22px;
  overflow: hidden;
  position: relative;
  top: -65px;
}

.article-wrapper img {
  height: auto;
}

.twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}

.grecaptcha-badge {
  bottom: 72px !important;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: rgb(36, 57, 98) !important;
}

.ePostC,
.miscPage {
  margin: 30px 10px 30px 3%;
  width: auto;
}

.topSearch input::-webkit-input-placeholder {
  color: #333;
}

.topSearch input:-moz-placeholder {
  color: #333;
}

.topSearch input::-moz-placeholder {
  color: #333;
}

.topSearch input:-ms-input-placeholder {
  color: #333;
}

.topSearch select::-webkit-input-placeholder {
  color: #333;
}

.topSearch select:-moz-placeholder {
  color: #333;
}

.topSearch select::-moz-placeholder {
  color: #333;
}

.topSearch select:-ms-input-placeholder {
  color: #333;
}