/*!
Theme Name: Cambodia Daily
Theme URI: https://www.cambodiadaily.com
Description: Custom Genesis Child Theme built for The Cambodia Daily 
Author: IdeaBox Creations
Author URI: http://ideaboxcreations.com
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0

Template: genesis
*/
/* ==========================================================================
   Mixins
   ========================================================================== */
/*
 * Mixin for easy media queries
 * @include bp(tablet) { SCSS here };
*/
/*
 * Mixin for clearfix
 * @include clearfix;
*/
/*
 * Mixin for basic CSS triangles
 * @include triangle(up, #000, 50px)
*/
/*
 * @font-face mixin
 * Bulletproof font-face via Font Squirrel
 * @include fontface('family', 'assets/fonts/', 'myfontname');
 */
/* ==========================================================================
   Variables
   ========================================================================== */
/* # Genesis Framework
Theme Name: Genesis
Theme URI: http://my.studiopress.com/themes/genesis/
Description: The industry standard for Premium WordPress Themes. Please do not modify this style sheet, as it might get overridden in updates.
Author: StudioPress
Author URI: http://www.studiopress.com/
Version: 2.1.2
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* # WARNING

This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances. Please do all modifications in the form of a child theme.
Copy the contents of this file to the child theme. Do not use @import, as the CSS included with Genesis might change in the future.

*/
/* # Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/
/* # Imports
---------------------------------------------------------------------------------------------------- */
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: 0 0;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #333;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* ## Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
body {
  background-color: #f5f5f5;
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.625;
  margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

a {
  color: #cd1713;
  text-decoration: none;
}

a:hover {
  color: #333;
}

p {
  margin: 0 0 28px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 40px;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 10px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

.featured-content img,
.gallery img {
  width: auto;
}

/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px;
}

.gallery img:hover {
  border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  padding: 16px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-moz-placeholder {
  color: #333;
  font-weight: 300;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #333;
  font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #333;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  padding: 16px 24px;
  text-transform: uppercase;
  width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
  background-color: #cd1713;
  color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
  background-color: #cd1713;
  color: #fff;
}

.entry-content .button:hover {
  color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
  background-color: #fff;
  color: #333;
}

.button {
  display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #ddd;
}

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
}

th {
  font-weight: 400;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1200px;
}

.site-inner {
  clear: both;
  padding-top: 40px;
}

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}

/* ### Content */
.content {
  float: right;
  width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 580px;
}

.full-width-content .content {
  width: 100%;
}

/* ### Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
}

/* ### Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
  float: left;
}

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.comment .avatar {
  margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 20px;
}

.archive-description,
.author-box {
  background-color: #fff;
  font-size: 16px;
  margin-bottom: 40px;
  padding: 40px;
}

.author-box-title {
  font-size: 16px;
  margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

.site-header .search-form {
  float: right;
  margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
  width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* ## Titles
--------------------------------------------- */
.archive-title {
  font-size: 20px;
}

.entry-title {
  font-size: 36px;
}

.entry-title a,
.sidebar .widget-title a {
  color: #333;
}

.entry-title a:hover {
  color: #cd1713;
}

.widget-title {
  font-size: 18px;
  margin-bottom: 20px;
}

.footer-widgets .widget-title {
  color: #fff;
}

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
  margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

.wp-caption-text {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: none;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 20px;
  padding: 0 0 24px;
}

.footer-widgets .entry {
  border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
  font-size: 20px;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.enews-widget,
.enews-widget .widget-title {
  color: #fff;
}

.sidebar .widget.enews-widget {
  background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
  border: 1px solid #333;
}

.enews-widget input {
  font-size: 16px;
  margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
  background-color: #cd1713;
  color: #fff;
  margin: 0;
  width: 100%;
}

.enews-widget input:hover[type="submit"] {
  background-color: #fff;
  color: #333;
}

.enews form + p {
  margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
  min-height: 160px;
}

.site-header .wrap {
  padding: 40px 0;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding: 10px 0;
  width: 360px;
}

.header-full-width .title-area {
  width: 100%;
}

.site-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.site-title a,
.site-title a:hover {
  color: #333;
}

.header-image .site-title > a {
  background: url(images/logo.png) no-repeat left;
  float: left;
  min-height: 60px;
  width: 100%;
}

.site-description {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.site-description,
.site-title {
  margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  text-align: right;
  width: 800px;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 16px;
  line-height: 1;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}

.genesis-nav-menu a {
  color: #333;
  display: block;
  padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #cd1713;
}

.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 200px;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: none;
  font-size: 14px;
  padding: 20px;
  position: relative;
  width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 30px 0;
}

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}

.genesis-nav-menu > .search {
  padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
  border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
  margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */
.nav-primary {
  background-color: #333;
}

.nav-primary .genesis-nav-menu a {
  color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
  color: #333;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #cd1713;
}

/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background-color: #fff;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  margin-bottom: 40px;
  padding: 50px 60px;
}

.content .entry {
  background-color: #fff;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #333;
  color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */
body.search-results .entry-meta {
  margin-bottom: 0;
}

p.entry-meta {
  font-size: 16px;
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 24px;
}

.entry-footer .entry-meta {
  border-top: 2px solid #f5f5f5;
  padding-top: 24px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
  background-color: #cd1713;
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
  padding: 40px 40px 16px;
}

.entry-comments {
  padding: 40px;
}

.comment-header {
  font-size: 16px;
}

li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: none;
}

.comment-content {
  clear: both;
}

.comment-list li {
  margin-top: 24px;
  padding: 32px;
}

.comment-list li li {
  margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.entry-comments .comment-author {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  padding: 24px;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
}

.sidebar li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0;
}

.sidebar .widget {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 40px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #333;
  clear: both;
  padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
  color: #999;
}

.footer-widgets input {
  border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
  color: #fff;
}

.footer-widgets li {
  border-bottom: 1px dotted #666;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.footer-widgets .widget {
  margin-bottom: 40px;
}

.footer-widgets p:last-child {
  margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  width: 340px;
}

.footer-widgets-1 {
  margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
  float: left;
}

.footer-widgets-3 {
  float: right;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 40px 0;
  text-align: center;
}

.site-footer p {
  margin-bottom: 0;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .site-inner,
  .wrap {
    max-width: 960px;
  }

  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
  }

  .content,
  .site-header .widget-area {
    width: 620px;
  }

  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px;
  }

  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-primary,
  .title-area {
    width: 300px;
  }

  .footer-widgets-1 {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 960px) {
  .site-inner,
  .wrap {
    max-width: 800px;
  }

  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .title-area {
    width: 100%;
  }

  .site-header .wrap {
    padding: 20px 5%;
  }

  .header-image .title-area {
    background-position: center top;
  }

  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }

  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center;
  }

  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a {
    padding: 20px 16px;
  }

  .site-header .search-form {
    margin: 16px auto;
  }

  .genesis-nav-menu li.right {
    display: none;
  }

  .footer-widgets-1 {
    margin-right: 0;
  }
}
@media only screen and (max-width: 800px) {
  body {
    background-color: #fff;
    font-size: 16px;
  }

  .site-inner,
  .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget,
  .site-header {
    padding: 0;
  }

  .archive-pagination li a {
    margin-bottom: 4px;
  }

  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }

  .sidebar .widget.enews-widget {
    padding: 40px;
  }
}
/* ==========================================================================
Selection Highlights
========================================================================== */
::-moz-selection {
  background: #3297FD;
  text-shadow: none;
  color: #fff;
}

::selection {
  background: #3297FD;
  text-shadow: none;
  color: #fff;
}

/* ==========================================================================
Links
========================================================================== */
a {
  color: #CD1713;
}

a:hover {
  color: #CD1713;
}

/* ==========================================================================
Typography
========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
}

p {
  margin: 10px 0;
  padding: 0;
}

body {
  background-color: #fff;
  font-size: 16px;
  font-family: Georgia,"Times New Roman",Times,serif;
  color: #000;
  line-height: 25px;
}
body .video-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
body .video-container iframe,
body .video-container object,
body .video-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#search {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #555;
  text-transform: uppercase;
  border-top: 3px solid #000;
  border-bottom: 1px solid #ddd;
  padding-top: 4px;
  padding-bottom: 10px;
  clear: both;
}

#search input[type=submit] {
  float: right;
  display: none;
}

#search input[type="search"] {
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 80%;
  color: #555;
}

.full-width-content .content {
  text-align: center;
}

body.search-results body {
  font-family: georgia,"times new roman",times,serif;
}
body.search-results .content {
  text-align: left;
  float: left;
  width: 59.2%;
}
body.search-results .entry-title {
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: georgia,"times new roman",times,serif;
  text-transform: capitalize;
  padding-top: 10px;
}
body.search-results .entry-title a {
  color: #000;
}
body.search-results .entry {
  margin-bottom: 15px;
}
body.search-results .archive-description {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  padding: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}
body.search-results .archive-description .archive-title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: .25em;
}

.button, button, input[type=button], input[type=reset], input[type=submit] {
  background-color: #ddd;
  font-size: 13px;
  font-weight: 300;
  color: #333;
  text-transform: capitalize;
}

input, select, textarea {
  font-size: 13px;
  padding: 10px;
}

.wp-caption {
  margin-bottom: -20px;
  margin-left: 0;
  max-width: 96%;
  text-align: left;
}

.wp-caption-text {
  position: relative;
  font-size: 90%;
  color: #555;
  margin-top: 3px;
  margin-bottom: 2.5em;
  margin-left: 0;
  line-height: 150%;
  font-weight: 300;
  text-align: left;
}

.wp-caption img {
  display: block;
  margin: 0 auto;
}

/* paywall styling starts from here */
.leaky_paywall_subscription_options {
  display: block !important;
}

.edit-profile-page,
.login-page,
.page-id-83434 .content .entry ul {
  border: 1px solid #ddd;
  padding: 20px 30px 10px;
  margin-top: 20px;
  text-align: left;
  max-width: 550px;
  margin: 0 auto;
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
}

.page-id-83434 .content .entry ul {
  list-style-type: decimal;
  padding: 0px;
}

.page-id-83434 .content .entry ul li {
  list-style-position: inside;
  padding: 10px;
  list-style-type: decimal;
}

.wppb-user-forms ul li {
  list-style: none;
}

.page-id-83434 .content .entry ul li:nth-child(even) {
  background: #eee;
}

.single-post .add-to-favorite {
  font-family: 'Pt Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.single-post .add-to-favorite a {
  color: #CD1713;
}

a.wpf-favorite-link span {
  background-image: url("assets/images/clock-image1.png") !important;
  background-size: 13px;
  background-position: 3px 5px !important;
  width: 16px !important;
  height: 18px !important;
  background-repeat: no-repeat;
  margin-right: 3px;
}

#loginform a {
  display: none;
}

#loginform input[type="checkbox"] {
  border: 1px solid #ccc;
  display: inline-block;
  width: auto;
  padding: 5px;
  border-radius: 3px;
  box-shadow: inset 2px 2px 3px #ddd;
}

#loginform input[type="checkbox"]:checked {
  -webkit-appearance: checkbox;
  margin-right: -1px;
}

#loginform .input, .prepaid-code-redemption input[type="text"] {
  border: 1px solid #d0d0d0;
  padding: 8px;
  width: 95%;
}

.edit-profile-page input[type="text"],
.edit-profile-page input[type="password"],
.edit-profile-page select {
  border: 1px solid #d0d0d0 !important;
  padding: 8px !important;
  width: 95% important;
  border-radius: 0 !important;
  float: none !important;
}

.edit-profile-page label {
  width: 100% !important;
  float: none !important;
  margin-bottom: 5px;
}

.edit-profile-page .wppb-default-name-heading {
  display: none;
}

.edit-profile-page .wppb-user-forms ul {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
  margin-left: 0;
}

.edit-profile-page .wppb-user-forms ul li {
  margin-bottom: 15px;
}

.edit-profile-page .wppb-user-forms ul li .wppb-description-delimiter {
  display: none;
}

#loginform input[type="submit"], .prepaid-code-redemption input[type="submit"] {
  display: block;
  width: auto;
  padding: 10px 20px;
  float: none;
  text-transform: capitalize;
  font-weight: 400;
  background-color: #ddd;
  color: #333;
  font-weight: 300 !important;
  font-size: 13px;
}

.edit-profile-page .wppb-form-field input[type="text"],
.edit-profile-page .wppb-form-field select,
.edit-profile-page .wppb-form-field input[type="password"] {
  width: 98% !important;
  font-size: 13px;
}

.edit-profile-page .wppb-form-field select,
.edit-profile-page .wppb-form-field textarea {
  width: 98% !important;
}

.edit-profile-page .wppb-form-field input#email {
  margin: 0 0 10px;
  text-align: left;
  background: none;
  color: #111;
  font-weight: 300;
}

.edit-profile-page {
  padding: 20px 30px;
}

.edit-profile-page input[type="submit"],
#wppb-recover-password input[type="submit"] {
  display: block;
  float: none;
  width: auto;
  padding: 10px 20px;
}

div#wppb-recover-password {
  padding: 20px;
  max-width: 550px;
  border: 1px solid #ddd;
  margin: 0 auto;
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
}

div#wppb-recover-password label {
  float: none;
  display: block;
  margin-bottom: 5px;
  width: 100%;
  text-align: left;
}

div#wppb-recover-password input[type="text"],
div#wppb-recover-password .wppb-form-field input[type="password"] {
  border-radius: 0;
  padding: 8px;
  width: 100%;
  float: none;
  border: 1px solid #d0d0d0;
}

div#wppb-recover-password .wppb-user-forms ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-left: 0;
}

div#wppb-recover-password .wppb-user-forms ul li.passw1 {
  margin-bottom: 5px;
}

div#wppb-recover-password .wppb-user-forms ul li {
  padding-bottom: 0;
}

.prepaid-code-redemption input[type="submit"] {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
}

.leaky_paywall_subscription_options .leaky_paywall_subscription_option {
  width: 24.9%;
  float: left;
  border: none;
  border-left: 1px solid #ddd !important;
  margin-bottom: 0px;
  text-align: center;
  padding-bottom: 20px;
  box-shadow: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  margin: 0;
  padding-bottom: 20px;
}

.leaky_paywall_subscription_options .leaky_paywall_subscription_option:first-child {
  border-left: 0;
}

.leaky_paywall_subscription_options .leaky_paywall_subscription_option:first-child {
  padding-left: 0;
}

.leaky_paywall_subscription_options .leaky_paywall_subscription_option:nth-of-type(4n+1) {
  border-left: 0 !important;
}

.leaky_paywall_subscription_options .leaky_paywall_subscription_option:nth-of-type(4n+3) {
  border-right: 1px solid #ddd;
}

.leaky_paywall_subscription_options .leaky_paywall_subscription_option:nth-of-type(4n) {
  border-left: 0 !important;
}

.prepaid-code-redemption label, #loginform label {
  display: block;
  margin-bottom: 5px;
}

.leaky-paywall-payment-button {
  display: block !important;
  margin: 0px !important;
}

.prepaid-code-redemption {
  border: 1px solid #ddd;
  padding: 20px;
  max-width: 550px;
  margin: 0 auto;
  text-align: left;
}

#prepaid-code-response.error {
  color: #fff !important;
  padding: 1px 16px !important;
  background: #de444b;
  border: none !important;
}

.leaky_paywall_subscription_options {
  /* border-top: 1px solid #ddd; */
  margin-bottom: 50px;
}

.leaky_paywall_subscription_options:after {
  content: ".";
  visibility: hidden;
  clear: both;
  height: 0px;
  display: block;
}

.leaky_paywall_subscription_allowed_content {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 5px !important;
}

.leaky_paywall_subscription_options .leaky_paywall_subscription_option h3 {
  border-bottom: 1px solid #ddd;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  border-top: 1px solid #ddd;
}

.leaky_paywall_subscription_options .leaky_paywall_subscription_price {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
}

.paypal-button button {
  border-radius: 13px !important;
  font-weight: bold !important;
  font-style: normal !important;
  border: none !important;
  color: #fff !important;
  background: #CD1713 !important;
  position: relative !important;
  text-shadow: none !important;
  cursor: pointer !important;
  font-family: 'PT Sans',Arial, Helvetica, sans-serif !important;
  border-radius: 0 !important;
  z-index: initial !important;
  font-weight: 400 !important;
}

.paypal-button button:hover,
button.stripe-button-el span:hover {
  background: #333 !important;
}

button.stripe-button-el {
  background: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

button.stripe-button-el span {
  display: block;
  min-height: 30px;
  background: #CD1713;
  border-radius: 0px;
  border: none;
  text-shadow: none;
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.leaky_paywall_subscription_option:first-child .leaky_paywall_subscription_price {
  padding: 0 20px;
}

.full-width #page,
.page-template-full-width-template-php #page {
  border-right: 0;
  padding-right: 0;
  text-align: center;
}

.prepaid-code-redemption-details {
  clear: both;
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
}

.prepaid-code-redemption-details h3 {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-size: 18px;
}

.paywall-subscription-details h2 {
  display: none;
}

.full-width #pagetitle,
.page-template-full-width-template-php #pagetitle {
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
}

.paywall-subscription-details {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
}

.click-nav ul {
  z-index: 999;
}

#issuem-leaky-paywall-articles-remaining {
  font-family: 'PT Sans', sans-serif;
}

body.admin-bar {
  margin-top: 20px;
}

body.logged-in {
  margin-top: 15px;
}

#issuem-leaky-paywall-articles-zero-remaining-nag {
  display: none !important;
}

#issuem-leaky-paywall-articles-zero-remaining-nag #issuem-leaky-paywall-articles-remaining-subscribe-link {
  margin-bottom: 15px !important;
}

#issuem-leaky-paywall-articles-remaining-subscribe-link {
  margin-right: 5px;
  text-transform: capitalize;
  font-weight: 300 !important;
}

#issuem-leaky-paywall-articles-remaining-login-link {
  margin-left: 5px;
  text-transform: capitalize;
}

.issuem-leaky-paywall-subscriber-info a {
  font-style: normal;
  border: none;
  color: #fff;
  background: #CD1713;
  position: relative;
  text-shadow: none;
  cursor: pointer;
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  border-radius: 0;
  z-index: initial !important;
  font-weight: 400;
  padding: 4px 19px;
  font-size: 14px;
}

.leaky_paywall_subscription_current_level {
  color: #CD1713;
  font-weight: 400;
}

#leaky_paywall_message {
  background: #eee;
  color: #000;
  padding: 10px;
  margin-top: 25px;
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
}

#leaky_paywall_message a {
  color: #CD1713 !important;
  text-transform: uppercase;
  font-weight: 700;
}

#issuem-leaky-paywall-articles-remaining-count {
  background-color: #CD1713 !important;
}

#issuem-leaky-paywall-articles-remaining-nag {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
}

#issuem-leaky-paywall-articles-remaining-subscribe-link a,
#issuem-leaky-paywall-articles-remaining-login-link a {
  color: #000 !important;
}

#issuem-leaky-paywall-articles-remaining {
  background: #eee !important;
}

.logged-in #wrapper {
  margin-top: 30px;
}

.top-admin-bar {
  background: #cd1713;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-family: PT Sans, sans-serif;
}

.top-admin-bar ul {
  list-style: none;
  padding-left: 0;
  text-align: right;
  margin: 0;
  padding: 6px 0;
  font-size: 14px;
}

.top-admin-bar ul li {
  display: inline-block;
  margin-right: 10px;
}

.top-admin-bar ul li a {
  color: #fff;
}

.top-admin-bar ul li a:hover {
  color: #eee;
}

.byline {
  margin-bottom: 15px !important;
}

body.logged-in {
  /* margin-top: 35px; */
}

.click-nav .no-js:hover ul {
  display: none;
}

.blank-page-no-header-no-footer .site-header,
.blank-page-no-header-no-footer .entry-header {
  display: none;
}

.blank-page-no-header-no-footer .site-container,
.blank-page-no-header-no-footer .entry {
  margin: 0;
  padding: 0;
}

.blank-page-no-header-no-footer .site-container {
  margin: 0 0 30px;
  padding: 25px;
}

.blank-page-no-header-no-footer .site-inner,
.blank-page-no-header-no-footer .site-inner > .wrap {
  max-width: 100%;
}

.blank-page-no-header-no-footer .fl-row-content-wrap {
  padding: 0;
}

.blank-page-no-header-no-footer .fl-module-content {
  margin: 0;
}

.blank-page-no-header-no-footer .content {
  text-align: left;
}

#socialsmallmobile {
  display: none;
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 80%;
  padding-top: 1.25em;
  margin-bottom: 16px;
}

.facebooksmall {
  background: #3b5999;
  color: #fff;
  padding: 0.25em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-right: 0.25em;
}

.twittersmall {
  background: #55ACEE;
  color: #fff;
  padding: 0.25em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-right: 0.25em;
}

.lineitsmall {
  background: #379e00;
  color: #fff;
  padding: 0.25em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-right: 0.25em;
}

.emailsmall {
  background: #555;
  color: #fff;
  padding: 0.25em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

/* ==========================================================================
Header
========================================================================== */
.site-header .wrap {
  padding: 40px 0 0;
}

body:not(.home) .title-area {
  float: left;
  width: 430px;
  padding-top: 0 !important;
  margin-left: 65px;
  margin-bottom: 15px;
}

body:not(.home) .title-area p {
  margin-top: 0;
}

.home .title-area {
  float: none;
  width: 100%;
  padding: 0;
}

.site-title {
  text-align: center;
}

.header-genesis-nav-menu {
  text-transform: uppercase;
}
.header-genesis-nav-menu li {
  display: inline-block;
}
.header-genesis-nav-menu li:last-child a:after {
  display: none;
}

#subscribe {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-size: 90%;
  color: #000;
  line-height: 145%;
  text-align: center;
  padding-top: 1em;
  padding-right: 0;
}

#subscribe a {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-size: 90%;
  color: #CD1713;
  line-height: 100%;
  text-align: center;
}
#subscribe a:after {
  content: "|";
  color: #000;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  top: -1px;
  font-weight: 500;
}

.site-header .search-form {
  float: none;
  width: 100% !important;
  margin: 0;
}

#datefront {
  background: none repeat scroll 0 0 transparent;
  color: #555;
  display: block;
  font-family: georgia,"times new roman",times,serif;
  font-size: 75%;
  padding-bottom: 5px;
  text-align: center;
  padding-right: 0;
  padding-bottom: 0.75em;
  clear: both;
  margin-bottom: 0;
}

.home .header-widget-area {
  display: none;
}

body:not(.home) #search {
  width: 220px;
  float: left;
  border: none;
  border: 1px solid #ddd;
  padding: 8px;
  padding-top: 6px;
  margin-top: 16px;
}

.site-header .widget-area {
  width: 240px;
  margin-top: 16px;
}

#topad,
#bottomad {
  display: block !important;
  visibility: visible !important;
  margin-bottom: 10px;
}
#topad .widget-wrap,
#bottomad .widget-wrap {
  text-align: center;
}

#bottomad {
  margin-bottom: 20px;
}

body:not(.home) #topad {
  border-bottom: 3px solid #000;
  padding-bottom: 10px;
  margin-bottom: 25px;
  display: block !important;
  visibility: visible !important;
}

/* ==========================================================================
Main Content
========================================================================== */
.site-inner {
  padding-top: 0;
}
.site-inner .wrap {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.page-template-blank-page-no-header-no-footer .site-inner .wrap {
  border-top: none;
}

.content {
  width: 640px;
}

.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}

.content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
  width: 930px;
}

.sidebar-secondary {
  float: left;
  width: 90px;
}

.sidebar-content-sidebar .content {
  width: 690px;
  float: left;
  margin-left: 20px;
}

.sidebar-primary {
  float: right;
  width: 320px;
}

.sidebar-content-sidebar .sidebar-primary {
  width: 200px;
}

/* ==========================================================================
Sidebars
========================================================================== */
.site-inner, .wrap {
  max-width: 1024px;
}

.site-container {
  margin: 0 0 30px;
}

.entry {
  padding: 20px 0px 0;
  margin-bottom: 30px;
}

.content-sidebar .entry {
  padding-top: 0;
}

.content-sidebar .content {
  width: 800px;
}

.content-sidebar .sidebar-primary {
  width: 190px;
}

.content-sidebar .entry {
  border-right: 1px solid #ddd;
  padding-right: 20px;
  padding-top: 0;
}

.entry-content .search-form {
  width: 100%;
}
.entry-content .search-form input[type="search"] {
  width: 90%;
  float: left;
}
.entry-content .search-form input[type="submit"] {
  padding: 12px 24px 10px;
}

.full-width-content .content .entry {
  padding-top: 0;
}

.search .entry .entry-content p:nth-child(2) {
  display: none;
}

/* ==========================================================================
Footer
========================================================================== */
.site-footer {
  padding: 0;
}

.site-footer .wrap {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-size: 80%;
  padding-top: 8px;
  color: #000;
  line-height: 150%;
  border-top: 1px solid #ddd;
  border-bottom: 3px solid #000;
  padding-bottom: 8px;
  text-align: center;
  font-weight: 100;
}

.top-admin-bar {
  background: #cd1713;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-family: PT Sans, sans-serif;
}

.top-admin-bar ul {
  list-style: none;
  padding-left: 0;
  text-align: right;
  margin: 0;
  padding: 6px 0;
  font-size: 14px;
}

.top-admin-bar ul li {
  display: inline-block;
  margin-right: 10px;
}

.top-admin-bar ul li a {
  color: #ffffff;
}

.top-admin-bar ul li a:hover {
  color: #eee;
}

#footer-right {
  display: none;
}

#footer-left {
  width: 100%;
}

.site-footer p {
  margin-top: 0;
}

.footer-banner {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #fff;
  text-align: center;
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-weight: 700;
  background: #eee;
  bottom: 0;
  padding: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  border-top: 2px solid #CD1713;
}

.footer-banner p {
  margin: 0;
  display: inline-block;
}

#cambodia-footer-banner-link {
  color: #CD1713;
}

.close-button:after {
  content: "\f335";
  font-family: dashicons;
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 20px;
  color: #CD1713;
  cursor: pointer;
}

/* ==========================================================================
Menus
========================================================================== */
.genesis-nav-menu {
  display: none;
  display: block;
  position: absolute;
  background-color: white;
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  z-index: 99999;
}

header .genesis-nav-menu, .nav-primary .genesis-nav-menu, .nav-secondary .genesis-nav-menu {
  display: none;
}

.genesis-nav-menu .menu-item-red a {
  color: #cd1713 !important;
}

.responsive-menu-icon {
  cursor: pointer;
  margin-bottom: 0px;
}

.responsive-menu-icon::before {
  content: "Menu";
  display: block;
  font: 700 12px/1 dashicons;
  margin: 0 auto;
  padding: 14px;
  text-align: left;
  border: 1px solid #ddd;
  text-transform: uppercase;
  color: #555;
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
}

.responsive-menu-icon:hover:before,
.responsive-menu-icon:focus {
  background: #ddd;
  color: #000;
}

.nav-header {
  position: relative;
}

.genesis-nav-menu .menu-item {
  display: block;
  text-align: left;
}

.genesis-nav-menu a {
  color: #000;
  display: block;
  padding: 13px;
  border: 1px solid #ddd;
  border-top: 0;
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.genesis-nav-menu a:hover {
  background: #ddd;
  color: #000;
}

/* ==========================================================================
Posts
========================================================================== */
.entry-header .entry-meta {
  text-transform: uppercase;
  font-size: 75%;
}
.entry-header .entry-meta a {
  color: #000;
}

.entry-title {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-size: 125%;
  padding: 0px;
  color: #000;
  line-height: 145%;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.full-width-content .entry-title {
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
}

.entry-header .entry-meta {
  margin-bottom: 15px;
}

body.jobs .entry {
  padding-left: 0 !important;
  border-left: transparent !important;
}
body.jobs .entry-header .entry-meta {
  margin-bottom: 0 !important;
}

.single-post .entry {
  border-right: 1px solid #ddd;
  padding-right: 1em;
  border-left: 1px solid #ddd;
  padding-left: 1.25em;
  padding-top: 0;
  margin-bottom: 20px;
}

.single-post .external-url a {
  font-size: 14px;
  color: #CD1713;
  font-family: 'battambang_regular', sans-serif;
}

.single-post .entry-title {
  font-family: georgia,"times new roman",times,serif;
  font-size: 32px;
  color: #000;
  line-height: 120%;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 400;
  text-transform: initial;
}

.single-post a[href^="mailto:"] {
  color: #cd1713;
}

.byline {
  font-family: georgia,"times new roman",times,serif;
  font-size: 75%;
  color: #555;
  margin-top: 8px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 15px !important;
}

.single-post .whatsappsmall {
  background: #379e00;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-left: 0.25em;
}

/* ==========================================================================
Home Page Template
========================================================================== */
.home .content {
  text-align: left;
}
.home .flex-control-nav, .home .flex-direction-nav {
  display: none;
}

#centeradvertisement,
#mid-two-advertisement,
#mid-three-advertisement {
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-weight: 700;
  background: #fff;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 0.5em;
}

#mid-two-advertisement,
#mid-three-advertisement {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  clear: both;
}

/* Weekend Posts */
.home .weekend {
  margin-bottom: 20px;
}
.home .weekend a {
  color: #000;
}
.home .weekend .home-featured-post-title, .home .weekend .entry-title {
  margin-bottom: 0;
}
.home .weekend .home-featured-post-title, .home .weekend .entry:last-child .entry-title {
  font-style: italic;
}
.home .weekend .left-post, .home .weekend .entry:first-child {
  width: 60%;
  float: left;
}
.home .weekend .right-post, .home .weekend .entry:last-child {
  width: 36%;
  float: right;
  margin-left: 40px;
  margin-bottom: 0;
}
.home .weekend .right-post img, .home .weekend .entry:last-child img {
  width: 48%;
  float: left;
  padding-right: 15px;
}
.home .weekend .right-post p, .home .weekend .entry:last-child p {
  margin-top: 0;
}
.home .weekend .right-post .author, .home .weekend .right-post .entry-author, .home .weekend .entry:last-child .author, .home .weekend .entry:last-child .entry-author {
  display: inline-block;
  margin-bottom: 10px;
}
.home .weekend .right-post .home-featured-post, .home .weekend .entry:last-child .home-featured-post {
  margin-bottom: 15px;
}
.home .weekend .right-post .home-featured-post:last-child, .home .weekend .entry:last-child .home-featured-post:last-child {
  margin-bottom: 0;
}
.home .weekend .entry:first-child {
  margin-bottom: 0;
}
.home .weekend .category-title {
  color: #000;
}

.image-caption {
  font-size: 13px;
  line-height: 19px;
  color: #555;
  padding-top: 5px;
}

/*Featured Stories */
.featured-stories .home-featured-post:nth-of-type(3n+1) {
  margin-left: 0;
}
.featured-stories .entry {
  width: 31%;
  float: left;
  margin-left: 35px;
  padding-top: 0;
  margin-bottom: 20px;
}
.featured-stories .entry:nth-of-type(3n+1) {
  margin-left: 0px;
}

.category-title {
  font-family: 'PT Sans',Arial,Helvetica,sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #555;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
  clear: both;
}
.category-title a {
  color: #000;
}

.home .home-featured-post-title, .home .entry .entry-title {
  font-family: georgia,"times new roman",times,serif;
  font-size: 20px;
  color: #000;
  line-height: 125%;
  padding-top: 10px;
  font-weight: 400;
  padding-bottom: 0px;
  text-transform: initial;
}
.home .home-featured-post-title:hover, .home .entry .entry-title:hover {
  color: #555;
}
.home .author {
  font-family: georgia,"times new roman",times,serif;
  font-size: 12px;
  color: #555;
  text-transform: uppercase;
  line-height: 175%;
}
.home .author a {
  color: #555;
}
.home .external-url, .home .post-video-url, .home .post-custom-text {
  font-family: georgia,"times new roman",times,serif;
  font-size: 12px;
  color: #555;
  text-transform: uppercase;
  line-height: 175%;
}
.home .external-url a {
  font-size: 14px;
  font-family: 'battambang_regular', sans-serif;
}
.home .entry-author a {
  color: #555;
}
.home .entry .entry-meta {
  margin-bottom: 0;
  color: #555;
}

/* Secondary Content */
.secondarycontent {
  padding-bottom: 30px;
  border-top: 1px solid #ddd;
  margin-bottom: 0;
  padding-top: 1em;
}

.secondarycontent .secondary-left {
  width: 58%;
  float: left;
  border-right: 1px solid #ddd;
}

.secondarycontent .secondary-mid {
  width: 19%;
  float: left;
  margin-left: 20px;
  border-right: 1px solid #ddd;
}

.secondarycontent .secondary-right {
  width: 19%;
  float: right;
  margin-left: 20px;
}

.secondarycontent .entry {
  padding-top: 0;
  margin-bottom: 0px;
}

.home .secondary-left .home-featured-post {
  margin-bottom: 10px;
}
.home .secondary-left .home-featured-post .featured-post-image {
  height: 100px;
  width: 150px;
  float: left;
  margin-right: 10px;
}

.home .secondary-left .entry-title,
.home .secondary-left .home-featured-post-title {
  font-family: georgia,"times new roman",times,serif !important;
  font-size: 16px !important;
  line-height: 140% !important;
  margin-bottom: 5px !important;
  font-style: normal;
  font-weight: 700 !important;
  padding-bottom: 0px !important;
  margin-top: 0;
  padding-top: 0;
}

.secondarycontent .secondary-mid .category-title:first-child, .secondarycontent .secondary-left .category-title:first-child {
  padding-top: 0;
}

.secondarycontent .category-title {
  border-top: 0;
  margin-bottom: 0;
}

.home .secondary-mid .entry-title,
.home .secondary-mid .home-featured-post-title,
.home .secondary-right .entry-title,
.home .secondary-right .home-featured-post-title {
  font-family: georgia,"times new roman",times,serif;
  font-size: 14px;
  color: #000;
  line-height: 140%;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-weight: 400;
  margin-top: 0;
  padding-top: 0;
}

.home .secondary-mid .home-featured-post-title:hover, .home .secondary-right .home-featured-post-title:hover {
  color: #555;
}

.secondarycontent .column,
.main-content .column {
  padding-right: 20px;
}

.secondarycontent .column:last-child,
.main-content .column:last-child {
  padding-right: 0px;
}

#archives {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 80%;
  margin-bottom: 0.5em;
}

#archivesdropfront {
  max-width: 200px;
}
#archivesdropfront select {
  padding: 0;
  color: #000;
  font-weight: 400;
}

#archives a {
  color: #000;
}

.secondary-right .category-title a {
  color: #000;
}

/*Social Links */
#social-label {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 80%;
  margin-bottom: 0.5em;
  padding-top: 1em;
  color: #555;
  text-transform: uppercase;
}

#facebooklink {
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-weight: 700;
  background: #3b5999;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 1em;
}

#twitterlink {
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-weight: 700;
  background: #55ACEE;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 1em;
}

#googlelink {
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-weight: 700;
  background: #dd4b39;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: .7em;
}

/* Main Content */
.main-content {
  padding-top: 0.25em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
}

.main-content .column {
  margin-bottom: 20px;
}

.main-content .main-left {
  width: 29%;
  float: left;
  border-right: 1px solid #ddd;
}

.main-content .main-left .entry {
  margin-bottom: 10px;
}

.main-content .main-left .home-featured-post {
  margin-bottom: 10px;
}

.main-content .main-left .home-featured-post-title {
  font-size: 26px;
  padding-top: 0;
}

.main-content .main-mid {
  width: 49%;
  float: left;
  border-right: 1px solid #ddd;
  margin-left: 20px;
}

.main-content .main-right {
  width: 18%;
  float: right;
  margin-left: 20px;
}

.main-content .entry {
  padding-top: 0;
}

.main-content .main-left .entry-title {
  font-family: georgia,"times new roman",times,serif;
  font-size: 24px;
  color: #000;
  line-height: 125%;
  padding-top: 0;
  padding-bottom: 1px;
}

.main-content .main-left .entry-title a {
  color: #000;
}

#navigatelabel1, #navigatelabel2, #navigatelabel3 {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #555;
  padding-bottom: 0.5em;
  text-transform: uppercase;
}

#navfront1, #navfront2, #navfront3, #navfront4, #navfront5, #navfront6, #navfront7, #navfront8 {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #555;
  padding-bottom: 0.5em;
  text-transform: uppercase;
}

#navigatedesktop a {
  color: #000;
}

#jobs {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #CD1713;
  line-height: 100%;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1.1em;
  padding-bottom: 0.75em;
  padding-top: 1em;
}

#jobs a {
  color: #CD1713;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.25em;
}

#frontpagelabel {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}
#frontpagelabel .post:hover img {
  opacity: .4;
}

#frontpagepic {
  padding-bottom: 0.25em;
}

#frontpagelabel a {
  color: #000;
}

#google {
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-weight: 700;
  background: #dd4b39;
  color: #fff;
  padding: 5px;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 0.75em;
  font-size: 90%;
}

#google a {
  color: #fff;
}

#facebook {
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-weight: 700;
  background: #3b5999;
  color: #fff;
  padding: 5px;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 0.75em;
  font-size: 90%;
}

#lineit {
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-weight: 700;
  background: #379e00;
  color: #fff;
  padding: 5px;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 0.75em;
  font-size: 90%;
}

/* Breaking */
#breaking {
  font-family: georgia,"times new roman",times,serif;
  font-size: 14px;
  color: #000;
  background: #fff;
  opacity: 0.9;
  margin-top: 0px;
  margin-bottom: 15px;
}
#breaking .wrap {
  padding-top: 0;
  border-top: none;
}

.breakingtitle {
  padding-bottom: 0.5em;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  background: #CD1713;
  display: inline-block;
  margin-right: 0px;
  font-weight: 400;
  padding: 4px;
  float: left;
  text-align: center;
  font-size: 125%;
}

.breakingtext {
  opacity: 1 !important;
  font-family: georgia,"times new roman",times,serif;
  font-weight: 400;
  border: 1px solid #ddd;
  display: block;
  padding: 3px 6px;
  border-left: 0;
  border-right: 0;
  float: left;
  font-size: 1.15em;
  background: #fff;
  width: 81.6% !important;
}

.breakingtext a:hover {
  color: #555;
}

#breaking2 {
  font-family: georgia,"times new roman",times,serif;
  font-size: 120%;
  color: #CD1713;
  padding-top: 0.75em;
  padding-bottom: 0.55em;
  border-bottom: 1px solid #ddd;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0.9;
}

.breaking2text {
  opacity: 1 !important;
  padding-top: 0.5em;
}

#newsanalysisslug {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding-top: 0;
  color: #CD1713;
}

/* ==========================================================================
Blog pages
========================================================================== */
.archive .content,
.blog .content {
  text-align: left;
  width: 600px;
  float: left;
  margin-bottom: 30px;
}

.archive .content {
  width: 79.6%;
}

.archive .content .entry,
.blog .content .entry {
  margin-bottom: 0px;
  padding: 0;
}

.archive .content .entry:first-child,
.blog .content .entry:first-child {
  padding-top: 0;
}

.archive .archive-title,
.blog .archive-title {
  font-family: 'PT Sans',Arial,Helvetica,sans-serif;
  font-size: 15px;
  padding-bottom: .25em;
  color: #000;
  line-height: 145%;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}

.archive .entry-title,
.blog .entry-title {
  font-family: georgia,"times new roman",times,serif;
  font-size: 20px;
  color: #000;
  line-height: 125%;
  padding-top: 10px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: initial;
  padding-bottom: 0;
}
.archive .entry-title a:hover,
.blog .entry-title a:hover {
  color: #555;
}

body.category-jobs .entry-title {
  margin-bottom: 0 !important;
}

body.jobs {
  font-family: Arial, Helvetica, sans-serif;
}
body.jobs .archive-title, body.jobs entry-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 125%;
  padding: 0px;
  color: #000;
  line-height: 125%;
  font-weight: 700;
  padding-top: 0.25em;
  border-bottom: none;
}
body.jobs #socialsmallmobile {
  display: block;
}
body.jobs #socialjobs {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 80%;
}
body.jobs .entry-title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
body.jobs .sidebar {
  font-family: georgia,"times new roman",times,serif;
  width: 18.4%;
}
body.jobs .content {
  width: 79.6%;
}

.archive .entry-header .entry-meta,
.blog .entry-header .entry-meta {
  display: none;
}

.blog .archive-title {
  border-bottom: 0;
}
.blog #archivedrop {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-top: 5px;
}
.blog #archivedrop select {
  width: 30%;
  padding: 5px;
}

.datecats {
  font-family: georgia,"times new roman",times,serif;
  font-size: 13px;
  color: #555;
  margin-top: -8px;
  text-align: right;
  font-style: italic;
  margin-bottom: 0.5em;
}

.pagination {
  font-style: italic;
  font-size: 15px;
}
.pagination .pagination-previous {
  float: right;
}
.pagination .pagination-next {
  float: left;
}

/* ==========================================================================
Widgets
========================================================================== */
.sidebar {
  font-size: 14px;
}

.sidebar .widget {
  padding: 0;
}

#socialarticlesingle {
  text-align: right;
  margin-top: 0.5em;
}

#socialarticlelabelsingle {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 80%;
  margin-bottom: 0.5em;
  padding-top: 0.5em;
  color: #555;
  display: none;
}

#facebook {
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-weight: 700;
  background: #3b5999;
  color: #fff;
  padding: 5px;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 0.75em;
  font-size: 90%;
}

#twitter {
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-weight: 700;
  background: #55ACEE;
  color: #fff;
  padding: 5px;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 0.75em;
  font-size: 90%;
}

#twitter a {
  color: #fff;
}

#lineit {
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-weight: 700;
  background: #379e00;
  color: #fff;
  padding: 5px;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 0.75em;
  font-size: 90%;
}

#lineit a {
  color: #fff;
}

#email {
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-weight: 700;
  background: #555;
  color: #fff;
  padding: 5px;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 0.75em;
  font-size: 90%;
}

.sidebar .widget-title {
  font-family: 'PT Sans',Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #CD1713;
  padding-bottom: 8px;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 0;
}

.sidebar a {
  color: #000;
}

.sidebar a:hover {
  color: #555;
}

/* ==========================================================================
   Comments
   ========================================================================== */
.comment-content a {
  word-wrap: break-word;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/* Gravity Forms */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 12, 2015 */
@font-face {
  font-family: 'bebas_neuebold';
  src: url("assets/fonts/bebasneue_bold-webfont.eot");
  src: url("assets/fonts/bebasneue_bold-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/bebasneue_bold-webfont.woff2") format("woff2"), url("assets/fonts/bebasneue_bold-webfont.woff") format("woff"), url("assets/fonts/bebasneue_bold-webfont.ttf") format("truetype"), url("assets/fonts/bebasneue_bold-webfont.svg#bebas_neuebold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bebas_neuebook';
  src: url("assets/fonts/bebasneue_book-webfont.eot");
  src: url("assets/fonts/bebasneue_book-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/bebasneue_book-webfont.woff2") format("woff2"), url("assets/fonts/bebasneue_book-webfont.woff") format("woff"), url("assets/fonts/bebasneue_book-webfont.ttf") format("truetype"), url("assets/fonts/bebasneue_book-webfont.svg#bebas_neuebook") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bebas_neuelight';
  src: url("assets/fonts/bebasneue_light-webfont.eot");
  src: url("assets/fonts/bebasneue_light-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/bebasneue_light-webfont.woff2") format("woff2"), url("assets/fonts/bebasneue_light-webfont.woff") format("woff"), url("assets/fonts/bebasneue_light-webfont.ttf") format("truetype"), url("assets/fonts/bebasneue_light-webfont.svg#bebas_neuelight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bebas_neue_regularregular';
  src: url("assets/fonts/bebasneue_regular-webfont.eot");
  src: url("assets/fonts/bebasneue_regular-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/bebasneue_regular-webfont.woff2") format("woff2"), url("assets/fonts/bebasneue_regular-webfont.woff") format("woff"), url("assets/fonts/bebasneue_regular-webfont.ttf") format("truetype"), url("assets/fonts/bebasneue_regular-webfont.svg#bebas_neue_regularregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'battambang_regular';
  src: url("assets/fonts/battambang_regular.ttf");
}
#specialcontainer {
  width: 100%;
  margin: auto;
  max-width: 1200px;
  min-width: 800px;
}

#footer {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-size: 80%;
  padding-top: 8px;
  color: #000;
  line-height: 150%;
  border-top: 1px solid #ddd;
  border-bottom: 3px solid #000;
  padding-bottom: 8px;
  text-align: center;
  font-weight: 100;
}

@media screen and (max-width: 800px) {
  #specialcontainer {
    width: 100%;
    min-width: 0;
  }
}
/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 2%;
}

.col:first-child {
  margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 */
}

/*  GRID OF TWELVE  */
.span_12_of_12 {
  width: 100%;
}

.span_11_of_12 {
  width: 91.5%;
}

.span_10_of_12 {
  width: 83%;
}

.span_9_of_12 {
  width: 74.5%;
}

.span_8_of_12 {
  width: 66%;
}

.span_7_of_12 {
  width: 57.5%;
}

.span_6_of_12 {
  width: 49%;
}

.span_5_of_12 {
  width: 40.5%;
}

.span_4_of_12 {
  width: 32%;
}

.span_3_of_12 {
  width: 23.5%;
}

.span_2_of_12 {
  width: 15%;
}

.span_1_of_12 {
  width: 6.5%;
}

/*  GO FULL WIDTH BELOW 800 PIXELS */
@media only screen and (max-width: 800px) {
  .col {
    margin: 1% 0 1% 0%;
  }

  .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
    width: 100%;
  }
}
/*  GRID OF TWO  */
.span_2_of_2 {
  width: 100%;
}

.span_1_of_2 {
  width: 49%;
}

/*  GRID OF THREE  */
.span_3_of_3 {
  width: 100%;
}

.span_2_of_3 {
  width: 66%;
}

.span_1_of_3 {
  width: 32%;
}

/*  GRID OF TEN  */
.span_10_of_10 {
  width: 100%;
}

.span_9_of_10 {
  width: 89.8%;
}

.span_8_of_10 {
  width: 79.6%;
}

.span_7_of_10 {
  width: 69.4%;
}

.span_6_of_10 {
  width: 59.2%;
}

.span_5_of_10 {
  width: 49%;
}

.span_4_of_10 {
  width: 38.8%;
}

.span_3_of_10 {
  width: 28.6%;
}

.span_2_of_10 {
  width: 18.4%;
}

.span_1_of_10 {
  width: 8.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 800px) {
  .col {
    margin: 1% 0 1% 0%;
  }
}
@media only screen and (max-width: 500px) {
  .col3 {
    margin: 1% 0 1% 0%;
  }
}
@media only screen and (max-width: 800px) {
  .span_2_of_2 {
    width: 100%;
  }

  .span_1_of_2 {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .span_3_of_3 {
    width: 100%;
  }

  .span_2_of_3 {
    width: 100%;
  }

  .span_1_of_3 {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .span_10_of_10 {
    width: 100%;
  }

  .span_9_of_10 {
    width: 100%;
  }

  .span_8_of_10 {
    width: 100%;
  }

  .span_7_of_10 {
    width: 100%;
  }

  .span_6_of_10 {
    width: 100%;
  }

  .span_5_of_10 {
    width: 100%;
  }

  .span_4_of_10 {
    width: 100%;
  }

  .span_3_of_10 {
    width: 100%;
  }

  .span_2_of_10 {
    width: 100%;
  }

  .span_1_of_10 {
    width: 22.5%;
  }
}
/******************* Ferried Away *******************/
body.cambodia-ferried br {
  display: none;
}
body.cambodia-ferried #specialcontainer {
  width: 100%;
  margin: auto;
  max-width: 1200px;
  min-width: 800px;
}
@media screen and (max-width: 850px) {
  body.cambodia-ferried #specialcontainer {
    width: 100%;
    min-width: 0;
  }
}
body.cambodia-ferried .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
body.cambodia-ferried .video-container iframe, body.cambodia-ferried .video-container object, body.cambodia-ferried .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.cambodia-ferried #bannerbridge {
  display: block;
  padding-right: 0;
  max-width: 400px !important;
  text-align: center;
  margin: 0 auto;
}
body.cambodia-ferried #bannerbridge img {
  padding-top: 0 !important;
}
@media screen and (max-width: 800px) {
  body.cambodia-ferried #bannerbridge {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-right: 0;
    max-width: 300px !important;
  }
}
@media screen and (max-width: 480px) {
  body.cambodia-ferried #bannerbridge {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-right: 0;
    max-width: 200px !important;
  }
}
body.cambodia-ferried #bannerspecial {
  margin: 0 auto;
}
body.cambodia-ferried .leadimage {
  position: relative;
  padding-top: 10px;
}
body.cambodia-ferried .leadhede {
  font-family: 'PT Serif', serif;
  font-size: 500%;
  position: absolute;
  top: 15%;
  right: 0;
  text-align: right;
  width: 100%;
  padding-right: 25px;
}
@media screen and (max-width: 900px) {
  body.cambodia-ferried .leadhede {
    font-size: 400%;
  }
}
@media screen and (max-width: 800px) {
  body.cambodia-ferried .leadhede {
    font-size: 350%;
  }
}
@media screen and (max-width: 700px) {
  body.cambodia-ferried .leadhede {
    font-size: 320%;
  }
}
@media screen and (max-width: 600px) {
  body.cambodia-ferried .leadhede {
    font-size: 250%;
  }
}
@media screen and (max-width: 480px) {
  body.cambodia-ferried .leadhede {
    font-size: 200%;
    padding-right: 15px;
  }
}
@media screen and (max-width: 400px) {
  body.cambodia-ferried .leadhede {
    font-size: 150%;
  }
}
body.cambodia-ferried #bridgestory {
  font-family: 'PT Serif', serif;
  font-size: 1.15em;
  line-height: 1.5em;
}
body.cambodia-ferried #bridgestory img {
  padding-top: 0.25em;
}
@media screen and (max-width: 800px) {
  body.cambodia-ferried #bridgestory img {
    margin-bottom: -10px;
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 480px) {
  body.cambodia-ferried #bridgestory img {
    margin-bottom: -5px;
    padding-top: 0.5em;
  }
}
body.cambodia-ferried .bridgecaption1 {
  font-family: 'PT Sans Caption', sans-serif;
  font-size: 0.9em !important;
  color: #555;
  line-height: 1.5em;
}
body.cambodia-ferried .bridgecaption {
  font-family: 'PT Sans Caption', sans-serif;
  font-size: 0.8em !important;
  color: #555;
  line-height: 1.5em;
}
body.cambodia-ferried #explainer {
  font-family: 'PT Sans',sans-serif;
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 700;
  padding-top: 10px;
}
body.cambodia-ferried .dropcapbridge {
  font-family: 'PT Serif', serif;
  font-size: 2em;
  font-weight: 700;
  padding-right: 2px;
}
body.cambodia-ferried #hover {
  display: none;
}
body.cambodia-ferried .separator {
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  padding-top: 25px;
  padding-bottom: 25px;
}
body.cambodia-ferried .videobridgecaption {
  font-family: 'PT Sans Caption', sans-serif;
  font-size: 0.8em;
  color: #555;
  line-height: 1.5em;
  padding-top: 5px;
  margin-bottom: -5px;
}
body.cambodia-ferried .mainseparator {
  font-family: 'PT Sans',sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}
body.cambodia-ferried .line {
  font-weight: 400;
}
body.cambodia-ferried .instoryimage2 {
  padding-top: 15px;
}
body.cambodia-ferried .byline {
  font-size: 1em;
}
@media screen and (max-width: 800px) {
  body.cambodia-ferried #explainer {
    font-size: 1.5em;
  }
  body.cambodia-ferried #mapplacement img {
    padding-top: 0;
  }
}
@media screen and (max-width: 650px) {
  body.cambodia-ferried #explainer {
    font-size: 1.15em;
  }
  body.cambodia-ferried .bridgecaption, body.cambodia-ferried .bridgecaption1, body.cambodia-ferried .videobridgecaption {
    font-size: 0.7em !important;
  }
  body.cambodia-ferried #bridgestory {
    font-family: 'PT Serif', serif;
    font-size: 1em;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  body.cambodia-ferried #explainer {
    font-size: 1.05em;
  }
  body.cambodia-ferried .byline {
    font-size: 0.75em;
  }
  body.cambodia-ferried .videobridgecaption {
    margin-bottom: -10px;
  }
}
body.cambodia-ferried #newslettersub {
  display: none;
}
body.cambodia-ferried .specialmenuitems {
  font-family: 'PT Sans',sans-serif;
  font-weight: 700;
}
body.cambodia-ferried .specialmenuitem2 {
  padding-top: 5px;
}
@media screen and (max-width: 800px) {
  body.cambodia-ferried .specialmenuitems {
    margin-top: -10px;
  }
}
body.cambodia-ferried #backtotop {
  font-family: 'PT Sans',sans-serif;
  font-weight: 400;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px;
  background: #fff;
}
@media screen and (max-width: 480px) {
  body.cambodia-ferried #backtotop {
    font-family: 'PT Sans',sans-serif;
    font-weight: 400;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 8px;
    background: #fff;
    font-size: 0.75em;
  }
}

/****************** Moving Dirt ****************/
body.cambodia-moving-mart {
  padding: 0;
  margin-top: 0;
}
body.cambodia-moving-mart br {
  display: none;
}
body.cambodia-moving-mart #specialcontainer {
  width: 100%;
  margin: auto;
  max-width: 1200px;
  min-width: 800px;
}
body.cambodia-moving-mart .span_10_of_12 p {
  margin: 25px 0;
}
body.cambodia-moving-mart .storyimageleft {
  padding-right: 0;
}
body.cambodia-moving-mart .storyimageleft p,
body.cambodia-moving-mart .storyimageright p,
body.cambodia-moving-mart .storyimagefull p {
  margin: 0;
}
body.cambodia-moving-mart .site-container {
  padding: 0 !important;
}
@media screen and (max-width: 850px) {
  body.cambodia-moving-mart #specialcontainer {
    width: 100%;
    min-width: 0;
  }
}
body.cambodia-moving-mart #dirtfooter {
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}
body.cambodia-moving-mart .storyimageleft {
  border: 2px solid #e5c499;
  float: left;
  max-width: 550px;
  padding-right: 0;
  margin-right: 20px;
  margin-bottom: 20px;
}
body.cambodia-moving-mart .storyimageleft img {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
body.cambodia-moving-mart .storyimagefull {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  border: 2px solid #e5c499;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 50px;
}
body.cambodia-moving-mart .storyimagefull img {
  padding-top: 0;
}
body.cambodia-moving-mart .storyimageright {
  border: 2px solid #e5c499;
  float: right;
  max-width: 550px;
  padding-right: 0;
  margin-left: 20px;
  margin-bottom: 20px;
}
body.cambodia-moving-mart .storyimageright img {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
@media screen and (max-width: 1510px) {
  body.cambodia-moving-mart {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  body.cambodia-moving-mart .storyimageright, body.cambodia-moving-mart .storyimageleft {
    max-width: 450px;
  }
  body.cambodia-moving-mart .storyimagefull {
    margin-bottom: 0;
  }
  body.cambodia-moving-mart .site-inner, body.cambodia-moving-mart .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 950px) {
  body.cambodia-moving-mart .storyimageright, body.cambodia-moving-mart .storyimageleft {
    max-width: 350px;
  }
}
@media screen and (max-width: 800px) {
  body.cambodia-moving-mart .site-inner, body.cambodia-moving-mart .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  body.cambodia-moving-mart .site-container {
    padding: 0 !important;
  }
}
@media screen and (max-width: 680px) {
  body.cambodia-moving-mart .storyimageright, body.cambodia-moving-mart .storyimageleft {
    float: none;
    max-width: 680px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  body.cambodia-moving-mart .sectionitem {
    float: none;
    max-width: 680px;
    background-color: #ddd;
    padding: 20px;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
}
body.cambodia-moving-mart #backtotop {
  font-family: 'bebas_neuebold';
  font-weight: 400;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px;
  background: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  body.cambodia-moving-mart #backtotop {
    font-family: 'bebas_neuebold';
    font-weight: 400;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 8px;
    background: #fff;
    font-size: 0.75em;
  }
  body.cambodia-moving-mart .storyimageright, body.cambodia-moving-mart .storyimageleft, body.cambodia-moving-mart .storyimagefull {
    border: 1px solid #e5c499;
  }
  body.cambodia-moving-mart .site-container {
    padding: 0 !important;
  }
}
body.cambodia-moving-mart .leadimage {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
body.cambodia-moving-mart .leadimage img {
  padding-top: 0;
  margin: 0 auto;
}
body.cambodia-moving-mart .leadhede {
  font-family: 'bebas_neuebold';
  font-size: 1600%;
  position: absolute;
  top: 55%;
  right: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
}
body.cambodia-moving-mart .explainer {
  font-family: 'bebas_neuebook';
  font-size: 325%;
  position: absolute;
  top: 75%;
  right: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
}
body.cambodia-moving-mart .explainer2 {
  font-family: 'bebas_neuebook';
  font-size: 200%;
  position: absolute;
  top: 90%;
  right: 0;
  text-align: center;
  width: 100%;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 1130px) {
  body.cambodia-moving-mart .leadhede {
    font-family: 'bebas_neuebold';
    font-size: 1500%;
  }
  body.cambodia-moving-mart .explainer {
    font-family: 'bebas_neuebook';
    font-size: 300%;
  }
  body.cambodia-moving-mart .explainer2 {
    font-family: 'bebas_neuebook';
    font-size: 150%;
  }
}
@media screen and (max-width: 1000px) {
  body.cambodia-moving-mart .leadhede {
    font-family: 'bebas_neuebold';
    font-size: 1300%;
  }
  body.cambodia-moving-mart .explainer {
    font-family: 'bebas_neuebook';
    font-size: 250%;
  }
  body.cambodia-moving-mart .explainer2 {
    font-family: 'bebas_neuebook';
    font-size: 150%;
  }
}
@media screen and (max-width: 850px) {
  body.cambodia-moving-mart .leadhede {
    font-family: 'bebas_neuebold';
    font-size: 1100%;
  }
  body.cambodia-moving-mart .explainer {
    font-family: 'bebas_neuebook';
    font-size: 200%;
  }
  body.cambodia-moving-mart .explainer2 {
    font-family: 'bebas_neuebook';
    font-size: 150%;
  }
}
@media screen and (max-width: 715px) {
  body.cambodia-moving-mart .leadhede {
    font-family: 'bebas_neuebold';
    font-size: 1000%;
  }
  body.cambodia-moving-mart .explainer {
    font-family: 'bebas_neuebook';
    font-size: 180%;
  }
  body.cambodia-moving-mart .explainer2 {
    font-family: 'bebas_neuebook';
    font-size: 125%;
  }
}
@media screen and (max-width: 635px) {
  body.cambodia-moving-mart .leadhede {
    font-family: 'bebas_neuebold';
    font-size: 800%;
  }
  body.cambodia-moving-mart .explainer {
    font-family: 'bebas_neuebook';
    font-size: 150%;
  }
  body.cambodia-moving-mart .explainer2 {
    font-family: 'bebas_neuebook';
    font-size: 110%;
  }
}
@media screen and (max-width: 525px) {
  body.cambodia-moving-mart .leadhede {
    font-family: 'bebas_neuebold';
    font-size: 600%;
  }
  body.cambodia-moving-mart .explainer {
    font-family: 'bebas_neuebold';
    font-size: 125%;
    top: 72%;
  }
  body.cambodia-moving-mart .explainer2 {
    font-family: 'bebas_neuebook';
    font-size: 100%;
    top: 85%;
  }
}
@media screen and (max-width: 450px) {
  body.cambodia-moving-mart .leadhede {
    font-family: 'bebas_neuebold';
    font-size: 500%;
  }
  body.cambodia-moving-mart .explainer {
    font-family: 'bebas_neuebold';
    font-size: 125%;
  }
  body.cambodia-moving-mart .explainer2 {
    font-family: 'bebas_neuebook';
    font-size: 90%;
    top: 85%;
  }
}
@media screen and (max-width: 430px) {
  body.cambodia-moving-mart .leadhede {
    font-family: 'bebas_neuebold';
    font-size: 450%;
  }
  body.cambodia-moving-mart .explainer {
    font-family: 'bebas_neuebold';
    font-size: 100%;
  }
  body.cambodia-moving-mart .explainer2 {
    font-family: 'bebas_neuebook';
    font-size: 80%;
  }
}
@media screen and (max-width: 380px) {
  body.cambodia-moving-mart .leadhede {
    font-family: 'bebas_neuebold';
    font-size: 400%;
  }
  body.cambodia-moving-mart .explainer {
    font-family: 'bebas_neuebold';
    font-size: 85%;
  }
  body.cambodia-moving-mart .explainer2 {
    font-family: 'bebas_neuebook';
    font-size: 70%;
  }
}
body.cambodia-moving-mart .caption {
  font-family: 'Old Standard TT', serif;
  font-size: 70%;
  line-height: 1.5em;
  color: #111;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
body.cambodia-moving-mart .storyimagefull .caption {
  padding-left: 0;
}
body.cambodia-moving-mart #mainstory {
  padding: 10px;
  font-family: 'Old Standard TT', serif;
  font-size: 150%;
  line-height: 165%;
}
body.cambodia-moving-mart .dropcap {
  font-weight: 700;
  float: left;
  font-size: 800%;
  line-height: 125px;
  padding-right: 10px;
}
body.cambodia-moving-mart #audioclip {
  background-color: #e5c499;
  color: #111;
  padding: 20px;
  font-family: 'Old Standard TT';
  font-size: 80%;
  line-height: 155%;
}
body.cambodia-moving-mart #audiotitle {
  font-family: 'bebas_neuebold';
  text-align: center;
  font-size: 135%;
  padding-bottom: 10px;
}
body.cambodia-moving-mart #audiofile {
  text-align: center;
}
body.cambodia-moving-mart audio {
  max-width: 225px;
  padding-top: 15px;
}
@media screen and (max-width: 1024px) {
  body.cambodia-moving-mart #mainstory {
    font-size: 125%;
    line-height: 155%;
  }
  body.cambodia-moving-mart .dropcap {
    font-size: 700%;
    line-height: 125px;
  }
}
@media screen and (max-width: 635px) {
  body.cambodia-moving-mart #mainstory {
    font-size: 115%;
    line-height: 155%;
    margin-top: -15px;
  }
  body.cambodia-moving-mart .dropcap {
    font-size: 600%;
    line-height: 90px;
  }
}
@media screen and (max-width: 480px) {
  body.cambodia-moving-mart #mainstory {
    font-size: 100%;
    line-height: 155%;
  }
  body.cambodia-moving-mart .dropcap {
    font-size: 500%;
    line-height: 70px;
  }
}
@media screen and (max-width: 380px) {
  body.cambodia-moving-mart #mainstory {
    font-size: 90%;
    line-height: 155%;
  }
  body.cambodia-moving-mart .dropcap {
    font-size: 400%;
    line-height: 50px;
  }
}

/************ Nita *******/
body.cambodia-nita br {
  display: none;
}
body.cambodia-nita #specialwrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 800px) {
  body.cambodia-nita #specialwrapper {
    width: 100%;
    min-width: 0;
  }
}
body.cambodia-nita .span_3_of_9 {
  width: 32%;
}
body.cambodia-nita #specialmenu {
  top: 0;
  position: fixed;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding-left: 1em;
  padding-right: 1em;
}
body.cambodia-nita .specialcenter {
  font-family: 'Vollkorn', serif;
  font-size: 150%;
  text-align: center;
  padding-top: 0.45em;
}
body.cambodia-nita #specialcontent {
  margin-top: 3.25em;
}
body.cambodia-nita #bannerspecial {
  display: block;
  padding-right: 0;
  max-width: 300px !important;
}
body.cambodia-nita #bannerspecial img {
  padding-top: 0 !important;
}
body.cambodia-nita #specialheader {
  padding-top: 0;
}
body.cambodia-nita #specialheadline {
  font-family: 'Vollkorn', serif;
  font-size: 1000%;
  padding-bottom: 0.55em;
  text-align: center;
  padding-top: 0.5em;
}
body.cambodia-nita #specialbyline {
  font-family: 'Vollkorn', serif;
  font-size: 250%;
  padding-bottom: 1em;
  text-align: center;
}
body.cambodia-nita .firstgraf {
  font-size: 150%;
  line-height: 155%;
}
body.cambodia-nita .therest {
  font-size: 115%;
  line-height: 170%;
}
body.cambodia-nita #specialcredit {
  text-align: right;
  font-size: 80%;
}
body.cambodia-nita .firstcharacter {
  float: left;
  font-size: 150%;
}
body.cambodia-nita #sectionbreak {
  text-align: center;
  font-size: 250%;
  padding-bottom: 0.5em;
}
body.cambodia-nita #parttwo .col span_6_of_10 {
  margin-top: 0;
}
body.cambodia-nita #socialspecial {
  float: right;
  width: 70%;
  margin-top: 0.25em;
}
body.cambodia-nita #socialmobilespecial {
  display: none;
}
body.cambodia-nita .click-nav2 {
  margin: 0;
  width: 75%;
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-size: 90%;
  line-height: 150%;
  float: right;
  text-align: center;
  margin-top: 0.5em;
}
body.cambodia-nita .click-nav2 ul {
  position: relative;
  font-weight: 400;
  padding-left: 0 !important;
  margin: 0;
}
body.cambodia-nita .click-nav2 ul li {
  position: relative;
  list-style: none;
  cursor: pointer;
}
body.cambodia-nita .click-nav2 ul li ul {
  position: absolute;
  left: 0;
  right: 0;
  padding-left: 0 !important;
  border: 1px solid #ddd;
  border-top: none;
  border-bottom: none;
}
body.cambodia-nita .click-nav2 ul .clicker2 {
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-size: 90%;
  line-height: 150%;
  position: relative;
  border: 1px solid #ddd;
  background: #fff;
  color: #555;
  font-weight: 700;
}
body.cambodia-nita .click-nav2 ul .clicker2:hover, body.cambodia-nita .click-nav2 ul .active {
  background: #ddd;
  color: #000;
}
body.cambodia-nita .click-nav2 img {
  position: absolute;
  top: 9px;
  left: 12px;
  display: none;
}
body.cambodia-nita .click-nav2 ul li a {
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  display: block;
  padding: 5px 10px 5px;
  background: #FFF;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}
body.cambodia-nita .click-nav2 ul li a:hover {
  background: #ddd;
  color: #000;
}
@media screen and (max-width: 1024px) {
  body.cambodia-nita #specialcontent {
    margin-top: 2.25em;
  }
  body.cambodia-nita #specialheadline {
    font-family: 'Vollkorn', serif;
    font-size: 800%;
    padding-bottom: 0.55em;
    text-align: center;
    padding-top: 0.35em;
  }
  body.cambodia-nita .specialcenter {
    font-family: 'Vollkorn', serif;
    font-size: 150%;
    text-align: center;
    padding-top: 0.45em;
  }
  body.cambodia-nita #specialcontent {
    margin-top: 2.5em;
  }
  body.cambodia-nita .click-nav2 {
    margin-top: 0.45em;
  }
  body.cambodia-nita .specialcenter {
    font-family: 'Vollkorn', serif;
    font-size: 150%;
    text-align: center;
    padding-top: 0.45em;
  }
}
@media screen and (max-width: 900px) {
  body.cambodia-nita .specialcenter {
    padding-top: 0.35em;
  }
  body.cambodia-nita .click-nav2 {
    margin-top: 0.35em;
  }
  body.cambodia-nita .specialcenter {
    padding-top: 0.35em;
  }
}
@media screen and (max-width: 800px) {
  body.cambodia-nita #specialmenu {
    padding-top: 0.25em;
  }
  body.cambodia-nita #bannerspecial {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-right: 0;
    max-width: 300px !important;
  }
  body.cambodia-nita .specialcenter {
    font-family: 'Vollkorn', serif;
    font-size: 125%;
    text-align: center;
    padding-top: 0.25em;
  }
  body.cambodia-nita #specialcontent {
    margin-top: 1.25em;
    padding: 1em;
  }
  body.cambodia-nita #specialheadline {
    font-family: 'Vollkorn', serif;
    font-size: 700%;
    padding-bottom: 0.55em;
    text-align: center;
    padding-top: 0.5em;
  }
  body.cambodia-nita #specialbyline {
    font-size: 200%;
    padding-bottom: 1em;
    text-align: center;
  }
  body.cambodia-nita #socialspecial {
    display: none;
  }
  body.cambodia-nita #socialmobilespecial {
    display: block;
    width: 40%;
    margin-bottom: -0.25em;
    margin-top: -0.75em;
  }
  body.cambodia-nita .click-nav2 {
    text-align: center;
    margin-top: 0;
    width: 100%;
    float: right;
  }
  body.cambodia-nita .specialcenter {
    font-family: 'Vollkorn', serif;
    font-size: 125%;
    text-align: center;
  }
  body.cambodia-nita #bannerspecial {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-right: 0;
    max-width: 300px !important;
  }
  body.cambodia-nita .span_10_of_10 {
    width: 100%;
  }
  body.cambodia-nita .span_9_of_10 {
    width: 100%;
  }
  body.cambodia-nita .span_8_of_10 {
    width: 100%;
  }
  body.cambodia-nita .span_7_of_10 {
    width: 100%;
  }
  body.cambodia-nita .span_6_of_10 {
    width: 100%;
  }
  body.cambodia-nita .span_5_of_10 {
    width: 100%;
  }
  body.cambodia-nita .span_4_of_10 {
    width: 100%;
  }
  body.cambodia-nita .span_3_of_10 {
    width: 100%;
  }
  body.cambodia-nita .span_2_of_10 {
    width: 100%;
  }
  body.cambodia-nita .span_1_of_10 {
    width: 100%;
  }
  body.cambodia-nita .span_8_of_8 {
    width: 100%;
  }
  body.cambodia-nita .span_7_of_8 {
    width: 100%;
  }
  body.cambodia-nita .span_6_of_8 {
    width: 100%;
  }
  body.cambodia-nita .span_5_of_8 {
    width: 100%;
  }
  body.cambodia-nita .span_4_of_8 {
    width: 100%;
  }
  body.cambodia-nita .span_3_of_8 {
    width: 100%;
  }
  body.cambodia-nita .span_2_of_8 {
    width: 100%;
  }
  body.cambodia-nita .span_1_of_8 {
    width: 100%;
  }
  body.cambodia-nita .span_6_of_6 {
    width: 100%;
  }
  body.cambodia-nita .span_5_of_6 {
    width: 100%;
  }
  body.cambodia-nita .span_4_of_6 {
    width: 100%;
  }
  body.cambodia-nita .span_3_of_6 {
    width: 100%;
  }
  body.cambodia-nita .span_2_of_6 {
    width: 100%;
  }
  body.cambodia-nita .span_1_of_6 {
    width: 100%;
  }
  body.cambodia-nita .span_5_of_5 {
    width: 100%;
  }
  body.cambodia-nita .span_4_of_5 {
    width: 100%;
  }
  body.cambodia-nita .span_3_of_5 {
    width: 100%;
  }
  body.cambodia-nita .span_2_of_5 {
    width: 100%;
  }
  body.cambodia-nita .span_1_of_5 {
    width: 100%;
  }
  body.cambodia-nita .span_2_of_2 {
    width: 100%;
  }
  body.cambodia-nita .span_1_of_2 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body.cambodia-nita #specialcredit {
    text-align: right;
    font-size: 70%;
  }
}
@media screen and (max-width: 700px) {
  body.cambodia-nita .specialcenter {
    padding-top: 0.15em;
  }
  body.cambodia-nita #specialcontent {
    margin-top: 0.5em;
  }
  body.cambodia-nita .click-nav2 {
    padding-top: 0.05em;
  }
  body.cambodia-nita .specialcenter {
    padding-top: 0.15em;
  }
}
@media screen and (max-width: 600px) {
  body.cambodia-nita .click-nav2 {
    padding-top: 0;
  }
  body.cambodia-nita .specialcenter {
    padding-top: 0;
  }
  body.cambodia-nita #specialheadline {
    font-family: 'Vollkorn', serif;
    font-size: 600%;
    padding-bottom: 0.55em;
    text-align: center;
    padding-top: 0.5em;
  }
  body.cambodia-nita #specialbyline {
    font-size: 150%;
    padding-bottom: 1em;
    text-align: center;
  }
  body.cambodia-nita .specialcenter {
    padding-top: 0;
  }
  body.cambodia-nita .firstgraf {
    font-size: 135%;
    line-height: 165%;
  }
}
@media screen and (max-width: 480px) {
  body.cambodia-nita #specialcontent {
    margin-top: .25em;
    padding: 0;
  }
  body.cambodia-nita #specialmenu {
    border-bottom: none;
    padding-top: 0.5em;
  }
  body.cambodia-nita .specialcenter {
    display: none;
  }
  body.cambodia-nita #bannerspecial {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-right: 0;
    max-width: 250px !important;
  }
  body.cambodia-nita #specialheadline {
    font-family: 'Vollkorn', serif;
    font-size: 500%;
    padding-bottom: 0.55em;
    text-align: center;
    padding-top: 0.5em;
  }
  body.cambodia-nita #specialbyline {
    font-size: 135%;
    padding-bottom: 1em;
    text-align: center;
  }
  body.cambodia-nita .firstgraf {
    font-size: 115%;
    line-height: 155%;
  }
  body.cambodia-nita .therest {
    font-size: 100%;
    line-height: 155%;
  }
  body.cambodia-nita #socialmobilespecial {
    display: block;
    width: 100%;
    margin-bottom: 1em;
    margin-top: -0.5em;
  }
  body.cambodia-nita .click-nav2 {
    margin: 0 !important;
    width: 100% !important;
    font-family: "PT Sans",Arial,Helvetica,sans-serif !important;
    font-size: 90% !important;
    line-height: 125% !important;
  }
  body.cambodia-nita .span_3_of_9 {
    width: 100% !important;
  }
}
@media screen and (max-width: 400px) {
  body.cambodia-nita #specialheadline {
    font-family: 'Vollkorn', serif;
    font-size: 400%;
    padding-bottom: 0.55em;
    text-align: center;
    padding-top: 0.5em;
  }
  body.cambodia-nita #specialbyline {
    font-size: 100%;
    padding-bottom: 1em;
    text-align: center;
  }
  body.cambodia-nita .firstgraf {
    font-size: 110%;
    line-height: 155%;
  }
  body.cambodia-nita .therest {
    font-size: 100%;
    line-height: 160%;
  }
}
@media screen and (max-width: 320px) {
  body.cambodia-nita #specialcontent {
    margin-top: 3.5em;
  }
}

/*********** Sophea ***********/
body.cambodia-sophea br {
  display: none;
}
body.cambodia-sophea #specialwrapper {
  width: 100%;
  margin: auto;
  max-width: 1200px;
}
@media screen and (max-width: 800px) {
  body.cambodia-sophea #specialwrapper {
    width: 100%;
    min-width: 0;
  }
}
body.cambodia-sophea #specialmenu {
  top: 0;
  position: fixed;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding-left: 1em;
  padding-right: 1em;
}
body.cambodia-sophea .specialcenter {
  font-family: 'Vollkorn', serif;
  font-size: 150%;
  text-align: center;
  padding-top: 0.45em;
}
body.cambodia-sophea #specialcontent {
  margin-top: 3.25em;
}
body.cambodia-sophea #bannerspecial {
  display: block;
  padding-right: 0;
  max-width: 300px !important;
}
body.cambodia-sophea #bannerspecial img {
  padding-top: 0 !important;
}
body.cambodia-sophea #specialheader {
  padding-top: 0;
}
body.cambodia-sophea #specialheadline {
  font-family: 'Vollkorn', serif;
  font-size: 1000%;
  padding-bottom: 0.55em;
  text-align: center;
  padding-top: 0.5em;
}
body.cambodia-sophea #specialbyline {
  font-family: 'Vollkorn', serif;
  font-size: 250%;
  padding-bottom: 1em;
  text-align: center;
}
body.cambodia-sophea .firstgraf {
  font-size: 150%;
  line-height: 155%;
}
body.cambodia-sophea .therest {
  font-size: 115%;
  line-height: 170%;
}
body.cambodia-sophea #specialcredit {
  text-align: right;
  font-size: 80%;
}
body.cambodia-sophea .firstcharacter {
  float: left;
  font-size: 150%;
}
body.cambodia-sophea #sectionbreak {
  text-align: center;
  font-size: 250%;
  padding-bottom: 0.5em;
}
body.cambodia-sophea #parttwo .col span_6_of_10 {
  margin-top: 0;
}
body.cambodia-sophea #socialspecial {
  float: right;
  width: 70%;
  margin-top: 0.25em;
}
body.cambodia-sophea #socialmobilespecial {
  display: none;
}
body.cambodia-sophea .span_3_of_9 {
  width: 32%;
}
@media screen and (max-width: 1024px) {
  body.cambodia-sophea #specialcontent {
    margin-top: 2.25em;
  }
  body.cambodia-sophea #specialheadline {
    font-family: 'Vollkorn', serif;
    font-size: 800%;
    padding-bottom: 0.55em;
    text-align: center;
    padding-top: 0.35em;
  }
  body.cambodia-sophea .specialcenter {
    font-family: 'Vollkorn', serif;
    font-size: 150%;
    text-align: center;
    padding-top: 0.45em;
  }
  body.cambodia-sophea #specialcontent {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 900px) {
  body.cambodia-sophea .specialcenter {
    padding-top: 0.35em;
  }
}
@media screen and (max-width: 800px) {
  body.cambodia-sophea #specialmenu {
    padding-top: 0.25em;
  }
  body.cambodia-sophea #bannerspecial {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-right: 0;
    max-width: 300px !important;
  }
  body.cambodia-sophea .specialcenter {
    font-family: 'Vollkorn', serif;
    font-size: 125%;
    text-align: center;
    padding-top: 0.25em;
  }
  body.cambodia-sophea #specialcontent {
    margin-top: 1.25em;
    padding: 1em;
  }
  body.cambodia-sophea #specialheadline {
    font-family: 'Vollkorn', serif;
    font-size: 700%;
    padding-bottom: 0.55em;
    text-align: center;
    padding-top: 0.5em;
  }
  body.cambodia-sophea #specialbyline {
    font-size: 200%;
    padding-bottom: 1em;
    text-align: center;
  }
  body.cambodia-sophea #socialspecial {
    display: none;
  }
  body.cambodia-sophea #socialmobilespecial {
    display: block;
    width: 40%;
    margin-bottom: -0.25em;
    margin-top: -0.75em;
  }
  body.cambodia-sophea .click-nav2 {
    text-align: center;
    margin-top: 0 !important;
    width: 100% !important;
    float: right;
  }
  body.cambodia-sophea .specialcenter {
    font-family: 'Vollkorn', serif;
    font-size: 125%;
    text-align: center;
  }
  body.cambodia-sophea #bannerspecial {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-right: 0;
    max-width: 300px !important;
  }
  body.cambodia-sophea .span_10_of_10 {
    width: 100%;
  }
  body.cambodia-sophea .span_9_of_10 {
    width: 100%;
  }
  body.cambodia-sophea .span_8_of_10 {
    width: 100%;
  }
  body.cambodia-sophea .span_7_of_10 {
    width: 100%;
  }
  body.cambodia-sophea .span_6_of_10 {
    width: 100%;
  }
  body.cambodia-sophea .span_5_of_10 {
    width: 100%;
  }
  body.cambodia-sophea .span_4_of_10 {
    width: 100%;
  }
  body.cambodia-sophea .span_3_of_10 {
    width: 100%;
  }
  body.cambodia-sophea .span_2_of_10 {
    width: 100%;
  }
  body.cambodia-sophea .span_1_of_10 {
    width: 100%;
  }
  body.cambodia-sophea .span_8_of_8 {
    width: 100%;
  }
  body.cambodia-sophea .span_7_of_8 {
    width: 100%;
  }
  body.cambodia-sophea .span_6_of_8 {
    width: 100%;
  }
  body.cambodia-sophea .span_5_of_8 {
    width: 100%;
  }
  body.cambodia-sophea .span_4_of_8 {
    width: 100%;
  }
  body.cambodia-sophea .span_3_of_8 {
    width: 100%;
  }
  body.cambodia-sophea .span_2_of_8 {
    width: 100%;
  }
  body.cambodia-sophea .span_1_of_8 {
    width: 100%;
  }
  body.cambodia-sophea .span_6_of_6 {
    width: 100%;
  }
  body.cambodia-sophea .span_5_of_6 {
    width: 100%;
  }
  body.cambodia-sophea .span_4_of_6 {
    width: 100%;
  }
  body.cambodia-sophea .span_3_of_6 {
    width: 100%;
  }
  body.cambodia-sophea .span_2_of_6 {
    width: 100%;
  }
  body.cambodia-sophea .span_1_of_6 {
    width: 100%;
  }
  body.cambodia-sophea .span_5_of_5 {
    width: 100%;
  }
  body.cambodia-sophea .span_4_of_5 {
    width: 100%;
  }
  body.cambodia-sophea .span_3_of_5 {
    width: 100%;
  }
  body.cambodia-sophea .span_2_of_5 {
    width: 100%;
  }
  body.cambodia-sophea .span_1_of_5 {
    width: 100%;
  }
  body.cambodia-sophea .span_2_of_2 {
    width: 100%;
  }
  body.cambodia-sophea .span_1_of_2 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body.cambodia-sophea #specialcredit {
    text-align: right;
    font-size: 70%;
  }
}
@media screen and (max-width: 700px) {
  body.cambodia-sophea .specialcenter {
    padding-top: 0.15em;
  }
  body.cambodia-sophea #specialcontent {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  body.cambodia-sophea #specialheadline {
    font-family: 'Vollkorn', serif;
    font-size: 600%;
    padding-bottom: 0.55em;
    text-align: center;
    padding-top: 0.5em;
  }
  body.cambodia-sophea #specialbyline {
    font-size: 150%;
    padding-bottom: 1em;
    text-align: center;
  }
  body.cambodia-sophea .specialcenter {
    padding-top: 0;
  }
  body.cambodia-sophea .firstgraf {
    font-size: 135%;
    line-height: 165%;
  }
}
@media screen and (max-width: 480px) {
  body.cambodia-sophea #specialcontent {
    margin-top: .25em;
    padding: 0;
  }
  body.cambodia-sophea #specialmenu {
    border-bottom: none;
    padding-top: 0.5em;
  }
  body.cambodia-sophea .specialcenter {
    display: none;
  }
  body.cambodia-sophea #bannerspecial {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-right: 0;
    max-width: 250px !important;
  }
  body.cambodia-sophea #specialheadline {
    font-family: 'Vollkorn', serif;
    font-size: 500%;
    padding-bottom: 0.55em;
    text-align: center;
    padding-top: 0.5em;
  }
  body.cambodia-sophea #specialbyline {
    font-size: 135%;
    padding-bottom: 1em;
    text-align: center;
  }
  body.cambodia-sophea .firstgraf {
    font-size: 115%;
    line-height: 155%;
  }
  body.cambodia-sophea .therest {
    font-size: 100%;
    line-height: 155%;
  }
  body.cambodia-sophea #socialmobilespecial {
    display: block;
    width: 100%;
    margin-bottom: 1em;
    margin-top: -0.5em;
  }
  body.cambodia-sophea .click-nav2 {
    margin: 0 !important;
    width: 100% !important;
    font-family: "PT Sans",Arial,Helvetica,sans-serif !important;
    font-size: 90% !important;
    line-height: 125% !important;
  }
  body.cambodia-sophea body.cambodia-sophea .span_3_of_9 {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  body.cambodia-sophea #specialheadline {
    font-family: 'Vollkorn', serif;
    font-size: 400%;
    padding-bottom: 0.55em;
    text-align: center;
    padding-top: 0.5em;
  }
  body.cambodia-sophea #specialbyline {
    font-size: 100%;
    padding-bottom: 1em;
    text-align: center;
  }
  body.cambodia-sophea .firstgraf {
    font-size: 110%;
    line-height: 155%;
  }
  body.cambodia-sophea .therest {
    font-size: 100%;
    line-height: 160%;
  }
}
@media screen and (max-width: 320px) {
  body.cambodia-sophea #specialcontent {
    margin-top: 3.5em;
  }
}
body.cambodia-sophea .click-nav2 {
  margin: 0;
  width: 75%;
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-size: 90%;
  line-height: 150%;
  float: right;
  text-align: center;
  margin-top: 0.5em;
}
body.cambodia-sophea .click-nav2 ul {
  position: relative;
  font-weight: 400;
  padding-left: 0 !important;
  margin: 0;
}
body.cambodia-sophea .click-nav2 ul li {
  position: relative;
  list-style: none;
  cursor: pointer;
}
body.cambodia-sophea .click-nav2 ul li ul {
  position: absolute;
  left: 0;
  right: 0;
  padding-left: 0 !important;
  border: 1px solid #ddd;
  border-top: none;
  border-bottom: none;
}
body.cambodia-sophea .click-nav2 ul .clicker2 {
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-size: 90%;
  line-height: 150%;
  position: relative;
  border: 1px solid #ddd;
  background: #fff;
  color: #555;
  font-weight: 700;
}
body.cambodia-sophea .click-nav2 ul .clicker2:hover, body.cambodia-sophea .click-nav2 ul .active {
  background: #ddd;
  color: #000;
}
body.cambodia-sophea .click-nav2 img {
  position: absolute;
  top: 9px;
  left: 12px;
  display: none;
}
body.cambodia-sophea .click-nav2 ul li a {
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  display: block;
  padding: 5px 10px 5px;
  background: #FFF;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}
body.cambodia-sophea .click-nav2 ul li a:hover {
  background: #ddd;
  color: #000;
}

/************ Squid Inc. *******/
body.cambodia-squid br {
  display: none;
}
body.cambodia-squid #basketbanner {
  display: block;
  padding-right: 0;
  max-width: 75px !important;
  margin: 0 auto;
  float: right;
  margin-top: -25px;
}
body.cambodia-squid .google-maps {
  position: relative;
  padding-bottom: 75%;
  overflow: visible;
}
body.cambodia-squid .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 800px) {
  body.cambodia-squid #basketbanner {
    max-width: 50px !important;
  }
}
@media screen and (max-width: 580px) {
  body.cambodia-squid #basketbanner {
    max-width: 35px !important;
  }
}
@media screen and (max-width: 480px) {
  body.cambodia-squid #basketbanner {
    max-width: 25px !important;
  }
}
body.cambodia-squid #bannerspecial {
  margin: 0 auto;
}
body.cambodia-squid .leadimage {
  padding-top: 10px;
  max-width: 1200px;
}
body.cambodia-squid .leadimage img {
  padding-top: 0;
}
body.cambodia-squid .leadhede {
  font-family: 'Vidaloka', serif;
  font-size: 900%;
  padding-top: 75px;
  text-align: center;
  font-weight: 400;
}
body.cambodia-squid #explainer {
  font-family: 'Merriweather', serif;
  font-size: 185%;
  line-height: 1.5em;
  font-weight: 400;
  padding-top: 80px;
  font-weight: 300;
}
body.cambodia-squid .leadcaption {
  font-family: 'Lora', serif;
  font-size: 90%;
  line-height: 1.5em;
  color: #555;
  font-weight: 400;
}
body.cambodia-squid .caption {
  font-family: 'Lora', serif;
  font-size: 80%;
  line-height: 1.5em;
  color: #555;
  font-weight: 400;
}
body.cambodia-squid #mapid {
  font-family: 'Lora', serif;
  font-size: 115%;
  font-weight: 700;
  margin-top: -10px;
}
body.cambodia-squid #mapdesc {
  font-family: 'Lora', serif;
  font-size: 90%;
  font-weight: 400;
  color: #555;
  padding-bottom: 5px;
}
@media screen and (max-width: 1170px) {
  body.cambodia-squid .leadhede {
    font-size: 800%;
  }
  body.cambodia-squid #explainer {
    font-size: 155%;
    padding-top: 70px;
  }
}
@media screen and (max-width: 985px) {
  body.cambodia-squid .leadhede {
    font-size: 700%;
  }
  body.cambodia-squid #explainer {
    font-size: 135%;
    padding-top: 60px;
  }
}
@media screen and (max-width: 800px) {
  body.cambodia-squid .leadhede {
    font-size: 600%;
    padding-top: 50px;
  }
  body.cambodia-squid #explainer {
    font-size: 125%;
    padding-top: 35px;
  }
  body.cambodia-squid .leadimage {
    padding-top: 0;
  }
  body.cambodia-squid .leadcaption {
    font-size: 70%;
  }
  body.cambodia-squid .caption {
    font-size: 70%;
  }
  body.cambodia-squid #mapinfo {
    font-size: 90%;
  }
  body.cambodia-squid #mapid {
    margin-top: -15px;
  }
  body.cambodia-squid #mapdesc {
    margin-top: -3px;
  }
}
@media screen and (max-width: 680px) {
  body.cambodia-squid .leadhede {
    font-size: 500%;
  }
  body.cambodia-squid #explainer {
    font-size: 115%;
    line-height: 1.55em;
  }
}
@media screen and (max-width: 640px) {
  body.cambodia-squid #explainer {
    font-size: 105%;
    padding-top: 30px;
  }
}
@media screen and (max-width: 580px) {
  body.cambodia-squid .leadhede {
    font-size: 450%;
    padding-top: 25px;
  }
  body.cambodia-squid #explainer {
    font-size: 90%;
    padding-top: 25px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 415px) {
  body.cambodia-squid .leadhede {
    font-size: 350%;
    padding-top: 15px;
  }
  body.cambodia-squid #explainer {
    font-size: 85%;
    padding-top: 20px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 350px) {
  body.cambodia-squid .leadhede {
    font-size: 300%;
  }
  body.cambodia-squid #explainer {
    font-size: 80%;
    line-height: 1.5em;
  }
}
body.cambodia-squid #mainstory {
  font-size: 1.15em;
  line-height: 1.5em;
  font-family: 'Lora', serif;
}
body.cambodia-squid #mainstory img {
  padding-top: 0;
}
body.cambodia-squid #byline {
  font-size: 1.15em;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 0.5em;
}
body.cambodia-squid .dropcap {
  font-family: 'Vidaloka', serif;
  float: left;
  font-size: 800%;
  line-height: 125px;
  padding-right: 10px;
}
@media screen and (max-width: 800px) {
  body.cambodia-squid #byline {
    font-size: 100%;
    line-height: 1.25em;
    padding-top: 0;
  }
  body.cambodia-squid #mainstory {
    font-size: 1.1em;
  }
  body.cambodia-squid .dropcap {
    font-size: 750%;
    line-height: 115px;
  }
}
@media screen and (max-width: 600px) {
  body.cambodia-squid #byline {
    font-size: 90%;
  }
  body.cambodia-squid #mainstory {
    font-size: 1em;
  }
  body.cambodia-squid .dropcap {
    font-size: 700%;
    line-height: 105px;
  }
}
@media screen and (max-width: 480px) {
  body.cambodia-squid .leadcaption {
    font-size: 60%;
  }
  body.cambodia-squid #byline {
    padding-top: 0.25em;
  }
  body.cambodia-squid #mainstory {
    font-size: 0.9em;
  }
  body.cambodia-squid .dropcap {
    font-size: 700%;
    line-height: 95px;
  }
  body.cambodia-squid #mapinfo {
    font-size: 80%;
  }
}
body.cambodia-squid #backtotop {
  font-family: 'Vidaloka', serif;
  font-weight: 400;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px;
  background: #fff;
}
@media screen and (max-width: 480px) {
  body.cambodia-squid #backtotop {
    font-family: 'Vidaloka', serif;
    font-weight: 400;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 8px;
    background: #fff;
    font-size: 0.75em;
  }
}
body.cambodia-squid .storyimageright {
  float: right;
  max-width: 550px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
body.cambodia-squid .storyimageleft {
  float: left;
  max-width: 550px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
body.cambodia-squid .sectionitem {
  float: right;
  max-width: 350px;
  background-color: #ddd;
  padding: 30px;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}
body.cambodia-squid .sectionitem a {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  body.cambodia-squid .storyimageright, body.cambodia-squid .storyimageleft {
    max-width: 450px;
  }
}
@media screen and (max-width: 950px) {
  body.cambodia-squid .storyimageright, body.cambodia-squid .storyimageleft {
    max-width: 350px;
  }
}
@media screen and (max-width: 680px) {
  body.cambodia-squid .storyimageright, body.cambodia-squid .storyimageleft {
    float: none;
    padding: 0px;
    max-width: 680px;
  }
  body.cambodia-squid .sectionitem {
    float: none;
    max-width: 680px;
    background-color: #ddd;
    padding: 20px;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
}
body.cambodia-squid .separator {
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  padding-top: 25px;
  padding-bottom: 25px;
}

/********************** Water Festival ***************/
body.water-festival {
  padding: 0 5px;
  /* Google Maps */
}
body.water-festival br {
  display: none;
}
body.water-festival #bannerfestival {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-right: 0;
  max-width: 425px !important;
}
body.water-festival .waterfestivallabel {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 115%;
  color: #555;
  border-bottom: 1px solid #ddd;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  text-align: center;
  margin-bottom: 0.5em;
}
body.water-festival #bannerfestival img {
  padding-top: 0;
}
body.water-festival #waterfestivalinfo {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 90%;
  color: #000;
  text-align: center;
  margin-bottom: 0.75em;
  font-style: italic;
  line-height: 150%;
}
@media screen and (max-width: 800px) {
  body.water-festival .waterfestivallabel {
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 100%;
    color: #555;
    border-bottom: 1px solid #ddd;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    text-align: center;
    margin-bottom: 0.5em;
  }
  body.water-festival #waterfestivalinfo {
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 80%;
    color: #000;
    text-align: center;
    margin-bottom: 0.75em;
    font-style: italic;
    line-height: 150%;
  }
  body.water-festival #socialmap .col {
    margin: 1% 0 1% 2%;
  }
}
@media screen and (max-width: 480px) {
  body.water-festival .waterfestivallabel {
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 90%;
    color: #555;
    border-bottom: 1px solid #ddd;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    text-align: center;
    margin-bottom: 0.5em;
  }
  body.water-festival #waterfestivalinfo {
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 70%;
    color: #000;
    text-align: center;
    margin-bottom: 0.75em;
    font-style: italic;
    line-height: 150%;
  }
  body.water-festival #socialmap {
    width: 100%;
  }
}
body.water-festival #map {
  width: 100%;
  height: 100%;
  margin-top: 1px;
  padding-bottom: 0;
}
body.water-festival .google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: visible;
}
body.water-festival .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/************************ Year Review ***************************/
body.year-review {
  /*
  Theme Name: The Cambodia Daily Year in Review
  Theme URI: http://www.cambodiadaily.com
  Description: Cambodia Daily Year in Review theme
  Version: 1
  Author: Joshua Wilwohl
  Author URI: http://www.wilwohl.com
  */
  /*! normalize.css v2.1.3 | MIT License | git.io/normalize */
  /* ==========================================================================
  HTML5 display definitions
  ========================================================================== */
  font-family: "PT Sans",Arial,Helvetica,sans-serif !important;
  /**
  * Correct `block` display not defined in IE 8/9.
  */
  /**
  * Correct `inline-block` display not defined in IE 8/9.
  */
  /**
  * Prevent modern browsers from displaying `audio` without controls.
  * Remove excess height in iOS 5 devices.
  */
  /**
  * Address `[hidden]` styling not present in IE 8/9.
  * Hide the `template` element in IE, Safari, and Firefox < 22.
  */
  /* ==========================================================================
  Base
  ========================================================================== */
  /**
  * 1. Set default font family to sans-serif.
  * 2. Prevent iOS text size adjust after orientation change, without disabling
  *    user zoom.
  */
  /**
  * Remove default margin.
  */
  /* ==========================================================================
  Links
  ========================================================================== */
  /**
  * Remove the gray background color from active links in IE 10.
  */
  /**
  * Address `outline` inconsistency between Chrome and other browsers.
  */
  /**
  * Improve readability when focused and also mouse hovered in all browsers.
  */
  /* ==========================================================================
  Typography
  ========================================================================== */
  /**
  * Address variable `h1` font-size and margin within `section` and `article`
  * contexts in Firefox 4+, Safari 5, and Chrome.
  */
  /**
  * Address styling not present in IE 8/9, Safari 5, and Chrome.
  */
  /**
  * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
  */
  /**
  * Address styling not present in Safari 5 and Chrome.
  */
  /**
  * Address differences between Firefox and other browsers.
  */
  /**
  * Address styling not present in IE 8/9.
  */
  /**
  * Correct font family set oddly in Safari 5 and Chrome.
  */
  /**
  * Improve readability of pre-formatted text in all browsers.
  */
  /**
  * Set consistent quote types.
  */
  /**
  * Address inconsistent and variable font size in all browsers.
  */
  /**
  * Prevent `sub` and `sup` affecting `line-height` in all browsers.
  */
  /* ==========================================================================
  Embedded content
  ========================================================================== */
  /**
  * Remove border when inside `a` element in IE 8/9.
  */
  /**
  * Correct overflow displayed oddly in IE 9.
  */
  /* ==========================================================================
  Figures
  ========================================================================== */
  /**
  * Address margin not present in IE 8/9 and Safari 5.
  */
  /* ==========================================================================
  Forms
  ========================================================================== */
  /**
  * Correct margin displayed oddly in IE 6/7.
  */
  /**
  * Define consistent border, margin, and padding.
  */
  /**
  * 1. Correct `color` not being inherited in IE 8/9.
  * 2. Remove padding so people aren't caught out if they zero out fieldsets.
  */
  /**
  * 1. Correct font family not being inherited in all browsers.
  * 2. Correct font size not being inherited in all browsers.
  * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
  */
  /**
  * Address Firefox 4+ setting `line-height` on `input` using `!important` in
  * the UA stylesheet.
  */
  /**
  * Address inconsistent `text-transform` inheritance for `button` and `select`.
  * All other form control elements do not inherit `text-transform` values.
  * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
  * Correct `select` style inheritance in Firefox 4+ and Opera.
  */
  /**
  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
  *    and `video` controls.
  * 2. Correct inability to style clickable `input` types in iOS.
  * 3. Improve usability and consistency of cursor style between image-type
  *    `input` and others.
  */
  /**
  * Re-set default cursor for disabled elements.
  */
  /**
  * 1. Address box sizing set to `content-box` in IE 8/9/10.
  * 2. Remove excess padding in IE 8/9/10.
  */
  /**
  * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
  * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
  *    (include `-moz` to future-proof).
  */
  /**
  * Remove inner padding and search cancel button in Safari 5 and Chrome
  * on OS X.
  */
  /**
  * Remove inner padding and border in Firefox 4+.
  */
  /**
  * 1. Remove default vertical scrollbar in IE 8/9.
  * 2. Improve readability and alignment in all browsers.
  */
  /* ==========================================================================
  Tables
  ========================================================================== */
  /**
  * Remove most spacing between table cells.
  */
  /*  SECTIONS  */
  /*  COLUMN SETUP  */
  /*  GROUPING  */
  /*  GRID OF TWO  */
  /*  GRID OF THREE  */
  /*  GRID OF TEN  */
  /*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
  /* Images and Input */
  /* Internet Explorer 10 */
  /* Video */
  /* Year In Review */
}
body.year-review br {
  display: none;
}
body.year-review article,
body.year-review aside,
body.year-review details,
body.year-review figcaption,
body.year-review figure,
body.year-review footer,
body.year-review header,
body.year-review hgroup,
body.year-review main,
body.year-review nav,
body.year-review section,
body.year-review summary {
  display: block;
}
body.year-review audio,
body.year-review canvas,
body.year-review video {
  display: inline-block;
}
body.year-review audio:not([controls]) {
  display: none;
  height: 0;
}
body.year-review [hidden],
body.year-review template {
  display: none;
}
body.year-review html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
body.year-review body {
  margin: 0;
  font-family: "PT Sans",Arial,Helvetica,sans-serif !important;
}
body.year-review .span_1_of_2 {
  margin-bottom: 5px;
}
body.year-review a {
  background: transparent;
}
body.year-review a:focus {
  outline: none;
}
body.year-review a:active,
body.year-review a:hover {
  outline: 0;
}
body.year-review h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
body.year-review abbr[title] {
  border-bottom: none;
}
body.year-review b,
body.year-review strong {
  font-weight: bold;
}
body.year-review dfn {
  font-style: italic;
}
body.year-review hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
body.year-review mark {
  background: #ff0;
  color: #000;
}
body.year-review code,
body.year-review kbd,
body.year-review pre,
body.year-review samp {
  font-family: monospace, serif;
  font-size: 1em;
}
body.year-review pre {
  white-space: pre-wrap;
}
body.year-review q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
body.year-review small {
  font-size: 80%;
}
body.year-review sub,
body.year-review sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
body.year-review sup {
  top: -0.5em;
}
body.year-review sub {
  bottom: -0.25em;
}
body.year-review img {
  border: 0;
}
body.year-review svg:not(:root) {
  overflow: hidden;
}
body.year-review figure {
  margin: 0;
}
body.year-review form {
  margin: 0;
}
body.year-review fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
body.year-review legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
body.year-review button,
body.year-review input,
body.year-review select,
body.year-review textarea {
  font-family: inherit;
  /* 1 */
  font-size: 80%;
  /* 2 */
  margin: 0;
  /* 3 */
  width: 80%;
}
body.year-review button,
body.year-review input {
  line-height: normal;
}
body.year-review button,
body.year-review select {
  text-transform: none;
}
body.year-review button,
body.year-review html input[type="button"],
body.year-review input[type="reset"],
body.year-review input[type="submit"] {
  -webkit-appearance: none;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
body.year-review button[disabled],
body.year-review html input[disabled] {
  cursor: default;
}
body.year-review input[type="checkbox"],
body.year-review input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
body.year-review input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
body.year-review input[type="search"]::-webkit-search-cancel-button,
body.year-review input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
body.year-review button::-moz-focus-inner,
body.year-review input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
body.year-review textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
body.year-review table {
  border-collapse: collapse;
  border-spacing: 0;
}
body.year-review background {
  color: #fff;
}
body.year-review #wrapper {
  width: 100%;
  margin: auto;
  max-width: 1024px;
  min-width: 800px;
}
@media screen and (max-width: 800px) {
  body.year-review #wrapper {
    width: 100%;
    min-width: 0;
  }
}
body.year-review #IExplorer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  padding: 0px;
  color: #000;
  line-height: 100%;
  font-weight: 100;
  margin-top: 0;
  color: #CD1713;
  font-weight: 700;
  padding-bottom: 1em;
  text-align: center;
}
body.year-review a {
  -moz-transition: color 0.1s linear, background-color 0.1s linear;
  -ms-transition: color 0.1s linear, background-color 0.1s linear;
  -o-transition: color 0.1s linear, background-color 0.1s linear;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear;
}
body.year-review a:hover {
  color: #555;
}
body.year-review body {
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-size: 100%;
  padding: 25px;
  color: #000;
  line-height: 155%;
  background-color: #fff;
}
body.year-review .section {
  clear: both;
  padding: 0px;
  margin: 0px;
}
body.year-review .col {
  display: block;
  float: left;
  margin: 1% 0 1% 2%;
}
body.year-review .col:first-child {
  margin-left: 0;
}
body.year-review .col3 {
  display: block;
  float: left;
  margin: 1% 0 1% 2%;
}
body.year-review .col3:first-child {
  margin-left: 0;
}
body.year-review .cols {
  display: block;
  float: left;
  margin: 1% 0 1% 2%;
}
body.year-review .cols:first-child {
  margin-left: 0;
}
body.year-review .group:before,
body.year-review .group:after {
  content: "";
  display: table;
}
body.year-review .group:after {
  clear: both;
}
body.year-review .group {
  zoom: 1;
  /* For IE 6/7 */
}
body.year-review .span_2_of_2 {
  width: 100%;
}
body.year-review .span_1_of_2 {
  width: 49%;
}
body.year-review .span_3_of_3 {
  width: 100%;
}
body.year-review .span_2_of_3 {
  width: 66%;
}
body.year-review .span_1_of_3 {
  width: 32%;
}
body.year-review .span_10_of_10 {
  width: 100%;
}
body.year-review .span_9_of_10 {
  width: 89.8%;
}
body.year-review .span_8_of_10 {
  width: 79.6%;
}
body.year-review .span_7_of_10 {
  width: 69.4%;
}
body.year-review .span_6_of_10 {
  width: 59.2%;
}
body.year-review .span_5_of_10 {
  width: 49%;
}
body.year-review .span_4_of_10 {
  width: 38.8%;
}
body.year-review .span_3_of_10 {
  width: 28.6%;
}
body.year-review .span_2_of_10 {
  width: 18.4%;
}
body.year-review .span_1_of_10 {
  width: 8.2%;
}
@media only screen and (max-width: 800px) {
  body.year-review .col {
    margin: 1% 0 1% 0%;
  }
}
@media only screen and (max-width: 500px) {
  body.year-review .col3 {
    margin: 1% 0 1% 0%;
  }
}
@media only screen and (max-width: 800px) {
  body.year-review .span_2_of_2 {
    width: 100%;
  }
  body.year-review .span_1_of_2 {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  body.year-review .span_3_of_3 {
    width: 100%;
  }
  body.year-review .span_2_of_3 {
    width: 100%;
  }
  body.year-review .span_1_of_3 {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  body.year-review .span_10_of_10 {
    width: 100%;
  }
  body.year-review .span_9_of_10 {
    width: 100%;
  }
  body.year-review .span_8_of_10 {
    width: 100%;
  }
  body.year-review .span_7_of_10 {
    width: 100%;
  }
  body.year-review .span_6_of_10 {
    width: 100%;
  }
  body.year-review .span_5_of_10 {
    width: 100%;
  }
  body.year-review .span_4_of_10 {
    width: 100%;
  }
  body.year-review .span_3_of_10 {
    width: 100%;
  }
  body.year-review .span_2_of_10 {
    width: 100%;
  }
  body.year-review .span_1_of_10 {
    width: 22.5%;
  }
}
body.year-review a {
  color: #000;
  text-decoration: none;
}
body.year-review .sticky,
body.year-review .bypostauthor,
body.year-review .gallery-caption {
  display: normal;
}
body.year-review .alignnone {
  margin: 1em 1em 1em 0;
}
body.year-review .aligncenter,
body.year-review div.aligncenter {
  display: block;
  margin: .5em auto;
}
body.year-review .alignright {
  float: right;
  margin: 0 0 1em 1em;
}
body.year-review .alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
body.year-review .aligncenter {
  display: block;
  margin: 1em auto;
}
@media \0screen {
  body.year-review img {
    width: auto;
  }
}
body.year-review img,
body.year-review img[class*="align"],
body.year-review img[class*="wp-image-"] {
  width: initial;
  max-width: 100%;
  height: auto !important;
  padding-top: 0.5em;
}
body.year-review img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
body.year-review img.alignright {
  margin-left: 1em 0 1em 1em;
}
body.year-review img.alignleft {
  margin: 1em 1em 1em 0;
}
body.year-review img.aligncenter {
  display: block;
  margin: 1em auto;
}
body.year-review img#wpstats {
  display: block;
  margin: 0 auto;
}
body.year-review img[class*="align"],
body.year-review img[class*="wp-image-"],
body.year-review .gallery .gallery-icon img {
  border: none;
}
body.year-review .wp-caption {
  margin-bottom: -20px;
  margin-left: 0;
  max-width: 96%;
  text-align: left;
}
body.year-review .wp-caption img {
  display: block;
  margin: 0 auto;
}
body.year-review .wp-caption-text {
  position: relative;
  font-size: 90%;
  color: #555;
  margin-top: 3px;
  margin-bottom: 2.5em;
  margin-left: 0;
  line-height: 150%;
}
body.year-review .gallery {
  margin: 0 auto;
}
body.year-review .gallery .gallery-item {
  margin: 0;
  float: left;
  text-align: center;
  width: 33%;
}
body.year-review .gallery a img {
  border: none;
}
body.year-review .gallery-columns-4 .gallery-item {
  width: 25%;
}
body.year-review .gallery-columns-4 .gallery-item img {
  width: 100%;
  height: auto;
}
body.year-review .comments ol {
  padding-left: 0;
}
body.year-review .comments ol li {
  margin: 0;
}
body.year-review .comment-author {
  padding: 0;
  text-decoration: none;
}
@media only screen and (max-width: 800px) {
  body.year-review embed,
  body.year-review object {
    max-width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  body.year-review .gallery-columns-3 .gallery-item {
    width: 33.33%;
  }
  body.year-review .gallery-columns-3 .gallery-item img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  body.year-review .gallery-columns-2 .gallery-item {
    width: 50%;
  }
  body.year-review .gallery-columns-2 .gallery-item img {
    width: 100%;
    height: auto;
  }
}
body.year-review input[type=submit] {
  float: right;
  display: none;
}
body.year-review input[type=text] {
  width: 25%;
}
body.year-review input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: none;
}
body.year-review ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #555;
  opacity: 1 !important;
}
body.year-review input#myid:focus {
  /* <--more specific, takes priority */
  outline: blue;
}
body.year-review input:focus {
  /* <--less specific, overridden by above */
  outline: none;
}
body.year-review input:-ms-input-placeholder {
  color: #555;
}
body.year-review input:focus:-ms-input-placeholder {
  color: #555;
}
body.year-review .placeholder {
  color: #555;
}
@media only screen and (max-width: 600px) {
  body.year-review input[type=text] {
    width: 80%;
  }
}
body.year-review .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
body.year-review .video-container iframe,
body.year-review .video-container object,
body.year-review .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.year-review #videofront {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 85%;
  margin-bottom: 0.5em;
  margin-top: 0.75em;
  padding-top: 0;
}
body.year-review #videofront a {
  color: #cd1713;
}
body.year-review #specialwrapper {
  width: 100%;
  margin: auto;
  max-width: 1200px;
  min-width: 800px;
}
@media screen and (max-width: 800px) {
  body.year-review #specialwrapper {
    width: 100%;
    min-width: 0;
  }
}
body.year-review #videospot {
  padding-top: 0.5em;
}
body.year-review #yirhedeyear {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-size: 1000%;
  color: #000;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}
body.year-review #yirhede {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-size: 600%;
  color: #000;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  padding: 0.15em;
}
body.year-review #yirlabel {
  background: #fff;
  text-align: center;
  font-weight: 700;
}
body.year-review #yirlabel:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  /* For IE8 and earlier */
}
body.year-review #yirsocial {
  text-align: right;
}
body.year-review #twitter {
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-weight: 700;
  background: #55ACEE;
  color: #fff;
  padding: 5px;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 0.75em;
  font-size: 90%;
}
body.year-review #twitter a {
  color: #fff;
}
body.year-review #facebook {
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-weight: 700;
  background: #3b5999;
  color: #fff;
  padding: 5px;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 0.75em;
  font-size: 90%;
}
body.year-review #facebook a {
  color: #fff;
}
body.year-review #google {
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-weight: 700;
  background: #dd4b39;
  color: #fff;
  padding: 5px;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 0.75em;
  font-size: 90%;
}
body.year-review #google a {
  color: #fff;
}
body.year-review #lineit {
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-weight: 700;
  background: #379e00;
  color: #fff;
  padding: 5px;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 0.75em;
  font-size: 90%;
}
body.year-review #lineit a {
  color: #fff;
}
body.year-review #banneryir {
  display: block;
  padding-right: 0;
  max-width: 425px !important;
  margin: 0 auto;
}
body.year-review #banneryir img {
  padding-top: 0 !important;
}
@media only screen and (max-width: 966px) {
  body.year-review #yirhede {
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-size: 550%;
    color: #000;
    line-height: 115%;
    font-weight: 700;
    text-align: center;
  }
}
@media only screen and (max-width: 800px) {
  body.year-review #yirhede {
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-size: 450%;
    color: #000;
    line-height: 115%;
    font-weight: 700;
    text-align: center;
  }
  body.year-review #banneryir {
    display: block;
    padding-right: 0;
    max-width: 300px !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 700px) {
  body.year-review #yirhede {
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-size: 350%;
    color: #000;
    line-height: 115%;
    font-weight: 700;
    text-align: center;
  }
  body.year-review #banneryir {
    display: block;
    padding-right: 0;
    max-width: 250px !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 540px) {
  body.year-review #yirhede {
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-size: 300%;
    color: #000;
    line-height: 115%;
    font-weight: 700;
    text-align: center;
  }
}
@media only screen and (max-width: 486px) {
  body.year-review #yirhede {
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-size: 250%;
    color: #000;
    line-height: 115%;
    font-weight: 700;
    text-align: center;
    line-height: 115%;
  }
}
@media only screen and (max-width: 416px) {
  body.year-review #yirhede {
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-size: 200%;
    color: #000;
    line-height: 115%;
    font-weight: 700;
    text-align: center;
  }
  body.year-review #banneryir {
    display: block;
    padding-right: 0;
    max-width: 200px !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 416px) {
  body.year-review #yirhede {
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-size: 175%;
    color: #000;
    line-height: 115%;
    font-weight: 700;
    text-align: center;
  }
}
body.year-review #splitline {
  border-bottom: 1px solid #ddd;
  padding-top: 0.5em;
}
@media only screen and (max-width: 800px) {
  body.year-review #splitline {
    border-bottom: 1px solid #ddd;
    padding-top: 0.5em;
    margin-bottom: 0.5em;
  }
}
body.year-review #yirfooter {
  border-bottom: 3px solid #000;
  border-top: 1px solid #ddd;
  color: #000;
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-size: 80%;
  font-weight: 100;
  line-height: 150%;
  padding-bottom: 8px;
  padding-top: 8px;
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 800px) {
  body.year-review #yirfooter {
    border-bottom: 3px solid #000;
    border-top: 1px solid #ddd;
    color: #000;
    font-family: "PT Sans",Arial,Helvetica,sans-serif;
    font-size: 70%;
    font-weight: 100;
    line-height: 150%;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  body.year-review #yirfooter {
    border-bottom: 3px solid #000;
    border-top: 1px solid #ddd;
    color: #000;
    font-family: "PT Sans",Arial,Helvetica,sans-serif;
    font-size: 60%;
    font-weight: 100;
    line-height: 150%;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
  }
}
body.year-review #totop {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 1em;
  background: #fff;
}
body.year-review #totopshell a:hover {
  color: #000 !important;
}
body.year-review #readmoreyir {
  font-size: 90%;
}
body.year-review #readmorebullet {
  font-size: 90%;
}

/************************ Advertise Page ***************************/
body.cambodia-advertise {
  /* Advertise Section */
}
body.cambodia-advertise br {
  display: none;
}
body.cambodia-advertise #container {
  width: 100%;
  margin: auto;
  max-width: 1024px;
  min-width: 800px;
}
@media screen and (max-width: 800px) {
  body.cambodia-advertise #container {
    width: 100%;
    min-width: 0;
  }
}
body.cambodia-advertise .coladex {
  display: block;
  float: left;
  margin: 1% 0 1% 0%;
}
body.cambodia-advertise .spancoladex_1_of_2 {
  width: 49%;
}
@media only screen and (max-width: 800px) {
  body.cambodia-advertise .coladex {
    margin: 1% 0 1% 0%;
  }
  body.cambodia-advertise .spancoladex_1_of_2 {
    width: 49%;
  }
}
@media only screen and (max-width: 600px) {
  body.cambodia-advertise .coladex {
    margin: 1% 0 1% 0%;
  }
  body.cambodia-advertise .spancoladex_1_of_2 {
    width: 100%;
  }
}
body.cambodia-advertise #advertisecontent {
  padding-bottom: 1em;
}
body.cambodia-advertise #advertisecontent a {
  border-bottom: 1px solid #555;
}
body.cambodia-advertise #advertiseh1 {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-size: 650%;
  color: #000;
  line-height: 100%;
  font-weight: 700;
  text-align: left;
}
body.cambodia-advertise #advertisesections {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-size: 175%;
  color: #000;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  padding-top: 0.75em;
  padding-bottom: 0.5em;
}
body.cambodia-advertise #advertisetag {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-size: 200%;
  color: #000;
  line-height: 115%;
  font-weight: 700;
  text-align: left;
  padding-bottom: 0.5em;
}
body.cambodia-advertise #advertisetagcontd {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-size: 125%;
  color: #000;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}
body.cambodia-advertise #advertisecontact {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-size: 125%;
  color: #000;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}
body.cambodia-advertise #advertiseprint {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-size: 150%;
  color: #000;
  line-height: 100%;
  font-weight: 700;
  text-align: left;
  padding-bottom: 0.5em;
}
body.cambodia-advertise #advertiseprintdetails {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #000;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
  padding-top: 1em;
  border-top: 2px solid #ddd;
  margin-top: 0.5em;
}
body.cambodia-advertise #advertiseexampletitle {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-size: 90%;
  color: #000;
  line-height: 125%;
  font-weight: 400;
  text-align: left;
  padding-bottom: 0.5em;
  font-style: italic;
}
body.cambodia-advertise #advertiseexampletitle2 {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-size: 90%;
  color: #000;
  line-height: 100%;
  font-weight: 400;
  text-align: left;
  padding-bottom: 0.5em;
  font-style: italic;
}
body.cambodia-advertise #advertiseexampletitle3 {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-size: 90%;
  color: #000;
  line-height: 100%;
  font-weight: 400;
  text-align: left;
  padding-bottom: 0.5em;
  font-style: italic;
  padding-top: 1em;
}
body.cambodia-advertise #advertiseexampletitle4 {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-size: 90%;
  color: #000;
  line-height: 100%;
  font-weight: 400;
  text-align: left;
  padding-bottom: 0.5em;
  font-style: italic;
  padding-top: 1em;
}
body.cambodia-advertise #advertiseexampletitle2online {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-size: 90%;
  color: #000;
  line-height: 100%;
  font-weight: 400;
  text-align: left;
  padding-bottom: 0.5em;
  font-style: italic;
  padding-top: 1.5em;
}
body.cambodia-advertise #advertiseonline {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-size: 150%;
  color: #000;
  line-height: 100%;
  font-weight: 700;
  text-align: left;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
body.cambodia-advertise #advertiseonlinedetails {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #000;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
  padding-top: 0.5em;
  border-top: 2px solid #ddd;
  margin-top: 0.5em;
}
body.cambodia-advertise #advertiseheader {
  max-width: 350px !important;
}
body.cambodia-advertise #banneradvertise {
  display: block;
  max-width: 350px !important;
}
body.cambodia-advertise #banneradvertise img {
  padding-top: 0 !important;
}
body.cambodia-advertise #banneradvertise2 {
  display: none;
}
body.cambodia-advertise #advertiseonlinepaymentdetails {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #000;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
  padding-top: 1em;
  border-top: 2px solid #ddd;
  margin-top: 1em;
}
body.cambodia-advertise input[type=image] {
  width: auto;
  padding-top: 0.25em;
  border: 0;
}
body.cambodia-advertise #advertiseonlinepayment {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-size: 150%;
  color: #000;
  line-height: 100%;
  font-weight: 700;
  text-align: left;
  padding-bottom: 0.5em;
}
body.cambodia-advertise #adpaymentsection {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-size: 110%;
  color: #000;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
body.cambodia-advertise #totopads {
  background: #ddd;
  padding: 0.5em;
  right: 0;
  bottom: 0;
  position: fixed;
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-size: 90%;
  text-transform: uppercase;
  color: #000;
}
body.cambodia-advertise #advertisedeals {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-size: 150%;
  color: #000;
  line-height: 100%;
  font-weight: 700;
  text-align: left;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
body.cambodia-advertise #advertisedealsdetails {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #000;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
  padding-top: 0.5em;
  border-top: 2px solid #ddd;
  margin-top: 0.5em;
}
@media screen and (max-width: 800px) {
  body.cambodia-advertise #advertiseh1 {
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-size: 650%;
    color: #000;
    line-height: 100%;
    font-weight: 700;
    text-align: left;
    text-align: center;
    padding-top: 0.15em;
  }
  body.cambodia-advertise #advertiseheader {
    max-width: 350px !important;
    margin: 0 auto !important;
  }
  body.cambodia-advertise #banneradvertise {
    display: none;
  }
  body.cambodia-advertise #banneradvertise2 {
    display: block;
    max-width: 350px !important;
    margin: 0 auto !important;
  }
  body.cambodia-advertise #banneradvertise2 img {
    padding-top: 0 !important;
  }
  body.cambodia-advertise #advertisesections {
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-size: 175%;
    color: #000;
    line-height: 100%;
    font-weight: 700;
    text-align: center;
    padding-top: 0.5em;
  }
  body.cambodia-advertise #advertiseprintdetails {
    padding-top: 1.5em;
  }
  body.cambodia-advertise #advertiseonlinedetails {
    margin-top: 1.5em;
  }
  body.cambodia-advertise #advertisedealsdetails {
    margin-top: 1.5em;
  }
  body.cambodia-advertise #advertiseonlinepayment {
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-size: 150%;
    color: #000;
    line-height: 100%;
    font-weight: 700;
    text-align: left;
    padding-bottom: 0.5em;
    padding-top: 0.25em;
  }
  body.cambodia-advertise td {
    border-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  body.cambodia-advertise #advertiseh1 {
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-size: 600%;
    color: #000;
    line-height: 100%;
    font-weight: 700;
    text-align: left;
    text-align: center;
  }
  body.cambodia-advertise #advertisesections {
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-size: 150%;
    color: #000;
    line-height: 100%;
    font-weight: 700;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  body.cambodia-advertise #advertisetag {
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-size: 150%;
    color: #000;
    line-height: 115%;
    font-weight: 700;
    text-align: left;
    padding-bottom: 0.5em;
  }
  body.cambodia-advertise #advertiseonlinedetails {
    margin-top: 1.5em;
  }
  body.cambodia-advertise #advertiseonlinepaymentdetails {
    margin-top: 1.5em;
  }
  body.cambodia-advertise #advertisedealsdetails {
    margin-top: 1.5em;
  }
  body.cambodia-advertise #advertiseexampletitle2 {
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-size: 90%;
    color: #000;
    line-height: 100%;
    font-weight: 400;
    text-align: left;
    padding-bottom: 0.5em;
    font-style: italic;
    padding-top: 1em;
  }
  body.cambodia-advertise #advertiseexampletitle3 {
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-size: 90%;
    color: #000;
    line-height: 100%;
    font-weight: 400;
    text-align: left;
    padding-bottom: 0.5em;
    font-style: italic;
    padding-top: 1em;
  }
  body.cambodia-advertise #advertiseexampletitle4 {
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-size: 90%;
    color: #000;
    line-height: 100%;
    font-weight: 400;
    text-align: left;
    padding-bottom: 0.5em;
    font-style: italic;
    padding-top: 1em;
  }
  body.cambodia-advertise #advertisingimage {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
}
@media screen and (max-width: 480px) {
  body.cambodia-advertise #banneradvertise2 {
    display: block;
    max-width: 250px !important;
    margin: 0 auto !important;
  }
  body.cambodia-advertise #banneradvertise2 img {
    padding-top: 0 !important;
  }
  body.cambodia-advertise #advertiseh1 {
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-size: 375%;
    color: #000;
    line-height: 100%;
    font-weight: 700;
    text-align: left;
    text-align: center;
  }
  body.cambodia-advertise #advertisesections {
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-size: 115%;
    color: #000;
    line-height: 100%;
    font-weight: 700;
    text-align: center;
    padding-top: 0.5em;
  }
  body.cambodia-advertise #adpaymentsection {
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-size: 80%;
    color: #000;
    line-height: 100%;
    font-weight: 700;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  body.cambodia-advertise #advertisetagcontd {
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-size: 110%;
    color: #000;
    line-height: 150%;
    font-weight: 400;
    text-align: left;
  }
  body.cambodia-advertise #advertisecontact {
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-size: 110%;
    color: #000;
    line-height: 150%;
    font-weight: 400;
    text-align: left;
  }
  body.cambodia-advertise #totopads {
    background: #ddd;
    padding: 0.5em;
    right: 0;
    bottom: 0;
    position: fixed;
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-size: 80%;
    text-transform: uppercase;
    color: #000;
  }
}
@media screen and (max-width: 320px) {
  body.cambodia-advertise #advertiseh1 {
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-size: 325%;
    color: #000;
    line-height: 100%;
    font-weight: 700;
    text-align: left;
    text-align: center;
  }
  body.cambodia-advertise #advertisesections {
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #000;
    line-height: 100%;
    font-weight: 700;
    text-align: center;
    padding-top: 0.5em;
  }
  body.cambodia-advertise #advertisetagcontd {
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-size: 105%;
    color: #000;
    line-height: 150%;
    font-weight: 400;
    text-align: left;
  }
  body.cambodia-advertise #advertisecontact {
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-size: 105%;
    color: #000;
    line-height: 150%;
    font-weight: 400;
    text-align: left;
  }
}
body.cambodia-advertise table {
  margin-bottom: 0;
}
body.cambodia-advertise tbody {
  border-bottom: 0;
}
body.cambodia-advertise td {
  border-top: 0px;
}

/********************** Reprisals **********************/
body.cambodia-reprisals {
  /* Special Projects */
  /* Fallbacks */
}
body.cambodia-reprisals br {
  display: none;
}
body.cambodia-reprisals.admin-bar #specialmenu {
  margin-top: 32px;
}
body.cambodia-reprisals #specialwrapper {
  width: 100%;
  margin: auto;
  max-width: 1200px;
  min-width: 800px;
}
body.cambodia-reprisals #specialheader {
  padding-top: 0;
}
body.cambodia-reprisals .span_9_of_9 {
  width: 100%;
}
body.cambodia-reprisals .span_8_of_9 {
  width: 88.66%;
}
body.cambodia-reprisals .span_7_of_9 {
  width: 77.33%;
}
body.cambodia-reprisals .span_6_of_9 {
  width: 66%;
}
body.cambodia-reprisals .span_5_of_9 {
  width: 54.66%;
}
body.cambodia-reprisals .span_4_of_9 {
  width: 43.33%;
}
body.cambodia-reprisals .span_3_of_9 {
  width: 32%;
}
body.cambodia-reprisals .span_2_of_9 {
  width: 20.66%;
}
body.cambodia-reprisals .span_1_of_9 {
  width: 9.333%;
}
@media only screen and (max-width: 480px) {
  body.cambodia-reprisals .span_9_of_9 {
    width: 100%;
  }
  body.cambodia-reprisals .span_8_of_9 {
    width: 100%;
  }
  body.cambodia-reprisals .span_7_of_9 {
    width: 100%;
  }
  body.cambodia-reprisals .span_6_of_9 {
    width: 100%;
  }
  body.cambodia-reprisals .span_5_of_9 {
    width: 100%;
  }
  body.cambodia-reprisals .span_4_of_9 {
    width: 100%;
  }
  body.cambodia-reprisals .span_3_of_9 {
    width: 100%;
  }
  body.cambodia-reprisals .span_2_of_9 {
    width: 100%;
  }
  body.cambodia-reprisals .span_1_of_9 {
    width: 100%;
  }
  body.cambodia-reprisals #specialcontent {
    margin-top: .25em !important;
  }
}
body.cambodia-reprisals #specialwrapper {
  width: 100%;
  margin: auto;
  max-width: 1200px;
  min-width: 800px;
}
@media screen and (max-width: 800px) {
  body.cambodia-reprisals #specialwrapper {
    width: 100%;
    min-width: 0;
  }
  body.cambodia-reprisals .col {
    margin: 1%;
  }
}
body.cambodia-reprisals #specialmenu {
  top: 0;
  position: fixed;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding-left: 1em;
  padding-right: 1em;
}
body.cambodia-reprisals .specialcenter {
  font-family: 'Vollkorn', serif;
  font-size: 150%;
  text-align: center;
  padding-top: 0.45em;
}
body.cambodia-reprisals #specialcontent {
  margin-top: 3.25em;
}
body.cambodia-reprisals #bannerspecial {
  display: block;
  padding-right: 0;
  max-width: 300px !important;
}
body.cambodia-reprisals #bannerspecial img {
  padding-top: 0 !important;
}
body.cambodia-reprisals #specialheader {
  padding-top: 0;
}
body.cambodia-reprisals #specialheadline {
  font-family: 'Vollkorn', serif;
  font-size: 1000%;
  padding-bottom: 0.55em;
  text-align: center;
  padding-top: 0.25em;
}
body.cambodia-reprisals #specialbyline {
  font-family: 'Vollkorn', serif;
  font-size: 250%;
  padding-bottom: 1em;
  text-align: center;
}
body.cambodia-reprisals .firstgraf {
  font-size: 150%;
  line-height: 155%;
}
body.cambodia-reprisals .therest {
  font-size: 115%;
  line-height: 170%;
}
body.cambodia-reprisals #specialcredit {
  text-align: right;
  font-size: 80%;
}
body.cambodia-reprisals .firstcharacter {
  float: left;
  font-size: 150%;
}
body.cambodia-reprisals #sectionbreak {
  text-align: center;
  font-size: 250%;
  padding-bottom: 0.5em;
}
body.cambodia-reprisals #parttwo .col span_6_of_10 {
  margin-top: 0;
}
body.cambodia-reprisals #socialspecial {
  float: right;
  width: 70%;
  margin-top: 0.25em;
}
body.cambodia-reprisals #socialmobilespecial {
  display: none;
}
@media screen and (max-width: 1024px) {
  body.cambodia-reprisals #specialcontent {
    margin-top: 2.25em;
  }
  body.cambodia-reprisals #specialheadline {
    font-family: 'Vollkorn', serif;
    font-size: 800%;
    padding-bottom: 0.55em;
    text-align: center;
    padding-top: 0.35em;
  }
  body.cambodia-reprisals .specialcenter {
    font-family: 'Vollkorn', serif;
    font-size: 150%;
    text-align: center;
    padding-top: 0.45em;
  }
  body.cambodia-reprisals #specialcontent {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 900px) {
  body.cambodia-reprisals .specialcenter {
    padding-top: 0.35em;
  }
}
@media screen and (max-width: 800px) {
  body.cambodia-reprisals #specialmenu {
    padding-top: 0.25em;
  }
  body.cambodia-reprisals #bannerspecial {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-right: 0;
    max-width: 300px !important;
  }
  body.cambodia-reprisals .specialcenter {
    font-family: 'Vollkorn', serif;
    font-size: 125%;
    text-align: center;
    padding-top: 0.25em;
  }
  body.cambodia-reprisals #specialcontent {
    margin-top: 1.25em;
    padding: 1em;
  }
  body.cambodia-reprisals #specialheadline {
    font-family: 'Vollkorn', serif;
    font-size: 700%;
    padding-bottom: 0.55em;
    text-align: center;
    padding-top: 0.5em;
  }
  body.cambodia-reprisals #specialbyline {
    font-size: 200%;
    padding-bottom: 1em;
    text-align: center;
  }
  body.cambodia-reprisals #socialspecial {
    width: 100%;
    margin-right: 10px;
    float: none;
  }
  body.cambodia-reprisals #socialmobilespecial {
    display: block;
    width: 40%;
    margin-bottom: -0.25em;
    margin-top: -0.75em;
  }
}
@media screen and (max-width: 768px) {
  body.cambodia-reprisals #specialcredit {
    text-align: right;
    font-size: 70%;
  }
}
@media screen and (max-width: 700px) {
  body.cambodia-reprisals .specialcenter {
    padding-top: 0.15em;
  }
  body.cambodia-reprisals #specialcontent {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 600px) {
  body.cambodia-reprisals #specialheadline {
    font-family: 'Vollkorn', serif;
    font-size: 600%;
    padding-bottom: 0.55em;
    text-align: center;
    padding-top: 0.5em;
  }
  body.cambodia-reprisals #specialbyline {
    font-size: 150%;
    padding-bottom: 1em;
    text-align: center;
  }
  body.cambodia-reprisals .specialcenter {
    padding-top: 0;
  }
  body.cambodia-reprisals .firstgraf {
    font-size: 135%;
    line-height: 165%;
  }
}
@media screen and (max-width: 480px) {
  body.cambodia-reprisals #specialcontent {
    margin-top: 4.25em;
    padding: 0;
  }
  body.cambodia-reprisals #specialmenu {
    border-bottom: none;
    padding-top: 0.5em;
  }
  body.cambodia-reprisals .specialcenter {
    display: none;
  }
  body.cambodia-reprisals #bannerspecial {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-right: 0;
    max-width: 250px !important;
  }
  body.cambodia-reprisals #specialheadline {
    font-family: 'Vollkorn', serif;
    font-size: 500%;
    padding-bottom: 0.55em;
    text-align: center;
    padding-top: 0.5em;
  }
  body.cambodia-reprisals #specialbyline {
    font-size: 135%;
    padding-bottom: 1em;
    text-align: center;
  }
  body.cambodia-reprisals .firstgraf {
    font-size: 115%;
    line-height: 155%;
  }
  body.cambodia-reprisals .therest {
    font-size: 100%;
    line-height: 155%;
  }
  body.cambodia-reprisals #socialmobilespecial {
    display: block;
    width: 100%;
    margin-bottom: 1em;
    margin-top: -0.5em;
  }
}
@media screen and (max-width: 400px) {
  body.cambodia-reprisals #specialheadline {
    font-family: 'Vollkorn', serif;
    font-size: 400%;
    padding-bottom: 0.55em;
    text-align: center;
    padding-top: 0.5em;
  }
  body.cambodia-reprisals #specialbyline {
    font-size: 100%;
    padding-bottom: 1em;
    text-align: center;
  }
  body.cambodia-reprisals .firstgraf {
    font-size: 110%;
    line-height: 155%;
  }
  body.cambodia-reprisals .therest {
    font-size: 100%;
    line-height: 160%;
  }
}
@media screen and (max-width: 320px) {
  body.cambodia-reprisals #specialcontent {
    margin-top: 3.5em;
  }
}
body.cambodia-reprisals .click-nav2 {
  margin: 0;
  width: 75%;
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-size: 90%;
  line-height: 150%;
  float: right;
  text-align: center;
  margin-top: 0.5em;
}
body.cambodia-reprisals .click-nav2 ul {
  position: relative;
  font-weight: 400;
  padding-left: 0 !important;
  margin: 0;
}
body.cambodia-reprisals .click-nav2 ul li {
  position: relative;
  list-style: none;
  cursor: pointer;
}
body.cambodia-reprisals .click-nav2 ul li ul {
  position: absolute;
  left: 0;
  right: 0;
  padding-left: 0 !important;
  border: 1px solid #ddd;
  border-top: none;
  border-bottom: none;
}
body.cambodia-reprisals .click-nav2 ul .clicker2 {
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-size: 90%;
  line-height: 150%;
  position: relative;
  border: 1px solid #ddd;
  background: #fff;
  color: #555;
  font-weight: 700;
}
body.cambodia-reprisals .click-nav2 ul .clicker2:hover, body.cambodia-reprisals .click-nav2 ul .active {
  background: #ddd;
  color: #000;
}
body.cambodia-reprisals .click-nav2 img {
  position: absolute;
  top: 9px;
  left: 12px;
  display: none;
}
body.cambodia-reprisals .click-nav2 ul li a {
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  display: block;
  padding: 5px 10px 5px;
  background: #FFF;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}
body.cambodia-reprisals .click-nav2 ul li a:hover {
  background: #ddd;
  color: #000;
}
body.cambodia-reprisals .click-nav2 .no-js ul {
  display: none;
}
body.cambodia-reprisals .click-nav2 .no-js:hover ul {
  display: block;
}
@media screen and (max-width: 1024px) {
  body.cambodia-reprisals .click-nav2 {
    margin-top: 0.45em;
  }
}
@media screen and (max-width: 900px) {
  body.cambodia-reprisals .click-nav2 {
    margin-top: 0.35em;
  }
}
@media screen and (max-width: 800px) {
  body.cambodia-reprisals .click-nav2 {
    text-align: center;
    margin-top: 0;
    width: 100%;
    float: right;
    padding-top: 0.15em;
  }
  body.cambodia-reprisals .click-nav2 ul .clicker2 {
    font-family: "PT Sans",Arial,Helvetica,sans-serif;
    font-size: 90%;
    line-height: 125%;
    position: relative;
    background: #fff;
    color: #555;
    font-weight: 700;
  }
  body.cambodia-reprisals .click-nav2 ul .clicker2:hover, body.cambodia-reprisals .click-nav2 ul .active {
    background: #ddd;
    color: #000;
  }
}
@media screen and (max-width: 700px) {
  body.cambodia-reprisals .click-nav2 {
    padding-top: 0.05em;
  }
}
@media screen and (max-width: 600px) {
  body.cambodia-reprisals .click-nav2 {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  body.cambodia-reprisals .click-nav2 ul .clicker2 {
    font-family: "PT Sans",Arial,Helvetica,sans-serif;
    font-size: 90%;
    line-height: 125%;
    position: relative;
    background: #fff;
    color: #555;
    font-weight: 700;
    border-left: none;
    border-right: none;
  }
  body.cambodia-reprisals .click-nav2 ul li ul {
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 0 !important;
    border: 1px solid #ddd;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  body.cambodia-reprisals .click-nav2 {
    margin: 0;
    width: 100%;
    font-family: "PT Sans",Arial,Helvetica,sans-serif;
    font-size: 90%;
    line-height: 125%;
  }
  body.cambodia-reprisals .click-nav2 ul {
    font-weight: 400;
  }
  body.cambodia-reprisals .click-nav2 ul .clicker2:hover, body.cambodia-reprisals .click-nav2 ul .active {
    background: #ddd;
    color: #000;
  }
  body.cambodia-reprisals .click-nav2 ul li a {
    transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    display: block;
    padding: 8px 10px 8px;
    background: #FFF;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
  }
}

/******************* Clouds fell from the sky *******************/
body.clouds-fell {
  /*
  * jQuery Booklet Plugin
  * Copyright (c) 2010 - 2014 William Grauvogel (http://builtbywill.com/)
  *
  * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
  *
  * Version : 1.4.4
  *
  * Originally based on the work of:
  *	1) Charles Mangin (http://clickheredammit.com/pageflip/)
  */
  /*
  Modifications by Joshua Wilwohl for The Cambodia Daily
  */
  line-height: 24px !important;
  /* Page Wrappers */
  /* Custom Page Types */
  /* Page Numbers */
  /* Page Shadows */
  /* Overlay Controls */
  /* Overlay Controls */
  /* Tab Controls */
  /* Arrow Controls */
  /* @z-index fix (needed for older IE browsers)
  ----------------------------------------*/
  /* @Menu Items
  ----------------------------------------*/
  /* Daily Add-Ons */
  /*  SECTIONS  */
  /*  COLUMN SETUP  */
  /*  GROUPING  */
  /*  GRID OF TWELVE  */
  /*  GO FULL WIDTH BELOW 650 PIXELS */
}
body.clouds-fell br {
  display: none;
}
body.clouds-fell #bookcontainer {
  width: 100%;
  margin: auto;
  max-width: 1200px;
  min-width: 800px;
}
@media screen and (max-width: 800px) {
  body.clouds-fell #bookcontainer {
    width: 100%;
    min-width: 0;
  }
}
body.clouds-fell #bannerbook {
  display: block;
  padding-right: 0;
  max-width: 400px !important;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 10px;
}
body.clouds-fell #bannerbook img {
  padding-top: 0 !important;
}
@media screen and (max-width: 800px) {
  body.clouds-fell #bannerbook {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-right: 0;
    max-width: 300px !important;
  }
}
@media screen and (max-width: 480px) {
  body.clouds-fell #bannerbook {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-right: 0;
    max-width: 200px !important;
  }
}
body.clouds-fell body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1em;
  line-height: 24px !important;
  padding: 10px;
}
body.clouds-fell * {
  box-sizing: content-box;
}
body.clouds-fell .booklet {
  width: 800px;
  height: 600px;
  position: relative;
  margin: 0 auto 30px;
  overflow: visible !important;
}
body.clouds-fell .booklet .b-page {
  left: 0;
  top: 0;
  position: absolute;
  overflow: hidden;
  padding: 0;
  outline: 1px solid transparent;
  border-left: 1px solid #ddd;
}
body.clouds-fell .booklet .b-wrap {
  top: 0;
  position: absolute;
}
body.clouds-fell .booklet .b-wrap-left {
  background: #fff;
}
body.clouds-fell .booklet .b-wrap-right {
  background: #fff;
  padding-left: 1px solid #ddd;
}
body.clouds-fell .booklet .b-pN .b-wrap,
body.clouds-fell .booklet .b-p1 .b-wrap,
body.clouds-fell .booklet .b-p2 .b-wrap,
body.clouds-fell .booklet .b-p3 .b-wrap,
body.clouds-fell .booklet .b-p4 .b-wrap {
  left: 0;
}
body.clouds-fell .booklet .b-p0 .b-wrap {
  right: 0;
}
body.clouds-fell .booklet .b-page-blank {
  padding: 0;
  width: 100%;
  height: 100%;
}
body.clouds-fell .booklet .b-page-cover {
  padding: 0;
  width: 100%;
  height: 100%;
  background: #925C0E;
}
body.clouds-fell .booklet .b-page-cover h3 {
  color: #fff;
  text-shadow: 0 1px 3px #222;
}
body.clouds-fell .booklet .b-counter {
  bottom: 10px;
  position: absolute;
  display: block;
  width: 25px;
  height: 20px;
  background: #fff;
  color: #000;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  padding: 5px 0 0;
  opacity: 0.7;
  line-height: 12px;
}
body.clouds-fell .booklet .b-wrap-left .b-counter {
  left: 10px;
}
body.clouds-fell .booklet .b-wrap-right .b-counter {
  right: 10px;
}
body.clouds-fell .booklet .b-shadow-f {
  right: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  background-image: url("/cdfiles/wp-content/themes/CambodiaDaily/book/booklet/images/shadow-top-forward.png");
  background-repeat: repeat-y;
  background-position: 100% 0;
}
body.clouds-fell .booklet .b-shadow-b {
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  background-image: url("/cdfiles/wp-content/themes/CambodiaDaily/book/booklet/images/shadow-top-back.png");
  background-repeat: repeat-y;
  background-position: 0 0;
}
body.clouds-fell .booklet .b-p0 {
  background-image: url("/cdfiles/wp-content/themes/CambodiaDaily/book/booklet/images/shadow.png");
  background-repeat: repeat-y;
  background-position: 100% 10px;
}
body.clouds-fell .booklet .b-p3 {
  background-image: url("/cdfiles/wp-content/themes/CambodiaDaily/book/booklet/images/shadow.png");
  background-repeat: repeat-y;
  background-position: 0 10px;
}
body.clouds-fell .booklet .b-grab {
  cursor: url("/cdfiles/wp-content/themes/CambodiaDaily/book/booklet/images/openhand.cur"), default;
}
body.clouds-fell .booklet .b-grabbing {
  cursor: url("/cdfiles/wp-content/themes/CambodiaDaily/book/booklet/images/closedhand.cur"), default;
}
body.clouds-fell .booklet .b-overlay {
  top: 0;
  position: absolute;
  height: 100%;
  width: 50%;
}
body.clouds-fell .booklet .b-overlay-prev {
  left: 0;
}
body.clouds-fell .booklet .b-overlay-next {
  right: 0;
}
body.clouds-fell .booklet .b-tab {
  background: #000;
  height: 40px;
  width: 100%;
  padding: 10px 0 0;
  text-align: center;
  color: #ccc;
  position: absolute;
  font-size: 11px;
}
body.clouds-fell .booklet .b-tab-prev {
  left: 0;
}
body.clouds-fell .booklet .b-tab-next {
  right: 0;
}
body.clouds-fell .booklet .b-tab:hover {
  background: #aaa;
  color: #000;
}
body.clouds-fell .booklet .b-arrow {
  display: block;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  height: 100%;
  width: 74px;
}
body.clouds-fell .booklet .b-arrow div {
  display: none;
  text-indent: -9999px;
  height: 170px;
  width: 74px;
  position: absolute;
  left: 0;
  top: 25%;
}
body.clouds-fell .booklet .b-arrow-next {
  right: -80px;
}
body.clouds-fell .booklet .b-arrow-prev {
  left: -80px;
}
body.clouds-fell .booklet .b-arrow-next div {
  background: url("/cdfiles/wp-content/themes/CambodiaDaily/book/booklet/images/arrow-next.png") no-repeat left top;
}
body.clouds-fell .booklet .b-arrow-prev div {
  background: url("/cdfiles/wp-content/themes/CambodiaDaily/book/booklet/images/arrow-prev.png") no-repeat left top;
}
body.clouds-fell body {
  z-index: 0;
}
body.clouds-fell .b-menu {
  z-index: 100;
}
body.clouds-fell .b-selector {
  z-index: 100;
}
body.clouds-fell .booklet {
  z-index: 10;
}
body.clouds-fell .b-pN {
  z-index: 10;
}
body.clouds-fell .b-p0 {
  z-index: 30;
}
body.clouds-fell .b-p1 {
  z-index: 20;
}
body.clouds-fell .b-p2 {
  z-index: 20;
}
body.clouds-fell .b-p3 {
  z-index: 30;
}
body.clouds-fell .b-p4 {
  z-index: 10;
}
body.clouds-fell .b-prev {
  z-index: 40;
}
body.clouds-fell .b-next {
  z-index: 40;
}
body.clouds-fell .b-counter {
  z-index: 40;
}
body.clouds-fell .b-menu {
  height: 40px;
  padding: 0 0 10px;
}
body.clouds-fell .b-selector {
  height: 40px;
  position: relative;
  float: right;
  border: none;
  color: #cecece;
  cursor: pointer;
  font: normal 12px "Myriad Pro", Myriad, "DejaVu Sans Condensed","Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.clouds-fell .b-selector .b-current {
  padding: 8px 15px 12px;
  line-height: 20px;
  min-width: 18px;
  height: 20px;
  display: block;
  background: #000;
  text-align: center;
}
body.clouds-fell .b-selector-page {
  width: auto;
  margin-left: 15px;
}
body.clouds-fell .b-selector-chapter {
  width: auto;
}
body.clouds-fell .b-selector:hover {
  color: #fff;
  background-position: left 0;
}
body.clouds-fell .b-selector:hover .b-current {
  background-position: right 0;
}
body.clouds-fell .b-selector ul {
  overflow: hidden;
  margin: 0;
  list-style: none !important;
  position: absolute;
  top: 40px;
  right: 0;
  padding: 0 0 10px;
  background: #000;
  width: 240px;
}
body.clouds-fell .b-selector li {
  border: none;
}
body.clouds-fell .b-selector a {
  color: #cecece;
  height: 14px;
  text-decoration: none;
  display: block;
  padding: 5px 10px;
}
body.clouds-fell .b-selector a .b-text {
  float: left;
  clear: none;
}
body.clouds-fell .b-selector a .b-num {
  float: right;
  clear: none;
}
body.clouds-fell .b-selector a:hover {
  color: #fff;
}
body.clouds-fell .first {
  padding-left: 15px;
}
body.clouds-fell .sticky,
body.clouds-fell .bypostauthor,
body.clouds-fell .gallery-caption {
  display: normal;
}
body.clouds-fell .alignnone {
  margin: 1em 1em 1em 0;
}
body.clouds-fell .aligncenter,
body.clouds-fell div.aligncenter {
  display: block;
  margin: .5em auto;
}
body.clouds-fell .alignright {
  float: right;
  margin: 0 0 1em 1em;
}
body.clouds-fell .alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
body.clouds-fell .aligncenter {
  display: block;
  margin: 1em auto;
}
body.clouds-fell img,
body.clouds-fell img[class*="align"],
body.clouds-fell img[class*="wp-image-"] {
  width: inherit;
  max-width: 100%;
  height: auto !important;
  padding-top: 0.5em;
}
body.clouds-fell img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
body.clouds-fell img.alignright {
  margin-left: 1em 0 1em 1em;
}
body.clouds-fell img.alignleft {
  margin: 1em 1em 1em 0;
}
body.clouds-fell img.aligncenter {
  display: block;
  margin: 1em auto;
}
body.clouds-fell img#wpstats {
  display: block;
  margin: 0 auto;
}
body.clouds-fell img[class*="align"],
body.clouds-fell img[class*="wp-image-"],
body.clouds-fell .gallery .gallery-icon img {
  border: none;
}
body.clouds-fell .wp-caption {
  margin-bottom: -20px;
  margin-left: 0;
  max-width: 96%;
  text-align: left;
}
body.clouds-fell .wp-caption img {
  display: block;
  margin: 0 auto;
}
body.clouds-fell .wp-caption-text {
  position: relative;
  font-size: 90%;
  color: #555;
  margin-top: 3px;
  margin-bottom: 2.5em;
  margin-left: 0;
  line-height: 150%;
}
body.clouds-fell .gallery {
  margin: 0 auto;
}
body.clouds-fell .gallery .gallery-item {
  margin: 0;
  float: left;
  text-align: center;
  width: 33%;
}
body.clouds-fell .gallery a img {
  border: none;
}
body.clouds-fell .gallery-columns-4 .gallery-item {
  width: 25%;
}
body.clouds-fell .gallery-columns-4 .gallery-item img {
  width: 100%;
  height: auto;
}
body.clouds-fell .comments ol {
  padding-left: 0;
}
body.clouds-fell .comments ol li {
  margin: 0;
}
body.clouds-fell .comment-author {
  padding: 0;
  text-decoration: none;
}
@media only screen and (max-width: 800px) {
  body.clouds-fell embed,
  body.clouds-fell object {
    max-width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  body.clouds-fell .gallery-columns-3 .gallery-item {
    width: 33.33%;
  }
  body.clouds-fell .gallery-columns-3 .gallery-item img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  body.clouds-fell .gallery-columns-2 .gallery-item {
    width: 50%;
  }
  body.clouds-fell .gallery-columns-2 .gallery-item img {
    width: 100%;
    height: auto;
  }
  body.clouds-fell #bannerbook {
    max-width: 300px !important;
  }
}
body.clouds-fell .section {
  clear: both;
  padding: 0px;
  margin: 0px;
}
body.clouds-fell .col {
  display: block;
  float: left;
  margin: 1% 0 1% 2%;
}
body.clouds-fell .col:first-child {
  margin-left: 0;
}
body.clouds-fell .group:before,
body.clouds-fell .group:after {
  content: "";
  display: table;
}
body.clouds-fell .group:after {
  clear: both;
}
body.clouds-fell .group {
  zoom: 1;
  /* For IE 6/7 */
}
body.clouds-fell .span_12_of_12 {
  width: 100%;
}
body.clouds-fell .span_11_of_12 {
  width: 91.5%;
}
body.clouds-fell .span_10_of_12 {
  width: 83%;
}
body.clouds-fell .span_9_of_12 {
  width: 74.5%;
}
body.clouds-fell .span_8_of_12 {
  width: 66%;
}
body.clouds-fell .span_7_of_12 {
  width: 57.5%;
}
body.clouds-fell .span_6_of_12 {
  width: 49%;
}
body.clouds-fell .span_5_of_12 {
  width: 40.5%;
}
body.clouds-fell .span_4_of_12 {
  width: 32%;
}
body.clouds-fell .span_3_of_12 {
  width: 23.5%;
}
body.clouds-fell .span_2_of_12 {
  width: 15%;
}
body.clouds-fell .span_1_of_12 {
  width: 6.5%;
}
@media only screen and (max-width: 800px) {
  body.clouds-fell .col {
    margin: 1% 0 1% 0%;
  }
  body.clouds-fell .span_1_of_12, body.clouds-fell .span_2_of_12, body.clouds-fell .span_3_of_12, body.clouds-fell .span_4_of_12, body.clouds-fell .span_5_of_12, body.clouds-fell .span_6_of_12, body.clouds-fell .span_7_of_12, body.clouds-fell .span_8_of_12, body.clouds-fell .span_9_of_12, body.clouds-fell .span_10_of_12, body.clouds-fell .span_11_of_12, body.clouds-fell .span_12_of_12 {
    width: 100%;
  }
}
body.clouds-fell footer {
  display: block;
}
body.clouds-fell #footer {
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
  font-size: 80%;
  padding-top: 8px;
  color: #000;
  line-height: 150%;
  border-top: 1px solid #ddd;
  border-bottom: 3px solid #000;
  padding-bottom: 8px;
  text-align: center;
  font-weight: 100;
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  body.clouds-fell #footer {
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-size: 70%;
    padding-top: 8px;
    color: #000;
    line-height: 150%;
    border-top: 1px solid #ddd;
    border-bottom: 3px solid #000;
    padding-bottom: 8px;
    text-align: center;
    font-weight: 100;
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  body.clouds-fell #footer {
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    font-size: 60%;
    padding-top: 8px;
    color: #000;
    line-height: 150%;
    border-top: 1px solid #ddd;
    border-bottom: 3px solid #000;
    padding-bottom: 8px;
    text-align: center;
    font-weight: 100;
  }
}
body.clouds-fell .mainbookhede {
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 6.5em;
  margin-top: 20px;
}
body.clouds-fell .mainbookhede2 {
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  padding-bottom: 30px;
  font-size: 2.5em;
  font-weight: 400;
}
body.clouds-fell #audiosection {
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  padding-bottom: 30px;
  font-size: 1.25em;
  letter-spacing: 0.25px;
}
body.clouds-fell .audiobold {
  font-weight: 700;
  text-transform: uppercase;
}
body.clouds-fell .audiotext {
  padding-bottom: 25px;
}
body.clouds-fell .caption {
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: right;
  font-size: 80%;
  margin-top: -5px;
}
body.clouds-fell #booksection {
  padding-bottom: 20px;
}
body.clouds-fell .booktext {
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  padding-bottom: 5px;
  font-size: 3em;
}
body.clouds-fell .bookbold {
  font-weight: 700;
  text-transform: uppercase;
}
body.clouds-fell .booktextcontd {
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.25em;
  padding-top: 15px;
  letter-spacing: 0.25px;
}
body.clouds-fell #mybookmobile {
  display: none;
}
body.clouds-fell .end {
  text-align: center;
}
@media screen and (max-width: 800px) {
  body.clouds-fell .mainbookhede {
    font-size: 5em;
  }
  body.clouds-fell .mainbookhede2 {
    font-size: 1.75em;
    padding-bottom: 20px;
  }
  body.clouds-fell #mybookmobile {
    display: block;
  }
  body.clouds-fell #mybook, body.clouds-fell #booksection {
    display: none;
  }
  body.clouds-fell #audiosection {
    padding-bottom: 0;
  }
  body.clouds-fell img {
    padding-top: 0;
  }
}
@media screen and (max-width: 650px) {
  body.clouds-fell .mainbookhede {
    font-size: 4em;
    margin-bottom: 35px;
  }
  body.clouds-fell .mainbookhede2 {
    font-size: 1.5em;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 530px) {
  body.clouds-fell .mainbookhede {
    font-size: 3.25em;
    margin-bottom: 25px;
  }
  body.clouds-fell .mainbookhede2 {
    font-size: 1em;
  }
  body.clouds-fell #audiosection {
    font-size: 1em;
  }
  body.clouds-fell .audiotext {
    padding-bottom: 15px;
  }
  body.clouds-fell .caption {
    font-size: 70%;
    margin-top: -10px;
  }
}
@media screen and (max-width: 440px) {
  body.clouds-fell .mainbookhede {
    font-size: 2.75em;
    margin-bottom: 15px;
  }
  body.clouds-fell #mybookmobile {
    line-height: 150%;
  }
}
@media screen and (max-width: 400px) {
  body.clouds-fell .mainbookhede {
    font-size: 2.5em;
  }
  body.clouds-fell .caption {
    font-size: 60%;
  }
}
@media screen and (max-width: 320px) {
  body.clouds-fell .mainbookhede {
    font-size: 2em;
    margin-bottom: 10px;
  }
  body.clouds-fell .mainbookhede2 {
    font-size: 0.8em;
    padding-bottom: 5px;
  }
  body.clouds-fell .audiotext {
    padding-bottom: 10px;
  }
  body.clouds-fell #audiosection {
    font-size: 0.8em;
  }
}

/****************** SHaking Up ***********************/
body.shaking-up br {
  display: none;
}
body.shaking-up #shackbanner {
  display: block;
  padding-right: 0;
  max-width: 75px !important;
  margin: 0 auto;
  float: right;
  margin-top: -25px;
}
body.shaking-up #mainstory {
  padding: 5px;
  font-family: 'Fanwood Text', serif;
  font-size: 150%;
  line-height: 165%;
}
body.shaking-up .leadhede {
  font-family: 'Raleway', sans-serif;
  font-size: 120px;
  text-align: center;
  color: #4682B4;
  padding-top: 80px;
  padding-bottom: 80px;
  text-transform: uppercase;
  font-weight: 500;
}
body.shaking-up .leadimage {
  margin: 0 auto !important;
  text-align: center;
}
body.shaking-up #mainstory img {
  padding-top: 0 !important;
  border: 5px solid #4682B4 !important;
}
body.shaking-up .caption {
  font-family: 'Fanwood Text', serif;
  font-size: 90%;
  line-height: 1.5em;
  color: #555;
  font-weight: 400;
  padding-bottom: 5px;
  color: #555;
}
body.shaking-up #explainer {
  font-family: 'Oswald', sans-serif;
  font-size: 125%;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  display: none;
}
body.shaking-up #bylines {
  background-color: #4682B4;
}
body.shaking-up .byline {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  font-size: 90%;
  margin-bottom: 0 !important;
  color: #fff;
}
body.shaking-up .byline2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  font-size: 90%;
  color: #fff;
}
body.shaking-up .dropcap {
  font-family: 'Fanwood Text', serif;
  color: #4682B4;
  font-weight: 700;
  float: left;
  font-size: 800%;
  line-height: 200px;
  padding: 5px;
  margin-right: 10px;
}
body.shaking-up .storyimageleft {
  float: left;
  max-width: 550px;
  margin-right: 25px;
}
body.shaking-up .storyimageright {
  float: right;
  max-width: 550px;
  margin-left: 25px;
}
body.shaking-up .storyimagefull {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 50px;
}
body.shaking-up #backtotop {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px;
  background: #fff;
  text-transform: uppercase;
  font-size: 90%;
}
@media screen and (max-width: 1024px) {
  body.shaking-up .leadhede {
    font-size: 80px;
    text-align: center;
    color: #4682B4;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  body.shaking-up .site-inner .wrap {
    padding-left: 3%;
    padding-right: 3%;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  body.shaking-up .leadhede {
    font-size: 70px;
    text-align: center;
    color: #4682B4;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body.shaking-up #shackbanner {
    max-width: 40px !important;
  }
}
@media screen and (max-width: 680px) {
  body.shaking-up .leadhede {
    font-size: 60px;
    text-align: center;
    color: #4682B4;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body.shaking-up #explainer {
    font-size: 100%;
  }
}
@media screen and (max-width: 580px) {
  body.shaking-up #shackbanner {
    max-width: 35px !important;
  }
}
@media screen and (max-width: 550px) {
  body.shaking-up .leadhede {
    font-size: 46px;
    text-align: center;
    color: #4682B4;
  }
  body.shaking-up .byline {
    font-size: 80%;
  }
  body.shaking-up .byline2 {
    font-size: 80%;
  }
}
@media screen and (max-width: 480px) {
  body.shaking-up #shackbanner {
    max-width: 25px !important;
  }
}
@media screen and (max-width: 450px) {
  body.shaking-up .leadhede {
    font-size: 32px;
    text-align: center;
    color: #4682B4;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  body.shaking-up #shackbanner {
    max-width: 40px !important;
  }
}
@media screen and (max-width: 580px) {
  body.shaking-up #shackbanner {
    max-width: 35px !important;
  }
}
@media screen and (max-width: 480px) {
  body.shaking-up #shackbanner {
    max-width: 25px !important;
  }
}
@media screen and (max-width: 1024px) {
  body.shaking-up .storyimageright, body.shaking-up .storyimageleft {
    max-width: 450px;
  }
  body.shaking-up .storyimagefull {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 950px) {
  body.shaking-up .storyimageright, body.shaking-up .storyimageleft {
    max-width: 350px;
  }
}
@media screen and (max-width: 680px) {
  body.shaking-up .storyimageright, body.shaking-up .storyimageleft {
    float: none;
    max-width: 680px;
    margin-right: 0;
    margin-left: 0;
  }
  body.shaking-up .sectionitem {
    float: none;
    max-width: 680px;
    background-color: #ddd;
    padding: 20px;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
}
body.shaking-up #backtotop {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px;
  background: #fff;
  text-transform: uppercase;
  font-size: 90%;
}
@media screen and (max-width: 480px) {
  body.shaking-up #backtotop {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 8px;
    background: #fff;
    font-size: 0.75em;
    font-size: 70%;
  }
}
@media screen and (max-width: 1024px) {
  body.shaking-up #mainstory {
    font-size: 125%;
    line-height: 155%;
  }
  body.shaking-up .dropcap {
    font-size: 700%;
    line-height: 125px;
  }
}
@media screen and (max-width: 635px) {
  body.shaking-up #mainstory {
    font-size: 115%;
    line-height: 155%;
  }
  body.shaking-up .dropcap {
    font-size: 600%;
    line-height: 90px;
  }
}
@media screen and (max-width: 480px) {
  body.shaking-up #mainstory {
    font-size: 100%;
    line-height: 155%;
  }
  body.shaking-up .dropcap {
    font-size: 500%;
    line-height: 70px;
  }
}
@media screen and (max-width: 380px) {
  body.shaking-up #mainstory {
    font-size: 90%;
    line-height: 155%;
  }
  body.shaking-up .dropcap {
    font-size: 400%;
    line-height: 50px;
  }
}

/**********************************
UnProtected Areas
**************************************/
body.unprotected-areas {
  /* Main */
  /* Images */
}
body.unprotected-areas br {
  display: none;
}
body.unprotected-areas body {
  margin: 0;
  padding: 0;
}
body.unprotected-areas .site-container {
  padding: 0 !important;
}
body.unprotected-areas .parallax-1 {
  background: url("https://www.cambodiadaily.com/cdfiles/wp-content/uploads/2015/07/DSC_0041.jpg") fixed !important;
}
body.unprotected-areas .parallax-2 {
  background: url("https://www.cambodiadaily.com/cdfiles/wp-content/uploads/2015/07/DSC_0034.jpg") fixed !important;
}
body.unprotected-areas .parallax-3 {
  background: url("https://www.cambodiadaily.com/cdfiles/wp-content/uploads/2015/07/DSC_2146.jpg") fixed !important;
}
body.unprotected-areas .leadimage {
  position: relative;
  padding-top: 0;
}
body.unprotected-areas .leadimage img {
  padding-top: 0;
}
body.unprotected-areas .leadhede {
  font-family: 'Alegreya', serif;
  font-size: 600%;
  line-height: 110%;
  position: absolute;
  top: 10%;
  left: 0;
  text-align: left;
  padding-left: 25px;
  padding-bottom: 15px;
  padding-right: 5px;
  font-style: italic;
  background-color: #FFFFFF;
}
body.unprotected-areas .leadsub {
  font-family: 'Alegreya', serif;
  font-size: 225%;
  line-height: 125%;
  position: absolute;
  top: 28%;
  left: 0;
  text-align: left;
  padding-left: 25px;
  padding-bottom: 5px;
  padding-right: 5px;
  background-color: #FFFFFF;
  max-width: 50%;
}
body.unprotected-areas .leadhedep {
  font-family: 'Alegreya', serif;
  font-size: 600%;
  line-height: 110%;
  text-align: left;
  padding-left: 25px;
  padding-bottom: 15px;
  padding-right: 5px;
  font-style: italic;
  background-color: #FFFFFF;
}
body.unprotected-areas .leadsubp {
  font-family: 'Alegreya', serif;
  font-size: 225%;
  line-height: 125%;
  text-align: left;
  padding-left: 25px;
  padding-bottom: 5px;
  padding-right: 5px;
  background-color: #FFFFFF;
  max-width: 50%;
}
body.unprotected-areas .leadsub2 {
  display: none;
}
body.unprotected-areas #mobile {
  display: none;
}
body.unprotected-areas .leadcaption {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 400;
  color: #555555;
  font-size: 110%;
  line-height: 145%;
  padding-left: 5px;
}
body.unprotected-areas .leadcaptionp {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 400;
  padding-top: 5px;
  color: #555555;
  font-size: 110%;
  line-height: 145%;
  padding-left: 5px;
}
body.unprotected-areas .caption {
  text-align: right;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 400;
  color: #555555;
  font-size: 100%;
  line-height: 145%;
}
body.unprotected-areas .bylines {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 150%;
  text-align: center;
  color: #000000;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: 700;
}
body.unprotected-areas .bylinedate {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 150%;
  text-align: center;
  color: #555555;
  font-weight: 300;
  padding-bottom: 10px;
}
body.unprotected-areas #story {
  font-family: 'Alegreya', serif;
  margin: 0 auto;
  padding: 10px;
  max-width: 1200px;
}
body.unprotected-areas #story p {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 150%;
  line-height: 155%;
}
body.unprotected-areas .dropcap {
  float: left;
  font-size: 800%;
  line-height: 150px;
  padding: 5px;
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  body.unprotected-areas .leadhede {
    font-size: 500%;
  }
  body.unprotected-areas .leadsub {
    font-size: 175%;
    top: 30%;
  }
}
@media only screen and (max-width: 900px) {
  body.unprotected-areas #story p {
    font-size: 135%;
  }
}
@media only screen and (max-width: 800px) {
  body.unprotected-areas #desktop {
    display: none;
  }
  body.unprotected-areas #mobile {
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  body.unprotected-areas .leadhede {
    font-size: 400%;
    top: 5%;
  }
  body.unprotected-areas .leadsub {
    font-size: 150%;
    top: 25%;
  }
}
@media only screen and (max-width: 700px) {
  body.unprotected-areas .leadhede {
    font-size: 325%;
    top: 5%;
    padding-bottom: 10px;
  }
  body.unprotected-areas .leadsub {
    font-size: 125%;
    top: 23%;
  }
  body.unprotected-areas .leadcaption {
    font-size: 100%;
  }
  body.unprotected-areas .bylines {
    font-size: 125%;
    line-height: 155%;
    padding-bottom: 0;
    padding-top: 15px;
  }
  body.unprotected-areas .bylinedate {
    font-size: 125%;
    line-height: 155%;
  }
  body.unprotected-areas #story p {
    font-size: 125%;
    line-height: 155%;
  }
  body.unprotected-areas .dropcap {
    line-height: 125px;
  }
}
@media only screen and (max-width: 600px) {
  body.unprotected-areas .leadhede {
    font-size: 275%;
    top: 7%;
    padding-bottom: 5px;
  }
  body.unprotected-areas .leadsub {
    font-size: 115%;
    padding-top: 5px;
  }
  body.unprotected-areas .leadcaption {
    font-size: 90%;
    line-height: 155%;
  }
  body.unprotected-areas .caption {
    font-size: 90%;
    line-height: 155%;
  }
}
@media only screen and (max-width: 525px) {
  body.unprotected-areas .leadsub {
    display: none;
  }
  body.unprotected-areas .leadsub2 {
    font-family: 'Alegreya', serif;
    display: block;
    font-size: 135%;
    line-height: 145%;
    text-align: center;
    margin: 10px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 400;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
}
@media only screen and (max-width: 480px) {
  body.unprotected-areas .leadhede {
    font-size: 250%;
    padding-left: 15px;
  }
  body.unprotected-areas .leadcaption {
    font-size: 80%;
    line-height: 145%;
  }
  body.unprotected-areas .caption {
    font-size: 80%;
    line-height: 145%;
  }
  body.unprotected-areas .leadsub2 {
    font-size: 125%;
  }
  body.unprotected-areas #story {
    margin: 0 auto;
    padding: 10px;
    padding-top: 0;
  }
  body.unprotected-areas .bylines {
    font-size: 100%;
  }
  body.unprotected-areas .bylinedate {
    font-size: 100%;
  }
  body.unprotected-areas .dropcap {
    line-height: 80px;
    font-size: 600%;
  }
  body.unprotected-areas #story p {
    font-size: 100%;
    line-height: 150%;
  }
}
@media only screen and (max-width: 400px) {
  body.unprotected-areas .leadhede {
    font-size: 200%;
    padding-left: 10px;
  }
  body.unprotected-areas .leadsub2 {
    font-size: 120%;
  }
}
body.unprotected-areas .parallax-window {
  min-height: 500px;
  background: transparent;
}
body.unprotected-areas .storyimageright {
  max-width: 600px;
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}
body.unprotected-areas .storyimageleft {
  max-width: 600px;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
body.unprotected-areas .storyimageleft .caption {
  text-align: left;
}
body.unprotected-areas .storyimagebig {
  max-width: 1200px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  body.unprotected-areas .storyimageright, body.unprotected-areas .storyimageleft {
    max-width: 400px;
  }
}
@media only screen and (max-width: 800px) {
  body.unprotected-areas .storyimageright {
    max-width: 800px;
    float: none;
    margin-left: 0;
  }
  body.unprotected-areas .storyimageright .caption {
    text-align: left;
  }
  body.unprotected-areas .storyimageleft {
    max-width: 800px;
    float: none;
    margin-right: 0;
  }
}
body.unprotected-areas #rubberfooter {
  padding-bottom: 25px;
}
body.unprotected-areas #details {
  text-align: right;
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-weight: 700;
}
body.unprotected-areas .address {
  font-size: 80%;
  padding-right: 5px;
}
body.unprotected-areas .specialshare {
  font-size: 70%;
}
body.unprotected-areas .specialshare .facebooksmall {
  background: #FFFFFF;
  color: #3b5999;
  padding: 5px;
}
body.unprotected-areas .specialshare .twittersmall {
  background: #FFFFFF;
  color: #55acee;
  padding: 5px;
}
body.unprotected-areas .specialshare .lineitsmall {
  background: #FFFFFF;
  color: #379e00;
  padding: 5px;
}
body.unprotected-areas .specialshare .emailsmall {
  background: #FFFFFF;
  color: #555555;
  padding: 5px;
  padding-right: 10px;
}
@media only screen and (max-width: 480px) {
  body.unprotected-areas .address {
    font-size: 70%;
  }
  body.unprotected-areas .specialshare {
    font-size: 60%;
  }
  body.unprotected-areas .specialshare .facebooksmall {
    padding: 3px;
  }
  body.unprotected-areas .specialshare .twittersmall {
    padding: 3px;
  }
  body.unprotected-areas .specialshare .lineitsmall {
    padding: 3px;
  }
  body.unprotected-areas .specialshare .emailsmall {
    padding: 3px;
    padding-right: 10px;
  }
}

/******************************
Cycle of Rice
*******************************/
body.cycle-of-rice {
  margin: 0;
  padding: 0;
  background-color: #edece7;
  /* Main */
  /* Share */
  /* Images */
  /* Slides */
  /* Subhead */
  /* Story */
  /* Video */
}
body.cycle-of-rice ::selection {
  background: #009F6B;
  color: #edece7;
  text-shadow: none;
  /* WebKit/Blink Browsers */
}
body.cycle-of-rice ::-moz-selection {
  background: #009F6B;
  color: #edece7;
  text-shadow: none;
  /* Gecko Browsers */
}
body.cycle-of-rice br {
  display: none;
}
body.cycle-of-rice .site-container {
  padding: 0;
}
body.cycle-of-rice .entry-content {
  background-color: #edece7;
}
body.cycle-of-rice .site-footer {
  background-color: #edece7;
}
body.cycle-of-rice .header {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 200;
  text-align: center;
  font-size: 550%;
  margin-top: 55px;
  line-height: 0;
}
body.cycle-of-rice .header span {
  border-bottom: 2px solid #009f6b;
  padding-bottom: 15px;
}
body.cycle-of-rice .tag {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 200;
  text-align: center;
  padding-top: 80px;
  font-size: 250%;
  margin-bottom: 40px;
  color: #777777;
}
@media only screen and (max-width: 800px) {
  body.cycle-of-rice header {
    font-size: 90%;
  }
  body.cycle-of-rice .site-container {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  body.cycle-of-rice header {
    font-size: 80%;
  }
  body.cycle-of-rice .header {
    margin-top: 45px;
  }
  body.cycle-of-rice .tag {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 548px) {
  body.cycle-of-rice .header {
    font-size: 450%;
  }
}
@media only screen and (max-width: 500px) {
  body.cycle-of-rice header {
    font-size: 70%;
  }
  body.cycle-of-rice .tag {
    padding-top: 65px;
  }
}
@media only screen and (max-width: 480px) {
  body.cycle-of-rice .header {
    margin-top: 30px;
  }
  body.cycle-of-rice header {
    font-size: 60%;
  }
  body.cycle-of-rice .tag {
    padding-top: 55px;
  }
  body.cycle-of-rice .header span {
    border-bottom: 1px solid #009f6b;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 400px) {
  body.cycle-of-rice header {
    font-size: 50%;
  }
  body.cycle-of-rice .tag {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 350px) {
  body.cycle-of-rice .header {
    margin-top: 25px;
  }
  body.cycle-of-rice header {
    font-size: 40%;
  }
  body.cycle-of-rice .tag {
    padding-top: 40px;
  }
}
body.cycle-of-rice #share {
  text-align: right;
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-weight: 700;
  padding-top: 5px;
}
body.cycle-of-rice .specialshare {
  font-size: 70%;
}
body.cycle-of-rice .address {
  font-size: 80%;
  padding-right: 5px;
}
body.cycle-of-rice .specialshare .facebooksmall {
  background-color: #edece7;
  color: #3b5999;
  padding: 5px;
}
body.cycle-of-rice .specialshare .twittersmall {
  background-color: #edece7;
  color: #55acee;
  padding: 5px;
}
body.cycle-of-rice .specialshare .lineitsmall {
  background-color: #edece7;
  color: #379e00;
  padding: 5px;
}
body.cycle-of-rice .specialshare .emailsmall {
  background-color: #edece7;
  color: #555555;
  padding: 5px;
  padding-right: 10px;
}
@media only screen and (max-width: 480px) {
  body.cycle-of-rice .address {
    font-size: 70%;
  }
  body.cycle-of-rice .specialshare {
    font-size: 60%;
  }
  body.cycle-of-rice .specialshare .facebooksmall {
    padding: 3px;
  }
  body.cycle-of-rice .specialshare .twittersmall {
    padding: 3px;
  }
  body.cycle-of-rice .specialshare .lineitsmall {
    padding: 3px;
  }
  body.cycle-of-rice .specialshare .emailsmall {
    padding: 3px;
    padding-right: 10px;
  }
}
body.cycle-of-rice .storyimageright {
  max-width: 600px;
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}
body.cycle-of-rice .storyimageleft {
  max-width: 600px;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
body.cycle-of-rice .storyimageleft .caption {
  text-align: left;
}
body.cycle-of-rice .storyimagebig {
  max-width: 1200px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  body.cycle-of-rice .storyimageright, body.cycle-of-rice .storyimageleft {
    max-width: 400px;
  }
}
@media only screen and (max-width: 800px) {
  body.cycle-of-rice .storyimageright {
    max-width: 800px;
    float: none;
    margin-left: 0;
  }
  body.cycle-of-rice .storyimageright .caption {
    text-align: left;
  }
  body.cycle-of-rice .storyimageleft {
    max-width: 800px;
    float: none;
    margin-right: 0;
  }
}
body.cycle-of-rice #slides {
  padding: 10px;
  text-align: center;
}
body.cycle-of-rice #toggle {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  padding-bottom: 15px;
  padding-top: 0;
  color: #009f6b;
  font-size: 500%;
}
body.cycle-of-rice #previous {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 70%;
  padding-top: 0;
  display: inline-block;
  padding-right: 20px;
  float: none;
}
body.cycle-of-rice #next {
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 70%;
  padding-top: 0;
  display: inline-block;
  padding-left: 20px;
  float: none;
}
body.cycle-of-rice #slides img {
  padding-top: 0 !important;
  border: 2px solid #009f6b;
}
@media screen and (max-width: 800px) {
  body.cycle-of-rice #slides img {
    padding-top: 0;
  }
  body.cycle-of-rice #slides {
    padding-bottom: 0;
  }
  body.cycle-of-rice #toggle {
    padding-right: 0;
    padding-top: 0;
  }
}
body.cycle-of-rice .span_10_of_10 {
  width: 100%;
}
body.cycle-of-rice .span_9_of_10 {
  width: 100%;
}
body.cycle-of-rice .span_8_of_10 {
  width: 100%;
}
body.cycle-of-rice .span_7_of_10 {
  width: 100%;
}
body.cycle-of-rice .span_6_of_10 {
  width: 100%;
}
body.cycle-of-rice .span_5_of_10 {
  width: 100%;
}
body.cycle-of-rice .span_4_of_10 {
  width: 100%;
}
body.cycle-of-rice .span_3_of_10 {
  width: 100%;
}
body.cycle-of-rice .span_2_of_10 {
  width: 100%;
}
body.cycle-of-rice .span_1_of_10 {
  width: 100%;
}
body.cycle-of-rice .span_8_of_8 {
  width: 100%;
}
body.cycle-of-rice .span_7_of_8 {
  width: 100%;
}
body.cycle-of-rice .span_6_of_8 {
  width: 100%;
}
body.cycle-of-rice .span_5_of_8 {
  width: 100%;
}
body.cycle-of-rice .span_4_of_8 {
  width: 100%;
}
body.cycle-of-rice .span_3_of_8 {
  width: 100%;
}
body.cycle-of-rice .span_2_of_8 {
  width: 100%;
}
body.cycle-of-rice .span_1_of_8 {
  width: 100%;
}
body.cycle-of-rice .span_6_of_6 {
  width: 100%;
}
body.cycle-of-rice .span_5_of_6 {
  width: 100%;
}
body.cycle-of-rice .span_4_of_6 {
  width: 100%;
}
body.cycle-of-rice .span_3_of_6 {
  width: 100%;
}
body.cycle-of-rice .span_2_of_6 {
  width: 100%;
}
body.cycle-of-rice .span_1_of_6 {
  width: 100%;
}
body.cycle-of-rice .span_5_of_5 {
  width: 100%;
}
body.cycle-of-rice .span_4_of_5 {
  width: 100%;
}
body.cycle-of-rice .span_3_of_5 {
  width: 100%;
}
body.cycle-of-rice .span_2_of_5 {
  width: 100%;
}
body.cycle-of-rice .span_1_of_5 {
  width: 100%;
}
body.cycle-of-rice .span_2_of_2 {
  width: 100%;
}
body.cycle-of-rice .span_1_of_2 {
  width: 100%;
}
@media screen and (max-width: 600px) {
  body.cycle-of-rice #slides {
    padding-top: 0;
  }
  body.cycle-of-rice #toggle {
    padding-top: 0;
    font-size: 350%;
  }
}
@media screen and (max-width: 480px) {
  body.cycle-of-rice #slides img {
    padding-top: 0.25em;
  }
  body.cycle-of-rice #toggle {
    font-size: 300%;
  }
  body.cycle-of-rice #slides {
    padding-top: 0;
    margin-top: -15px;
  }
  body.cycle-of-rice #slides img {
    border: 1px solid #009f6b;
  }
}
body.cycle-of-rice .subhead {
  font-family: 'Source Serif Pro', serif;
  max-width: 900px;
  font-weight: 200;
  margin: 0 auto;
  padding: 10px;
  font-size: 125%;
  line-height: 155%;
  font-style: italic;
  background-color: #009f6b;
  color: #edece7;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  body.cycle-of-rice .subhead {
    font-size: 100%;
  }
}
@media only screen and (max-width: 480px) {
  body.cycle-of-rice .subhead {
    font-size: 90%;
    margin-top: 10px;
  }
}
body.cycle-of-rice .main-story {
  padding: 10px;
}
body.cycle-of-rice .main-story p {
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Source Serif Pro', serif;
  margin-bottom: 20px;
  font-size: 125%;
  line-height: 155%;
}
body.cycle-of-rice .dropcap {
  font-family: 'Source Sans Pro', sans-serif;
  float: left;
  font-weight: 200;
  font-size: 800%;
  line-height: 105px;
  padding: 5px;
  margin-right: 10px;
  color: #009F6B;
}
body.cycle-of-rice .bylines {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 150%;
  text-align: center;
  color: #000000;
  padding-top: 5px;
  padding-bottom: 10px;
  font-weight: 700;
}
body.cycle-of-rice .bylinedate {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 125%;
  text-align: center;
  color: #555555;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 20px;
}
body.cycle-of-rice .dateline {
  font-family: 'Source Sans Pro', sans-serif !important;
  text-transform: uppercase;
  font-size: 90%;
  font-weight: 400;
}
body.cycle-of-rice .fin {
  text-align: center;
  font-size: 200%;
}
body.cycle-of-rice #ricefooter {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 25px;
  max-width: 900px;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 600px) {
  body.cycle-of-rice .main-story {
    font-size: 90%;
  }
  body.cycle-of-rice .bylines {
    font-size: 125%;
    line-height: 125%;
    padding-bottom: 5px;
  }
  body.cycle-of-rice .bylinedate {
    font-size: 110%;
    line-height: 125%;
  }
}
@media only screen and (max-width: 480px) {
  body.cycle-of-rice .main-story {
    font-size: 80%;
  }
  body.cycle-of-rice .bylines {
    font-size: 100%;
    line-height: 115%;
  }
  body.cycle-of-rice .bylinedate {
    font-size: 90%;
    line-height: 125%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
body.cycle-of-rice .video {
  padding-top: 20px;
  padding-bottom: 40px;
  margin: 0 auto;
  max-width: 800px;
}
body.cycle-of-rice .video .video-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
body.cycle-of-rice .video .video-container iframe,
body.cycle-of-rice .video .video-container object,
body.cycle-of-rice .video .video-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/****** Cycle of Rice 2 *****/
body.cycle-of-rice-2 {
  background-color: #edece7;
  /* Main */
  /* Share */
  /* Images */
  /* Slides */
  /* Subhead */
  /* Story */
  /* Video */
}
body.cycle-of-rice-2 ::selection {
  background: #FFA600;
  color: #edece7;
  text-shadow: none;
  /* WebKit/Blink Browsers */
}
body.cycle-of-rice-2 ::-moz-selection {
  background: #FFA600;
  color: #edece7;
  text-shadow: none;
  /* Gecko Browsers */
}
body.cycle-of-rice-2 .site-container {
  padding: 0;
}
body.cycle-of-rice-2 .entry-content {
  background-color: #edece7;
}
body.cycle-of-rice-2 .site-footer {
  background-color: #edece7;
}
body.cycle-of-rice-2 br {
  display: none;
}
body.cycle-of-rice-2 body {
  margin: 0;
  padding: 0;
  background-color: #edece7;
}
body.cycle-of-rice-2 .header {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 200;
  text-align: center;
  font-size: 550%;
  margin-top: 0;
}
body.cycle-of-rice-2 .header span {
  border-bottom: 2px solid #FFA600;
  padding-bottom: 15px;
}
body.cycle-of-rice-2 .tag {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 200;
  text-align: center;
  padding-top: 20px;
  font-size: 250%;
  margin-bottom: 40px;
  color: #777777;
}
@media only screen and (max-width: 800px) {
  body.cycle-of-rice-2 header {
    font-size: 90%;
  }
  body.cycle-of-rice-2 .span_10_of_10 {
    width: 100%;
  }
  body.cycle-of-rice-2 .span_9_of_10 {
    width: 100%;
  }
  body.cycle-of-rice-2 .span_8_of_10 {
    width: 100%;
  }
  body.cycle-of-rice-2 .span_7_of_10 {
    width: 100%;
  }
  body.cycle-of-rice-2 .span_6_of_10 {
    width: 100%;
  }
  body.cycle-of-rice-2 .span_5_of_10 {
    width: 100%;
  }
  body.cycle-of-rice-2 .span_4_of_10 {
    width: 100%;
  }
  body.cycle-of-rice-2 .span_3_of_10 {
    width: 100%;
  }
  body.cycle-of-rice-2 .span_2_of_10 {
    width: 100%;
  }
  body.cycle-of-rice-2 .span_1_of_10 {
    width: 100%;
  }
  body.cycle-of-rice-2 .span_8_of_8 {
    width: 100%;
  }
  body.cycle-of-rice-2 .span_7_of_8 {
    width: 100%;
  }
  body.cycle-of-rice-2 .span_6_of_8 {
    width: 100%;
  }
  body.cycle-of-rice-2 .span_5_of_8 {
    width: 100%;
  }
  body.cycle-of-rice-2 .span_4_of_8 {
    width: 100%;
  }
  body.cycle-of-rice-2 .span_3_of_8 {
    width: 100%;
  }
  body.cycle-of-rice-2 .span_2_of_8 {
    width: 100%;
  }
  body.cycle-of-rice-2 .span_1_of_8 {
    width: 100%;
  }
  body.cycle-of-rice-2 .span_6_of_6 {
    width: 100%;
  }
  body.cycle-of-rice-2 .span_5_of_6 {
    width: 100%;
  }
  body.cycle-of-rice-2 .span_4_of_6 {
    width: 100%;
  }
  body.cycle-of-rice-2 .span_3_of_6 {
    width: 100%;
  }
  body.cycle-of-rice-2 .span_2_of_6 {
    width: 100%;
  }
  body.cycle-of-rice-2 .span_1_of_6 {
    width: 100%;
  }
  body.cycle-of-rice-2 .span_5_of_5 {
    width: 100%;
  }
  body.cycle-of-rice-2 .span_4_of_5 {
    width: 100%;
  }
  body.cycle-of-rice-2 .span_3_of_5 {
    width: 100%;
  }
  body.cycle-of-rice-2 .span_2_of_5 {
    width: 100%;
  }
  body.cycle-of-rice-2 .span_1_of_5 {
    width: 100%;
  }
  body.cycle-of-rice-2 .span_2_of_2 {
    width: 100%;
  }
  body.cycle-of-rice-2 .span_1_of_2 {
    width: 100%;
  }
}
@media only screen and (max-width: 610px) {
  body.cycle-of-rice-2 .header {
    font-size: 450% !important;
  }
}
@media only screen and (max-width: 600px) {
  body.cycle-of-rice-2 header {
    font-size: 80%;
  }
  body.cycle-of-rice-2 .header {
    margin-top: 5px;
  }
  body.cycle-of-rice-2 .tag {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 500px) {
  body.cycle-of-rice-2 header {
    font-size: 70%;
  }
  body.cycle-of-rice-2 .tag {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 480px) {
  body.cycle-of-rice-2 .header {
    margin-top: 5px;
  }
  body.cycle-of-rice-2 header {
    font-size: 60%;
  }
  body.cycle-of-rice-2 .tag {
    padding-top: 25px;
  }
  body.cycle-of-rice-2 .header span {
    border-bottom: 1px solid #FFA600;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 400px) {
  body.cycle-of-rice-2 header {
    font-size: 50%;
  }
  body.cycle-of-rice-2 .tag {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 350px) {
  body.cycle-of-rice-2 .header {
    margin-top: 5px;
  }
  body.cycle-of-rice-2 header {
    font-size: 40%;
  }
  body.cycle-of-rice-2 .tag {
    padding-top: 25px;
  }
}
body.cycle-of-rice-2 #share {
  text-align: right;
  font-family: "PT Sans",Arial,Helvetica,sans-serif;
  font-weight: 700;
  padding-top: 5px;
}
body.cycle-of-rice-2 .specialshare {
  font-size: 70%;
}
body.cycle-of-rice-2 .address {
  font-size: 80%;
  padding-right: 5px;
}
body.cycle-of-rice-2 .specialshare .facebooksmall {
  background-color: #edece7;
  color: #3b5999;
  padding: 5px;
}
body.cycle-of-rice-2 .specialshare .twittersmall {
  background-color: #edece7;
  color: #55acee;
  padding: 5px;
}
body.cycle-of-rice-2 .specialshare .lineitsmall {
  background-color: #edece7;
  color: #379e00;
  padding: 5px;
}
body.cycle-of-rice-2 .specialshare .emailsmall {
  background-color: #edece7;
  color: #555555;
  padding: 5px;
  padding-right: 10px;
}
@media only screen and (max-width: 480px) {
  body.cycle-of-rice-2 .address {
    font-size: 70%;
  }
  body.cycle-of-rice-2 .specialshare {
    font-size: 60%;
  }
  body.cycle-of-rice-2 .specialshare .facebooksmall {
    padding: 3px;
  }
  body.cycle-of-rice-2 .specialshare .twittersmall {
    padding: 3px;
  }
  body.cycle-of-rice-2 .specialshare .lineitsmall {
    padding: 3px;
  }
  body.cycle-of-rice-2 .specialshare .emailsmall {
    padding: 3px;
    padding-right: 10px;
  }
}
body.cycle-of-rice-2 .storyimageright {
  max-width: 600px;
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}
body.cycle-of-rice-2 .storyimageleft {
  max-width: 600px;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
body.cycle-of-rice-2 .storyimageleft .caption {
  text-align: left;
}
body.cycle-of-rice-2 .storyimagebig {
  max-width: 1200px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  body.cycle-of-rice-2 .storyimageright, body.cycle-of-rice-2 .storyimageleft {
    max-width: 400px;
  }
}
@media only screen and (max-width: 800px) {
  body.cycle-of-rice-2 .storyimageright {
    max-width: 800px;
    float: none;
    margin-left: 0;
  }
  body.cycle-of-rice-2 .storyimageright .caption {
    text-align: left;
  }
  body.cycle-of-rice-2 .storyimageleft {
    max-width: 800px;
    float: none;
    margin-right: 0;
  }
}
body.cycle-of-rice-2 #slides {
  padding: 10px;
  text-align: center;
}
body.cycle-of-rice-2 #toggle {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  padding-bottom: 15px;
  padding-top: 0;
  color: #FFA600;
  font-size: 500%;
}
body.cycle-of-rice-2 #previous {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 70%;
  padding-top: 0;
  display: inline-block;
  padding-right: 20px;
  float: none;
}
body.cycle-of-rice-2 #next {
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 70%;
  padding-top: 0;
  display: inline-block;
  padding-left: 20px;
  float: none;
}
body.cycle-of-rice-2 #slides img {
  padding-top: 0 !important;
  border: 2px solid #FFA600;
}
@media screen and (max-width: 800px) {
  body.cycle-of-rice-2 #slides img {
    padding-top: 0;
  }
  body.cycle-of-rice-2 #slides {
    padding-bottom: 0;
  }
  body.cycle-of-rice-2 #toggle {
    padding-right: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  body.cycle-of-rice-2 #slides {
    padding-top: 0;
  }
  body.cycle-of-rice-2 #toggle {
    padding-top: 0;
    font-size: 350%;
  }
}
@media screen and (max-width: 480px) {
  body.cycle-of-rice-2 #slides img {
    padding-top: 0.25em;
  }
  body.cycle-of-rice-2 #toggle {
    font-size: 300%;
  }
  body.cycle-of-rice-2 #slides {
    padding-top: 0;
    margin-top: -15px;
  }
  body.cycle-of-rice-2 #slides img {
    border: 1px solid #FFA600;
  }
}
body.cycle-of-rice-2 .subhead {
  font-family: 'Source Serif Pro', serif;
  max-width: 900px;
  font-weight: 200;
  margin: 0 auto;
  padding: 10px;
  font-size: 125%;
  line-height: 155%;
  font-style: italic;
  background-color: #FFA600;
  color: #edece7;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  body.cycle-of-rice-2 .subhead {
    font-size: 100%;
  }
}
@media only screen and (max-width: 480px) {
  body.cycle-of-rice-2 .subhead {
    font-size: 90%;
    margin-top: 10px;
  }
}
body.cycle-of-rice-2 .main-story {
  padding: 10px;
}
body.cycle-of-rice-2 .main-story p {
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Source Serif Pro', serif;
  margin-bottom: 20px;
  font-size: 125%;
  line-height: 155%;
}
body.cycle-of-rice-2 .dropcap {
  font-family: 'Source Sans Pro', sans-serif;
  float: left;
  font-weight: 200;
  font-size: 800%;
  line-height: 105px;
  padding: 5px;
  margin-right: 10px;
  color: #FFA600;
}
body.cycle-of-rice-2 .bylines {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 150%;
  text-align: center;
  color: #000000;
  padding-top: 5px;
  padding-bottom: 10px;
  font-weight: 700;
}
body.cycle-of-rice-2 .bylinedate {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 125%;
  text-align: center;
  color: #555555;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 20px;
}
body.cycle-of-rice-2 .dateline {
  font-family: 'Source Sans Pro', sans-serif !important;
  text-transform: uppercase;
  font-size: 90%;
  font-weight: 400;
}
body.cycle-of-rice-2 .fin {
  text-align: center;
  font-size: 200%;
}
body.cycle-of-rice-2 #ricefooter {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 25px;
  max-width: 900px;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 600px) {
  body.cycle-of-rice-2 .main-story {
    font-size: 90%;
  }
  body.cycle-of-rice-2 .bylines {
    font-size: 125%;
    line-height: 125%;
    padding-bottom: 5px;
  }
  body.cycle-of-rice-2 .bylinedate {
    font-size: 110%;
    line-height: 125%;
  }
}
@media only screen and (max-width: 480px) {
  body.cycle-of-rice-2 .main-story {
    font-size: 80%;
  }
  body.cycle-of-rice-2 .bylines {
    font-size: 100%;
    line-height: 115%;
  }
  body.cycle-of-rice-2 .bylinedate {
    font-size: 90%;
    line-height: 125%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
body.cycle-of-rice-2 .video {
  padding-top: 20px;
  padding-bottom: 40px;
  margin: 0 auto;
  max-width: 800px;
}

@media only screen and (max-width: 1036px) {
  .sidebar-content-sidebar .content-sidebar-wrap {
    width: 900px;
  }

  .sidebar-content-sidebar .content {
    width: 620px;
  }
}
@media only screen and (max-width: 1024px) {
  .sidebar-content-sidebar .content-sidebar-wrap {
    width: 830px;
  }

  .sidebar-content-sidebar .content {
    width: 570px;
  }

  .leaky_paywall_subscription_options .leaky_paywall_subscription_option {
    width: 24.5%;
  }

  .wrap {
    padding-left: 1%;
    padding-right: 1%;
  }

  .site-inner {
    padding-left: 2%;
    padding-right: 2%;
  }

  .site-header .wrap {
    padding: 20px 3% 0 !important;
  }

  .content-sidebar .content {
    width: 680px;
  }

  body:not(.home) .title-area {
    margin-left: 30px;
  }

  body.home .weekend .left-post {
    width: 58%;
  }

  body.logged-in {
    margin-top: 35px;
  }

  .main-content .main-right {
    margin-left: 0;
  }

  .secondarycontent .secondary-right {
    margin-left: 0;
  }

  .featured-stories .entry {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 1016px) {
  .main-content .main-mid {
    width: 48%;
  }

  .secondarycontent .secondary-left {
    width: 57%;
  }

  .weekend .left-post {
    width: 58%;
  }

  .featured-stories .entry {
    width: 30.5%;
  }

  .sidebar-content-sidebar .content-sidebar-wrap {
    width: 790px;
  }

  .sidebar-content-sidebar .content {
    width: 510px;
  }
}
@media only screen and (max-width: 996px) {
  .sidebar-content-sidebar .content-sidebar-wrap {
    /* width: 830px; */
  }

  .sidebar-content-sidebar .content {
    /* width: 600px; */
  }

  body:not(.home) .title-area {
    width: 400px;
  }
}
@media only screen and (max-width: 971px) {
  .sidebar-content-sidebar .content-sidebar-wrap {
    width: 770px;
  }
}
@media only screen and (max-width: 963px) {
  body:not(.home) .title-area {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 960px) {
  .sidebar-content-sidebar .content-sidebar-wrap {
    width: 740px;
  }

  .sidebar-content-sidebar .content {
    width: 500px;
  }

  body:not(.home) .title-area {
    width: 340px;
    margin-left: 40px;
  }

  .main-content .main-mid {
    width: 47%;
  }

  .secondarycontent .secondary-left {
    width: 54%;
  }

  .weekend .left-post {
    width: 58%;
  }

  .featured-stories .entry {
    width: 30%;
  }

  .site-footer {
    max-width: 90%;
    margin: 0 auto;
  }

  .content-sidebar .content {
    width: 630px;
  }

  body.error404 .entry-content .search-form input[type=submit] {
    margin: 20px;
  }

  .secondarycontent .secondary-right {
    width: 22.5%;
    margin-left: 0;
  }

  body:not(.home) #search {
    margin-top: 10px;
  }

  .site-header .widget-area {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 917px) {
  .sidebar-content-sidebar .content-sidebar-wrap {
    width: 710px;
  }

  .sidebar-content-sidebar .content {
    width: 460px;
  }

  body:not(.home) .title-area {
    width: 320px;
    margin-left: 30px;
  }

  .content-sidebar .content {
    width: 610px;
  }
}
@media only screen and (max-width: 900px) {
  .content-sidebar .content {
    width: 550px;
  }

  body:not(.home) #search {
    width: 200px;
  }

  .site-header .widget-area {
    width: 200px;
  }

  body:not(.home) .title-area {
    width: 330px;
  }
}
@media only screen and (max-width: 886px) {
  .sidebar-content-sidebar .content-sidebar-wrap {
    width: 680px;
  }

  .sidebar-content-sidebar .content {
    width: 430px;
  }
}
@media only screen and (max-width: 852px) {
  .sidebar-content-sidebar .content-sidebar-wrap {
    width: 660px;
  }

  .sidebar-content-sidebar .content {
    width: 410px;
  }
}
@media only screen and (max-width: 830px) {
  .sidebar-content-sidebar .content-sidebar-wrap {
    width: 630px;
  }

  .sidebar-content-sidebar .content {
    width: 390px;
  }

  body:not(.home) .title-area {
    width: 300px;
  }
}
@media only screen and (max-width: 820px) {
  .content-sidebar .content {
    width: 480px;
  }
}
@media only screen and (max-width: 800px) {
  body.home .site-inner .wrap {
    border-top: 1px solid #ddd;
  }

  .site-inner .wrap {
    border-top: none;
  }

  body:not(home) .wrap {
    padding-left: 1%;
    padding-right: 1%;
    max-width: 100% !important;
  }

  body:not(home) .site-inner {
    padding-left: 3%;
    padding-right: 3%;
    max-width: 100% !important;
  }

  #jobs {
    margin-top: 1.1em;
    margin-bottom: 1.1em;
    padding-bottom: .75em;
    padding-top: .75em;
  }

  body:not(.home) #search {
    width: 90%;
    margin: 0 auto 15px;
    float: none;
    border-left: 0;
    border-right: 0;
  }

  body:not(.home) .title-area {
    width: 90%;
    float: none;
    margin: 0 auto;
  }

  .site-header .widget-area {
    width: 90%;
    margin: 0 auto;
    float: none;
  }

  .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content, .sidebar-content-sidebar .sidebar-primary, .sidebar-secondary, .content-sidebar .content, .content-sidebar .sidebar-primary {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  .single-post .entry {
    border: none;
    padding: 0;
  }

  .main-content .main-right,
  .weekend .left-post, .home .weekend .right-post {
    width: 100%;
    float: none;
    border-right: 0;
    margin-left: 0;
    padding: 0;
    clear: both;
  }

  .main-content .main-right, .secondarycontent .secondary-right, .weekend .right-post {
    border-bottom: 0;
  }

  .main-content .main-mid {
    width: 51%;
    border-right: 0;
    padding-right: 0;
  }

  .main-content .main-left {
    width: 45%;
  }

  .secondarycontent .secondary-mid {
    width: 43%;
    border-right: 0;
    padding-right: 0;
  }

  .secondarycontent .secondary-right {
    width: 43%;
  }

  .home .secondary-mid article:last-child .home-featured-post-title, .home .secondary-right article:last-child .home-featured-post-title {
    border-bottom: 0;
  }

  .secondary-left, .secondary-mid, .weekend .left-post, .home .weekend .right-post {
    margin-bottom: 20px;
  }

  .featured-stories .entry {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-left: 0;
  }
  .featured-stories .entry:last-child {
    border-bottom: 0;
  }

  .social-links {
    width: 40%;
  }

  #socialsmallmobile {
    display: block;
    padding-top: 10px;
  }

  .sidebar-secondary {
    display: none;
  }

  .content-sidebar .entry {
    border-right: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .entry-header .entry-meta {
    margin-bottom: 5px;
  }

  .single-post .entry-title {
    margin-bottom: 0;
  }

  #navfront1, #navfront2, #navfront3, #navfront4, #navfront5 {
    display: inline-block;
    margin-right: 5px;
    border-right: 1px solid #ddd;
    padding-bottom: 0;
    padding-right: 5px;
    line-height: 1;
  }

  #navfront5 {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }

  #frontpagelabel img {
    display: none;
  }

  #frontpagelabel a {
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.25em;
  }

  .archive .content, .blog .content {
    width: 100%;
    float: none;
  }

  body.jobs .content, body.search-results .content {
    width: 100% !important;
  }
  body.jobs .sidebar, body.search-results .sidebar {
    width: 100%;
  }

  .home .author, .home .pipe-sign {
    display: none;
  }

  .home .home-featured-post-title {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .responsive-menu-icon::before {
    border-left: 0;
    border-right: 0;
    text-align: center;
  }

  .footer-banner {
    font-size: 14px;
  }

  .site-footer .wrap {
    font-size: 70%;
  }

  body.home .weekend .left-post {
    border-bottom: transparent;
    width: 100%;
  }

  body.home .weekend .featured-header .author {
    display: none;
  }

  body.home .weekend .home-featured-post-title {
    margin-bottom: 10px;
  }

  .genesis-nav-menu .menu-item-red a {
    color: #CD1713 !important;
  }

  body:not(.home) #search {
    padding: 6px 8px 8px;
  }

  .home .entry .entry-title:hover, .home .home-featured-post-title:hover {
    color: #555 !important;
  }

  body.jobs .datecats {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
  }
  body.jobs .entry-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 125%;
    padding: 0px;
    color: #000;
    line-height: 125%;
    font-weight: 700;
    padding-top: 0.25em;
    margin-top: 0;
    margin-bottom: 0;
  }
  body.jobs .entry {
    border-left: transparent;
    padding-left: 0;
  }
  body.jobs .entry .entry-content p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    padding: 0px;
    color: #000;
    line-height: 125%;
    font-weight: 100;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  body.jobs .entry-header .entry-meta {
    margin-bottom: 0;
  }
  body.jobs .archive-title {
    font-size: 125%;
    border-bottom: transparent;
    margin-bottom: .5em;
  }

  body.blank-page-no-header-no-footer .site-container {
    padding: 25px !important;
    margin-bottom: 0;
  }

  body.category-jobs .content {
    width: 79.6%;
  }

  #socialjobs {
    font-size: 80%;
  }

  #centeradvertiement {
    padding-top: 5px;
  }

  .archive .content {
    width: 100%;
  }

  .fixed-widget {
    position: fixed;
    width: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99999;
  }

  .admin-bar .fixed-widget {
    top: 32px;
  }

  #googlelink {
    margin-bottom: 1.5em;
  }

  body.search-results .content {
    width: 100%;
  }

  .home .secondary-left .home-featured-post .featured-post-image {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #mid-three-advertisement, #mid-two-advertisement {
    padding-top: 13px;
    padding-bottom: 5px;
  }

  #centeradvertisement {
    padding-top: 0px;
    padding-bottom: 8px;
  }

  .secondarycontent .secondary-mid {
    width: 42%;
  }
}
@media only screen and (max-width: 710px) {
  body.nita #specialcontent, body.sophea #specialcontent {
    margin-top: 0;
  }
}
@media only screen and (max-width: 610px) {
  .blog #archivedrop select {
    width: 45%;
    padding: 0;
  }

  .leaky_paywall_subscription_options .leaky_paywall_subscription_option {
    width: 25%;
  }
}
@media only screen and (max-width: 600px) {
  .leaky_paywall_subscription_options .leaky_paywall_subscription_option {
    width: 100%;
    border-left: 0 !important;
    border-top: 1px solid #ddd;
    border-right: 0 !important;
  }

  .leaky_paywall_subscription_options {
    border-top: 0;
  }

  #loginform .input, .prepaid-code-redemption input[type="text"] {
    width: 90%;
  }

  .leaky_paywall_subscription_options .leaky_paywall_subscription_option h3 {
    border-top: 0;
  }

  #issuem-leaky-paywall-articles-remaining-nag {
    display: none;
  }

  .secondarycontent .secondary-left, .secondarycontent .secondary-mid, .secondarycontent .secondary-right,
  .main-content .main-left, .main-content .main-mid {
    width: 100%;
    float: none;
    border-right: 0;
    padding-right: 0;
    margin-left: 0;
    border-bottom: 1px solid #ddd;
  }

  .secondarycontent .secondary-right {
    border-bottom: 0;
  }

  #centeradvertiement {
    padding-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .social-links {
    width: 100%;
  }

  .footer-banner {
    font-size: 10px !important;
    padding: 0;
  }

  .close-button:after {
    top: 0px;
    font-size: 15px;
  }

  .site-footer .wrap {
    font-size: 60% !important;
  }

  .blog #archivedrop select {
    width: 65%;
  }

  body.blank-page-no-header-no-footer .site-container {
    padding: 25px 0 !important;
  }
}
@media only screen and (max-width: 341px) {
  #navfront5 {
    padding-top: 10px;
  }
}
@media screen and (max-width: 1067px) {
  .breakingtext {
    width: 78.6%;
  }
}
@media screen and (max-width: 800px) {
  .breakingtext {
    width: 100% !important;
    float: none;
    border-top: 0;
    text-align: center;
  }

  .breakingtitle {
    padding: 5px 0;
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
