@charset "UTF-8";
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

ul li.leaf {
  list-style: none;
}

.feed-icon {
  display: none;
}

#webform-component-empty {
  display: none;
}

.node-readmore a {
  display: none;
}

#block-system-main .form-type-item {
  display: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: "open sans", arial, sans-serif;
  font-size: 15px;
  color: #353535;
  text-align: left;
  font-weight: normal;
  background: #ececec;
  -moz-transition: ease-in 200ms;
  -o-transition: ease-in 200ms;
  -webkit-transition: ease-in 200ms;
  transition: ease-in 200ms;
}
@media screen and (max-width: 900px) {
  body {
    padding-top: 74px;
  }
}

a:link, a:hover, a:active, a:visited {
  color: #006ad7;
}

a:hover {
  color: #0b83ff;
  text-decoration: underline;
}

h1, h2 {
  font-weight: 200;
  font-size: 35px;
  color: black;
}

input[type=text],
input[type=email],
input[type=password],
select,
textarea {
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  box-shadow: inset 3px 3px 0px rgba(0, 0, 0, 0.1);
}

input[type=submit],
input[type=button] {
  background: #f28901;
  color: white;
  font-weight: bold;
  font-size: 19px;
  width: 100%;
  padding: 8px;
  border: none;
  border-radius: 5px;
  box-shadow: inset 0px -20px 0px 0px #e88301;
}

.compact-form-label {
  left: 10px;
  color: #353535;
  font-size: 17px;
  font-weight: normal;
  top: 10px;
}

.inner {
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .inner {
    width: 96%;
  }
}

/***************************************************************************************************/
/*                                         Site Header                                         */
/***************************************************************************************************/
.site-header {
  background: url(../images/header-bg.jpg) top center #01569d no-repeat;
  z-index: 3000;
}
@media screen and (max-width: 900px) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 450px) {
  .site-header #logo {
    width: 170px;
    padding: 10px;
    display: block;
  }
  .site-header #logo img {
    max-width: 100%;
    height: auto;
  }
}

.content-area.sidebar {
  margin-top: 2%;
  width: 68%;
  float: left;
}
@media screen and (max-width: 800px) {
  .content-area.sidebar {
    clear: both;
    width: 100%;
    float: none;
  }
}

aside.sidebar {
  margin-top: 2%;
  float: left;
  width: 30%;
  margin-left: 2%;
}
aside.sidebar .block {
  padding: 20px;
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
  background: white;
  margin-bottom: 20px;
}
aside.sidebar .trending-block {
  background: url(../images/popular-bg.png) repeat-x top #063964;
  color: white;
}
aside.sidebar .trending-block li {
  margin-bottom: 10px;
}
aside.sidebar .trending-block a {
  font-size: 13px;
  color: white;
  text-decoration: none;
}
aside.sidebar .trending-block .block-title h2 {
  color: white;
}
@media screen and (max-width: 800px) {
  aside.sidebar {
    margin-left: 0%;
    width: 100%;
    float: none;
    clear: both;
  }
}

/***************************************************************************************************/
/*                                         Homepage                                         */
/***************************************************************************************************/
.front .featured-block {
  height: 520px;
  width: 32%;
  background: white;
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
  float: right;
  padding: 20px;
}
.front .featured-block ul {
  margin: 0;
}
@media screen and (max-width: 800px) {
  .front .featured-block {
    width: 100%;
    height: auto;
  }
  .front .featured-block .views-field-field-hero-image {
    max-width: 150px;
  }
}
.front .main-banner {
  margin-top: 2%;
}
.front .content-area {
  clear: both;
  width: 100%;
  margin-top: 2%;
  background: white;
  padding: 20px;
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.front .homepage-banner {
  width: 66%;
  float: left;
  margin-bottom: 2%;
  background: white;
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  height: 520px;
}
@media screen and (max-width: 800px) {
  .front .homepage-banner {
    height: auto;
    width: 100%;
  }
}
.front .homepage-banner img {
  width: 100%;
  height: auto;
}
.front .homepage-banner .views-field-body {
  font-size: 13px;
}
.front .homepage-banner .flex-nav-container {
  margin: 0;
}
.front .homepage-banner .flexslider {
  background: none;
  border: none;
}
.front .homepage-banner .flex-control-nav {
  height: auto;
  height: 8px;
  top: 390px;
  margin-top: 15px;
  bottom: auto;
}
.front .homepage-banner .flex-control-nav li a {
  display: block;
  background: none;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background: #a2c7d9;
}
.front .homepage-banner .flex-control-nav li a:hover, .front .homepage-banner .flex-control-nav li a.active {
  background: #1773a1;
}
.front .homepage-banner .views-field-field-hero-image {
  margin-bottom: 10px;
}
.front .homepage-banner .views-field-field-category a {
  font-weight: light;
  text-transform: uppercase;
  color: #353535;
  font-size: 11px;
  text-decoration: none;
}
.front .homepage-banner .views-field-title a {
  text-decoration: none;
  font-size: 16px;
  display: block;
  margin-top: 10px;
  color: #3b3b3b;
  margin-bottom: 5px;
}
.front .homepage-category-list {
  width: 25%;
  padding: 0 1%;
  float: left;
}
.front .homepage-category-list .view-homepage-articles > .view-content {
  min-height: 230px;
}
.front .homepage-category-list .view-homepage-articles .field-name-field-sponsored-by,
.front .homepage-category-list .view-homepage-articles .field-name-field-sponsored-content {
  position: static;
  text-transform: none;
  text-align: left;
  margin-top: 5px;
}
@media screen and (max-width: 850px) {
  .front .homepage-category-list {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .front .homepage-category-list {
    width: 100%;
  }
}
.front .homepage-category-list h2 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
}
.front .homepage-category-list .item-list > ul {
  margin: 0;
  padding: 0;
}
.front .homepage-category-list .views-row {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.front .homepage-category-list .views-row-first {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.front .homepage-category-list .views-row-first h3 {
  margin: 0;
  padding: 0;
}
.front .homepage-category-list .views-row-first h3 a {
  color: #3b3b3b;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
}
.front .homepage-category-list .views-row-first img {
  max-width: 100%;
  height: auto;
}
.front .homepage-category-list .field-name-title h5 {
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  padding-left: 20px;
  position: relative;
}
.front .homepage-category-list .field-name-title h5:before {
  content: "●";
  position: absolute;
  left: 0px;
  top: 0px;
}
.front .homepage-category-list .field-name-title h5 a {
  text-decoration: none;
}
.front .homepage-category-list .more-link {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}
.front .homepage-category-list .more-link:after {
  font-size: 11px;
  margin-left: 5px;
  content: " ▶";
}

.block-title h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: normal;
}

.field-name-field-category a,
.category {
  font-weight: light;
  text-transform: uppercase;
  color: #353535;
  font-size: 11px;
  text-decoration: none;
}

.featured-block {
  overflow: hidden;
}
.featured-block .views-row {
  clear: both;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  margin-bottom: 20px;
}
.featured-block .views-row:last-child {
  margin: 0;
}
@media screen and (max-width: 800px) {
  .featured-block .views-row {
    width: 50%;
    clear: none;
    padding: 10px;
  }
}
@media screen and (max-width: 580px) {
  .featured-block .views-row {
    width: 100%;
    clear: both;
    padding: 0;
  }
}
.featured-block .views-row .views-field-field-hero-image {
  float: left;
  margin-right: 10px;
  width: 40%;
}
.featured-block .views-row .views-field-field-hero-image img {
  max-width: 100%;
  height: auto;
}
.featured-block .views-row .views-field-nothing {
  float: left;
  width: 50%;
}
.featured-block .views-row .views-field-nothing a {
  text-decoration: none;
  color: #3b3b3b;
}

/***************************************************************************************************/
/*                                         article Page                                         */
/***************************************************************************************************/
.node-type-article .field-name-field-category {
  float: left;
}
.node-type-article .field-name-field-category a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: normal;
  color: #515151;
}
.node-type-article .field-name-post-date {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: normal;
  color: #515151;
  float: right;
  margin-top: 5px;
}
.node-type-article .field-name-title {
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
  line-height: 200%;
  text-transform: uppercase;
}
.node-type-article .field-name-title h2 {
  clear: both;
  padding: 0;
  margin: 0;
}
.node-type-article .field-name-body {
  clear: both;
  line-height: 150%;
}
.node-type-article .field-name-body img {
  max-width: 100%;
  height: auto;
}
.node-type-article .field-name-body li {
  margin-bottom: 0;
}
.node-type-article .field-name-body ul {
  padding-left: 40px;
}
.node-type-article .field-name-field-sponser {
  border-top: 1px solid #ddd;
  color: #686868;
  font-size: 11px;
  text-transform: uppercase;
}
.node-type-article .field-name-field-sponser .regular-content {
  text-transform: none;
  line-height: 150%;
  color: #353535;
  margin-top: -10px;
}

@media screen and (max-width: 500px) {
  .small-title .field-name-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .small-title .field-name-title h2 {
    font-size: 20px;
  }
}
/***************************************************************************************************/
/*                                         List Page                                         */
/***************************************************************************************************/
.node-title h2 {
  margin-bottom: 0;
  padding-bottom: 0px;
}

.page-taxonomy-term .content-area {
  padding: 20px;
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
  background: white;
}

.view-category-list {
  overflow: hidden;
}
.view-category-list .views-row {
  float: left;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.view-category-list .views-field-field-hero-image {
  float: left;
  margin-right: 20px;
}
.view-category-list .views-field-nothing .field-title a {
  text-decoration: none;
  font-size: 22px;
}
.view-category-list .views-field-nothing .read-more-link a {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: #006ad7;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px;
  font-size: 11px;
}
@media screen and (max-width: 450px) {
  .view-category-list .field-body {
    clear: both;
    margin-top: 10px;
  }
}
@media screen and (max-width: 320px) {
  .view-category-list .views-field-nothing {
    clear: both;
  }
  .view-category-list .views-field-field-hero-image {
    width: 100%;
    float: none;
    margin: 0;
    margin-bottom: 10px;
  }
  .view-category-list .views-field-field-hero-image img {
    width: 100%;
    height: auto;
  }
}

/***************************************************************************************************/
/*                                         Menu                                         */
/***************************************************************************************************/
.block-menu {
  background: rgba(0, 0, 0, 0.4);
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .block-menu {
    display: none;
  }
}
.block-menu .block-inner {
  margin: 0 auto;
  max-width: 980px;
}
.block-menu ul.menu {
  padding: 0;
  margin: 0;
}
.block-menu ul.menu li {
  float: left;
  padding: 0;
  margin: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.block-menu ul.menu li a {
  display: block;
  text-decoration: none;
  color: white;
  padding: 8px 15px;
  font-size: 14px;
}
.block-menu ul.menu li:hover a, .block-menu ul.menu li.active-trail a {
  background: rgba(0, 0, 0, 0.4);
}
.block-menu ul.menu li:first-child {
  border-left: none;
}
.block-menu ul.menu li:last-child {
  border-right: none;
}

.term {
  vertical-align: middle;
  margin-bottom: 5px;
}
.term:before {
  display: inline-block;
  width: 10px;
  margin-right: 5px;
  height: 10px;
  content: " ";
  border-radius: 8px;
  background: #006ad7;
  vertical-align: middle;
}
.term.term-1:before {
  background: #ce43a8;
}
.term.term-2:before {
  background: #753baa;
}
.term.term-3:before {
  background: #006ad7;
}
.term.term-4:before {
  background: #cb3333;
}
.term.term-5:before {
  background: #4bafa4;
}
.term.term-6:before {
  background: #ce43a8;
}
.term.term-7:before {
  background: #f5a025;
}
.term.term-8:before {
  background: #753baa;
}
.term.term-9:before {
  background: #cb3333;
}

.front .homepage-category-list.category-finance .field-name-title h5:before {
  color: #006ad7;
}

.front .homepage-category-list.category-health .field-name-title h5:before {
  color: #cb3333;
}

.front .homepage-category-list.category-lifestyle .field-name-title h5:before {
  color: #4bafa4;
}

.front .homepage-category-list.category-business .field-name-title h5:before {
  color: #ce43a8;
}

.front .homepage-category-list.category-relationships .field-name-title h5:before {
  color: #ce43a8;
}

.front .homepage-category-list.category-shopping .field-name-title h5:before {
  color: #f5a025;
}

.front .homepage-category-list.category-tech .field-name-title h5:before {
  color: #753baa;
}

.front .homepage-category-list.category-travel .field-name-title h5:before {
  color: #753baa;
}

.front .homepage-category-list.category-careers .field-name-title h5:before {
  color: #753baa;
}

img.image-on-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

body.cke_contents_ltr {
  background: white;
}

/***************************************************************************************************/
/*                                         REsponsive Navigation                                         */
/***************************************************************************************************/
body.open {
  margin-left: -200px;
}

.resp-menu {
  position: fixed;
  z-index: 2000;
  top: 50px;
  right: -200px;
  background: #006ad7;
  box-shadow: inset 15px 0px 10px -5px #0051a4;
  display: block;
  color: white;
  width: 200px;
  height: 100%;
  text-align: left;
  padding-top: 0;
  margin: 0;
  top: 73px;
  -moz-transition: 700ms;
  -o-transition: 700ms;
  -webkit-transition: 700ms;
  transition: 700ms;
}
@media screen and (max-width: 450px) {
  .resp-menu {
    top: 67px;
  }
}
.resp-menu.menu-open {
  right: 0;
}
.resp-menu ul li,
.resp-menu a,
.resp-menu ul {
  padding: 0;
  margin: 0;
}
.resp-menu ul.menu li {
  display: block;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  float: none;
  clear: both;
}
.resp-menu a,
.resp-menu span {
  display: block;
  color: white;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  padding: 5px;
  padding-left: 20px;
}
.resp-menu ul {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* Menu Button */
.menu-button {
  display: none;
  position: static !important;
}
@media screen and (max-width: 890px) {
  .menu-button {
    display: block;
  }
}
.menu-button p {
  padding: 0;
  margin: 0;
}
.menu-button .content a {
  position: absolute;
  top: 20px;
  right: 10px;
  height: 30px;
  width: 30px;
  text-indent: -9999px;
  text-align: left;
  -moz-transition: 700ms;
  -o-transition: 700ms;
  -webkit-transition: 700ms;
  transition: 700ms;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 25px;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  padding: 2px;
}
@media screen and (max-width: 450px) {
  .menu-button .content a {
    top: 25px;
  }
}
.menu-button .content a:before {
  height: 30px;
  width: 30px;
  display: block;
  text-indent: 0;
  font-family: 'better';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\64";
}
.menu-button .content a:hover, .menu-button .content a:active {
  background: #0051a4;
  box-shadow: 1px 1px 1px lighen(#006ad7, 40%);
}

/***************************************************************************************************/
/*                                         Footer                                         */
/***************************************************************************************************/
footer {
  margin-top: 40px;
  float: left;
  width: 100%;
  clear: both;
  padding-top: 30px;
  padding-bottom: 40px;
  box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  footer .footer-menu {
    width: 100%;
    text-align: center;
  }
}
footer .footer-menu ul.menu {
  margin: 0;
  padding: 0;
  text-align: center;
}
footer .footer-menu li {
  display: inline-block;
  border-right: 1px solid #ddd;
}
footer .footer-menu li:last-child {
  border-right: none;
}
footer .footer-menu li a {
  color: #353535;
  display: block;
  padding: 5px;
  font-size: 13px;
  text-decoration: none;
}
footer .copyright {
  margin-top: 20px;
  text-align: right;
  opacity: 0.7;
  font-size: 13px;
  padding-top: 7px;
}
@media screen and (max-width: 700px) {
  footer .copyright {
    width: 100%;
    text-align: center;
  }
}
footer .copyright p {
  padding: 0;
  margin: 0;
}

a.action-button {
  display: inline-block;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 15px;
  background: #006ad7;
  box-shadow: inset 0px -20px 0px #005dbe;
  text-decoration: none;
  color: white;
}
a.action-button:hover {
  background: #0b83ff;
}

.not-front .content-area {
  position: relative;
  padding: 20px;
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
  background: white;
  padding-top: 30px;
}

strong > a {
  text-decoration: none;
}

.image-center {
  text-align: center;
  clear: both;
}

p.image-on-left {
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}
@media screen and (max-width: 500px) {
  p.image-on-left {
    margin-right: 0;
  }
}

p.image-on-right {
  margin-left: 20px;
  margin-bottom: 20px;
  float: right;
}
@media screen and (max-width: 500px) {
  p.image-on-right {
    margin-left: 0;
  }
}

p.image-on-center {
  clear: Both;
  margin: 0 auto;
  margin-bottom: 20px;
  float: none;
}

@media screen and (max-width: 700px) {
  .adsence div {
    text-align: center !important;
  }
}

.field-name-field-sponsored-by,
.field-name-field-sponsored-content {
  position: absolute;
  font-size: 12px;
  text-transform: uppercase;
  top: 10px;
  opacity: 0.6;
  right: 20px;
  left: 20px;
  text-align: center;
}

.field-name-sponsor-top {
  font-size: 11px;
}

/***************************************************************************************************/
/*                                         share this                                         */
/***************************************************************************************************/
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
  height: auto !important;
}

.stButton .stArrow,
.stButton .stButton_gradient,
.st_twitter_button .stButton_gradient, .st_twitter_button .stButton_gradient:hover, .st_twitter_vcount .stButton_gradient, .st_twitter_vcount .stButton_gradient:hover, .st_twitter_hcount .stButton_gradient, .st_twitter_hcount .stButton_gradient:hover,
.st_fb_like_button .stButton_gradient, .st_fb_like_button .stButton_gradient:hover, .st_fb_like_vcount .stButton_gradient, .st_fb_like_vcount .stButton_gradient:hover, .st_fb_like_hcount .stButton_gradient, .st_fb_like_hcount .stButton_gradient:hover, .st_facebook_button .stButton_gradient, .st_facebook_button .stButton_gradient:hover, .st_facebook_vcount .stButton_gradient, .st_facebook_vcount .stButton_gradient:hover, .st_facebook_hcount .stButton_gradient, .st_facebook_hcount .stButton_gradient:hover {
  height: 20px !important;
}

ul li.sharethis {
  display: block !important;
  clear: both;
}

.content ul {
  padding: 0;
  padding-left: 20px;
}
.content ul li {
  margin-bottom: 5px;
}

.appnext-with-description.theme2 {
  margin-left: -20px;
  margin-right: -20px;
  font-size: 13px;
  line-height: 100%;
  font-weight: normal;
  color: #565656;
}
.appnext-with-description.theme2 .widget-item {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 10px;
}
.appnext-with-description.theme2 .widget-item:first-child {
  background: #eee;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.appnext-with-description.theme2 .widget-item:last-child {
  border-bottom: none;
}
.appnext-with-description.theme2 .install-button {
  clear: both;
  float: right;
  margin-right: 10px;
  border-radius: 5px;
  border: 2px solid #f26522;
  color: #f26522;
  font-size: 15px;
  padding: 5px 13px;
}
.appnext-with-description.theme2 .number {
  width: 10%;
  float: left;
  padding-top: 22px;
  font-size: 30px;
}
.appnext-with-description.theme2 img {
  float: left;
  width: 15%;
}
.appnext-with-description.theme2 .right-col {
  width: 70%;
  padding-left: 10px;
  float: left;
  text-align: left;
}
.appnext-with-description.theme2 a {
  text-decoration: none;
}
.appnext-with-description.theme2 h5 {
  text-transform: uppercase;
  text-align: left;
  color: black;
  font-size: 16px;
  font-weight: 400;
}

.appnext-with-description h5 {
  margin: 0;
  margin-bottom: 5px;
}
.appnext-with-description .widget-item {
  margin-bottom: 25px;
}

.appnext-two-col .app-widget-wrapper:after {
  content: " ";
  clear: both;
  display: block;
  width: 100%;
  height: 0;
}
.appnext-two-col .app-widget-wrapper .widget-item {
  float: left;
  text-align: center;
  padding: 20px;
  width: 50%;
}
@media screen and (max-width: 500px) {
  .appnext-two-col .app-widget-wrapper .widget-item {
    padding: 10px;
  }
  .appnext-two-col .app-widget-wrapper .widget-item:nth-child(odd) {
    clear: both;
  }
  .appnext-two-col .app-widget-wrapper .widget-item img {
    max-width: 100%;
  }
  .appnext-two-col .app-widget-wrapper .widget-item h5 {
    font-size: 16px;
  }
}

.app-widget-wrapper {
  margin: 0 auto;
  max-width: 400px;
}
.app-widget-wrapper .widget-item {
  text-align: center;
}
.app-widget-wrapper .widget-item img {
  max-width: 150px;
  height: auto;
}
.app-widget-wrapper h5 {
  text-align: center;
  font-size: 24px;
}

.vertical-top {
  vertical-align: top;
}

.appnext-mobile-layout .app-widget-wrapper .widget-item {
  clear: both;
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 13px;
}
.appnext-mobile-layout .app-widget-wrapper .widget-item:last-child {
  border: none;
}
.appnext-mobile-layout .app-widget-wrapper .widget-item h5 {
  text-align: left;
  font-size: 20px;
}
.appnext-mobile-layout .app-widget-wrapper .widget-item a {
  text-decoration: none;
}
.appnext-mobile-layout .app-widget-wrapper .widget-item img {
  float: left;
  margin-right: 20px;
  width: 25%;
}

.sponsored {
  font-size: 11px;
  color: #aaaaaa;
  margin-top: 5px;
}

.views-field-field-sponsored-by {
  font-size: 11px;
  color: #aaaaaa;
}

/* ************************************************************************************************ */
/* Opt Out / In */
/* ************************************************************************************************ */
.opt-section {
  position: relative;
}
.opt-section .label {
  font-weight: bold;
  display: block;
}
.opt-section .status {
  font-weight: normal;
}
.opt-section .message {
  position: fixed;
  width: 400px;
  height: 150px;
  padding: 30px;
  z-index: 1000;
  top: 50%;
  left: 50%;
  text-align: center;
  margin-left: -200px;
  margin-top: -75px;
  border: 1px solid #ddd;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2), -5px -5px 5px rgba(0, 0, 0, 0.2);
  background: white;
}

a.opt-button {
  border-radius: 5px;
  background: #006ad7;
  clear: both;
  color: white;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 20px;
}
a.opt-button:hover {
  background: #0b83ff;
}

/*# sourceMappingURL=styles.css.map */
