/*
Theme Name: Hloom Child Theme
Template: publisher
Version: 1.0.0
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

article, aside, details, figcaption, figure, footer, header, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a {
  -webkit-transition: 0.05s ease-in;
  transition: 0.05s ease-in; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0;
  -webkit-transition: 0.05s ease-in;
  transition: 0.05s ease-in; }

a img {
  border: 0; }

body {
  color: #555;
  background: #f7f7f7;
  font-family: 'Helvetica', sans-serif;
  font-size: 14px;
  line-height: 2; }

h1, h2, h3, h4, h5, h6 {
  color: #555;
  font-weight: bold;
  font-family: 'Arimo', 'Helvetica Neue', 'Helvetica', sans-serif;
  line-height: 1.2; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 16px;
  font-weight: bold; }

h6 {
  font-size: 14px;
  font-weight: bold; }

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
  border-top: dotted 1px #ddd; }

::selection {
  background: #fff4b1;
  color: #222; }

::-moz-selection {
  background: #fff4b1;
  color: #222; }

p {
  margin-bottom: 3%; }

ul, ol {
  margin: 0 0 20px 20px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

b, strong {
  font-weight: bold; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  position: relative;
  background: #f7f7f7;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 3% 10% 3% 5%;
  overflow: auto;
  max-width: 100%;
  tab-size: 4; }

pre:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  font-family: "FontAwesome";
  content: "\f121";
  background: #469af6;
  color: #fff;
  padding: 0 3px;
  font-size: 16px;
  z-index: 5; }

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: 0.5ex; }

small {
  font-size: 75%; }

p.medium {
  font-size: 90%; }

big {
  font-size: 125%; }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  font-weight: bold; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type=text], input[type=email], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }

input[type=text]:focus, input[type=email]:focus, textarea:focus {
  color: #111; }

input[type=text], input[type=email] {
  padding: 3px; }

textarea {
  overflow: auto;
  padding-left: 3px;
  vertical-align: top;
  width: 98%; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block; }

br.clear-fix {
  clear: both; }

embed, iframe, object {
  max-width: 100%; }

a {
  text-decoration: none;
  color: #469AF6; }

a:hover, a:focus, a:active {
  color: #555; }

.button {
  color: #fff;
  text-shadow: 1px 1px #2881da;
  font-weight: bold;
  font-size: 11px;
  padding: 5px 10px;
  display: inline-block;
  height: 27px;
  background: #58a6ff;
  background: -moz-linear-gradient(top, #58a6ff 0%, #2491ef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #58a6ff), color-stop(100%, #2491ef));
  background: -webkit-linear-gradient(top, #58a6ff 0%, #2491ef 100%);
  background: -o-linear-gradient(top, #58a6ff 0%, #2491ef 100%);
  background: -ms-linear-gradient(top, #58a6ff 0%, #2491ef 100%);
  background: linear-gradient(to bottom, #58a6ff 0%, #2491ef 100%);
  border: solid 1px #128AF1; }

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
  max-width: 100%;
  height: auto; }

.alignleft {
  display: inline;
  float: left;
  margin: 0 4% 3% 0; }

.alignright {
  display: inline;
  float: right;
  margin: 0 0 3% 4%; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

.alignnone {
  margin-bottom: 3%; }

.highlight {
  background: #fff198;
  color: #222; }

.intro-text {
  font-size: 20px;
  color: #999; }

p .alignnone {
  margin-bottom: 0; }

.fitvids iframe {
  text-align: center; }

.assistive-text {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

blockquote {
  margin: 0; }

blockquote p:last-child {
  margin: 0; }

.attachment-dimensions {
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  color: #999; }

.site-header {
  background: #272a33;
  z-index: 10;
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.header-wrap {
  margin: 0 0;
  padding: 3.5% 20px;
  width: 100%;
  display: inline-block; }

.header-wrap .hgroup {
  clear: both;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 15; }

.site-title {
  position: relative;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block; }

.site-title a, .logo-image .site-title {
  color: #fff;
  border: solid 4px #fff;
  padding: 8px 10px;
  -webkit-transition: 0.07s ease-in;
  transition: 0.07s ease-in; }

.logo-image .site-title {
  padding: 0 10px;
  display: none; }

.site-title a:hover {
  color: #7F858B;
  border-color: #7F858B;
  -webkit-transition: 0.07s ease-in;
  transition: 0.07s ease-in; }

.site-description {
  margin-bottom: 0;
  font-size: 11px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 3px;
  color: #777;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase; }

.logo-image {
  margin-bottom: 0;
  padding-top: 19px; }

.sticky-wrapper {
  background: #202026; }

.navigation-wrap {
  margin: 0;
  padding: 0 20px;
  width: 100%;
  z-index: 50;
  position: relative;
  background: #202026;
  min-height: 54px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 2px; }

.navigation-wrap-inside {
  max-width: 1310px;
  margin: 0 auto; }

.main-navigation {
  max-width: 100%; }

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  float: left;
  max-width: 900px;
  padding: 43px 0 0 23px; }

.main-navigation li {
  display: inline-block;
  position: relative;
  word-wrap: break-word; }

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #5C5F66;
  font-size: 13px;
  text-transform: capitalize;
  padding: 15px 12px;
  -webkit-transition: 0.07s ease-in;
  transition: 0.07s ease-in; }

.main-navigation a:hover {
  background: #efefef;
  font-weight: bold; }

.menu > li:first-child a {
  padding-left: 0; }

.menu > li:first-child .sub-menu a {
  padding-left: 15px; }

ul#menu-top.menu > li a {
  display: inline-block; }

ul#menu-top.menu > li:after {
  content: "|";
  float: right;
  line-height: 48px;
  color: #c4dbea; }

ul#menu-top.menu > li:last-child:after {
  display: none; }

ul#menu-top li.current-menu-item a {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #469AF6; }

.main-navigation li:first-child a {
  border-left: none; }

.main-navigation li:last-child a {
  border-right: none; }

.main-navigation ul ul {
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  position: absolute;
  top: 54px;
  left: 0;
  z-index: 99999;
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
  background: white;
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%); }

.main-navigation ul ul a {
  width: 175px;
  padding: 10px 15px;
  color: #666; }

.main-navigation ul ul a:hover {
  color: #aaa; }

.main-navigation ul ul li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.06); }

.main-navigation ul ul ul {
  left: 100%;
  top: 0; }

.main-navigation li.current-menu-item > a, .main-navigation li a:hover {
  border-radius: 3px;
  background: none;
  color: #53B2D5;
  -webkit-transition: 0.07s ease-in;
  transition: 0.07s ease-in; }

.sub-menu li.current-menu-item a {
  color: #666; }

.main-navigation ul li:hover > ul {
  display: block; }

.menu-toggle {
  float: left;
  width: 75%;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  margin: 15px 0; }

.menu-toggle:hover {
  color: #50535A;
  -webkit-transition: 0.07s ease-in;
  -moz-transition: 0.07s ease-in;
  transition: 0.07s ease-in; }

.main-small-navigation .menu {
  display: none;
  margin-bottom: 20px;
  padding-top: 15px;
  width: 100%;
  float: left;
  border-top: solid 1px #37373c; }

.main-small-navigation ul, .main-small-navigation li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.main-small-navigation li {
  padding: 2px 0; }

.main-small-navigation li:last-child {
  padding-bottom: 0;
  border-bottom: 0; }

.main-small-navigation li a {
  color: #50535A;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase; }

.search-toggle-active {
  color: #fff !important; }

.main-small-navigation li a:hover, .main-small-navigation li.current-menu-item > a {
  color: #fff; }

.main-small-navigation .sub-menu {
  margin-left: 10px; }

.main-small-navigation .sub-menu li {
  border: none;
  margin: 0;
  padding: 2px 0; }

.main-small-navigation .sub-menu li:before {
  content: "- "; }

.post-navigation {
  width: 75%;
  float: left;
  padding-right: 5%; }

.post-navigation a {
  color: #555; }

.post-navigation a:hover {
  color: #469AF6; }

.post-navigation .nav-previous, .post-navigation .nav-next {
  float: left;
  width: 100%; }

.post-navigation .nav-next {
  border-top: solid 1px #e6e6e6;
  padding-top: 10px;
  margin-top: 10px; }

.post-navigation i {
  font-size: 11px; }

.post-navigation .meta-nav {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  width: 100%;
  float: left;
  clear: both; }

.post-detail-col {
  float: right;
  width: 25%;
  padding-left: 5%;
  border-left: solid 1px #e6e6e6; }

.post-detail-col h3 {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 0; }

.post-detail-cat {
  margin-bottom: 10px; }

.secondary-navigation {
  display: none; }

.navigation-wrap .toggle-icons {
  float: right;
  border-left: dotted 1px #37373c;
  padding-left: 10px;
  margin-left: 0; }

.toggle-icons li {
  list-style-type: none;
  display: inline; }

.toggle-icons a {
  color: #5C5F66;
  display: inline-block;
  padding: 15px 8px;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase; }

.toggle-icons li:last-child a {
  padding-right: 0; }

.toggle-icons a:hover, .toggle-icons a.current {
  color: #fff;
  outline: none; }

.toggle-icons a span {
  display: none; }

.toggle-boxes {
  float: right; }

.toggle-box {
  display: none;
  float: right;
  padding-right: 15px; }

.toggle-box:first-child {
  display: block; }

.toggle-box-social {
  padding-top: 14px; }

.toggle-box-filters {
  padding-top: 12px; }

.toggle-box-search {
  padding-right: 0; }

a.search-toggle {
  float: right;
  display: none;
  margin-top: 14px;
  color: #50535a;
  font-size: 14px; }

a.search-toggle:hover {
  color: #fff; }

.header-search {
  display: block;
  float: right; }

.header-search input[type="text"] {
  border: none;
  border-radius: 0;
  height: 25px;
  -webkit-appearance: none;
  height: 54px;
  background: #fff;
  padding: 0 15px;
  width: 215px;
  font-family: 'Arimo', 'Helvetica Neue', 'Helvetica', sans-serif; }

.header-search input[type="text"] {
  background: #eee;
  outline: none;
  -webkit-transition: 0.07s ease-in;
  transition: 0.07s ease-in; }

.error404 #content-wrap #searchform {
  position: relative;
  margin: 5% 10%; }

.error404 #content-wrap #s {
  width: 100%;
  height: 50px;
  border: none;
  background: #f4f4f4;
  padding: 0 15px; }

.error404 #content-wrap #s:focus {
  background: #eee;
  outline: none; }

.error404 #content-wrap #searchsubmit {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  font-family: 'Arimo', 'Helvetica Neue', 'Helvetica', sans-serif; }

.error404 #secondary {
  display: none; }

.error404 #primary {
  float: none;
  margin: 0 auto;
  display: block; }

.error404 #content-wrap p {
  text-align: center;
  padding: 0 12%; }

.error404 #content-wrap ol {
  padding: 0 12%; }

.page-template-full-width-php #primary, .page-template-full-width-naked-php #primary, .page-template-full-width-featured-php #primary, .home #primary, .page-id-1028 #primary {
  float: none;
  margin: 0 auto;
  display: block;
  width: 100%; }

.page-template-full-width-php #content, .page-template-full-width-featured-php #content, .page-template-full-width-naked-php #content, .home #content {
  max-width: none; }

#main {
  position: relative;
  padding: 3% 6% 8% 6%;
  max-width: 1440px;
  margin: 0 auto -7px auto;
  background: white; }
  
.page-template-full-width-featured-php #main {
  position: relative;
  padding: 0 6% 8% 0;
  max-width: 1240px;
  margin: 0 auto -7px auto;
background: none;}

.search #main, #page .blocks-page {
  padding: 0; }

#page {
  margin: 0 auto;
  position: relative; }

#main, #primary, #secondary, footer {
  display: inline-block;
  width: 100%; }

.post-image {
  width: 100%;
  margin: 0 0 0 0;
  display: inline-block;
  position: relative;
  z-index: 20; }

.post-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block; }

.page-featured-image {
  margin-top: -5%;
  margin-bottom: 5%;
  display: block; }

.featured-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  filter: gray;
  -webkit-filter: grayscale(100%);
  background-size: cover;
  background-position: center center;
  opacity: 0.07;
  background-attachment: fixed; }

.backstretch {
  opacity: 0.07;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  display: none; }

.page .backstretch, .single .backstretch {
  display: block; }

.block-quote .featured-image-bg {
  background-attachment: inherit; }

.single .block-quote .featured-image-bg {
  opacity: 0.07; }

.format-quote .block-text {
  background: #383b40;
  padding: 8% 6%; }

.block-quote {
  position: relative;
  background: #464C57;
  padding: 15%;
  -webkit-transition: 0.07s ease-in;
  -moz-transition: 0.07s ease-in;
  transition: 0.07s ease-in; }

.single .block-quote {
  margin-bottom: 0;
  padding-left: 12%; }

#block-container .block-quote p, .single .block-quote p {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0;
  color: #B7BBC2;
  z-index: 10;
  position: relative; }

.single .block-quote p {
  font-size: 40px;
  line-height: 1.3; }

.block-quote em {
  display: inline-block;
  color: #fff;
  font-style: normal;
  font-size: 13px;
  font-weight: bold;
  margin-top: 7%;
  text-transform: uppercase;
  letter-spacing: 0; }

.block-quote a {
  color: #fff; }

.block-quote a:hover {
  color: #DBDBDB; }

.single .block-quote em {
  font-size: 20px;
  font-weight: bold; }

#content .block-text .gallery {
  margin: 0 0 2% 0;
  width: 100%;
  display: inline-block; }

#content .block-text .gallery dl {
  margin: 0 0 2% 0; }

#content .gallery-item {
  margin: 0;
  z-index: 10;
  position: relative; }

#content .gallery-item a {
  display: inline-block; }

#content .block-text .gallery-item a {
  display: inline-block; }

#content .gallery-item img {
  border: solid 8px transparent;
  margin: 0;
  -webkit-transition: 0.07s ease-in;
  -moz-transition: 0.07s ease-in;
  transition: 0.07s ease-in;
  display: inline-block; }

#content .gallery-item img {
  max-width: 100%;
  width: 100%; }

#content .gallery-item img:hover {
  opacity: 0.9; }

.gallery br:last-child {
  display: none; }

.gallery .gallery-caption {
  font-size: 12px;
  line-height: 1.4; }

.slideshow-window {
  border-radius: 0; }

.slideshow-slide {
  width: 100% !important; }

.block-text iframe {
  max-width: none; }

.block .block-text iframe, .fluid-width-video-wrapper {
  text-align: center;
  margin-bottom: 4%; }

.fluid-width-video-wrapper {
  margin-bottom: 6%; }

.embed-spotify, .embed-rdio, .embed-soundcloud {
  text-align: center; }

.entry-header .hgroup {
  width: 100%;
  position: relative;
  z-index: 10;
  padding: 0 20px; }

.entry-header {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #fff; }

.error404 .entry-header h1 {
  margin-bottom: 2%; }

.search .entry-header h1 {
  border-bottom: solid 1px #eee;
  padding-bottom: 3%; }

.entry-author {
  color: #bbb; }

#page .blocks-content, .search-results #main #content, .tag #content {
  box-shadow: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  background: none;
  z-index: auto; }

#content {
  max-width: 1100px;
  position: relative;
  background: #fff;
  z-index: 20; }

.error404 #content, .search #content {
  padding: 5% 0 6% 0; }

.search-no-results #content {
  display: none; }

.blocks-page #primary, .search #primary {
  margin: 0;
  padding: 0;
  width: 100%; }

#primary {
  float: left;
  width: 71%; }

.single .block-titles {
  padding: 0 12% 0 12%; }

.single .block-text, .page .block-text, .category .block-text {
  padding: 5%;
  word-wrap: break-word;
  display: block; }

.page-template-full-width-featured-php .block-text {padding: 0; background: white;
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);}

.home .block-text {
  padding: 3% 5%; }

#content-wrap p, .block-titles p, .block-text p, .block-text {
  font-size: 17px;
  line-height: 1.6; }

.archive-title {
  padding: 0 3% 1% 3%;
  text-align: center; }

.search-no-results .archive-title {
  padding-bottom: 5%; }

.archive-title h1 {
  display: inline-block;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  color: #D6D6D6;
  text-transform: uppercase;
  margin: 30px auto 0;
  border: solid 5px;
  padding: 10px; }

#secondary {
  float: right;
  width: 28%;
  font-size: 14px;
  font-family: 'Helvetica', sans-serif;
  line-height: 1.6;
  z-index: 20;
  position: relative; }

#secondary aside {
  display: inline-block;
  width: 100%;
  float: left;
  margin: 0 0 6% 3%; }

/*#secondary aside:last-child{border-bottom:none}*/
#secondary img {
  max-width: 100%; }

#secondary a {
  color: #aaa; }

#secondary a:hover {
  color: #555; }

#secondary aside ul.menu li.current-menu-item a {
  color: #469AF6; }

#secondary aside ul.menu li.current-menu-item a:hover {
  color: #555; }

#secondary .widget-title {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.8; }

#secondary h2.widget-title {
  letter-spacing: 5px;
  margin-bottom: 10px; }

#secondary .widget ul, .archive-box ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

#secondary .widget ul.children, #secondary .widget ul.sub-menu {
  margin-top: 10px; }

#secondary .widget ul.children li:before, #secondary .widget ul.sub-menu li:before {
  content: "\f105";
  color: #aaa;
  padding-left: 20px;
  font-family: "FontAwesome"; }

#secondary .widget ul li {
  position: relative;
  padding-top: 10px;
  margin-bottom: 10px;
  border-top: dashed 1px #cfcfcf; }

#secondary .widget ul li:last {
  margin-bottom: 0; }

#secondary .widget ul li:hover:before {
  color: #469AF6; }

#secondary aside.widget_nav_menu {
  padding: 8%;
  background: #e5f7fd;
  border: 1px solid #e3e9ef; }

.widget-grofile h4 {
  font-size: 14px;
  margin: 0 0 !important; }

.grofile-meta h4 {
  margin: 10px 0 !important; }

.widget_blog_subscription, .jetpack_subscription_widget {
  position: relative;
  background: #383D46;
  color: #999;
  border-bottom: none !important; }

.widget_blog_subscription h2:before, .jetpack_subscription_widget h2:before {
  content: "\f003";
  font-family: "FontAwesome";
  color: #fff;
  margin-right: 4px;
  font-size: 12px;
  vertical-align: top; }

.widget_blog_subscription h2, .jetpack_subscription_widget h2 {
  color: #fff; }

.widget_blog_subscription form, .jetpack_subscription_widget form {
  position: relative; }

.widget_blog_subscription p, .jetpack_subscription_widget p {
  margin-bottom: 8%;
  color: #94A1A8; }

.widget_blog_subscription form p:last-child, .jetpack_subscription_widget form p:last-child {
  margin-bottom: 0 !important; }

.widget_blog_subscription input[type=text], .widget_blog_subscription input[type=email], .jetpack_subscription_widget input[type=text], .jetpack_subscription_widget input[type=email] {
  padding: 10px !important;
  border: none;
  border-radius: 0; }

.widget_blog_subscription input[type=text]:focus, .widget_blog_subscription input[type=email]:focus, .jetpack_subscription_widget input[type=text]:focus, .jetpack_subscription_widget input[type=email]:focus {
  outline: none;
  background: #f4f4f4; }

.widget_blog_subscription input[type="submit"], .jetpack_subscription_widget input[type="submit"] {
  background: #469AF6;
  color: #fff;
  font-family: 'Helvetica', sans-serif;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 10px;
  margin: 0 0;
  border: none;
  -webkit-transition: 0.07s ease-in;
  transition: 0.07s ease-in;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

.widget_blog_subscription input[type="submit"]:hover, .jetpack_subscription_widget input[type="submit"]:hover {
  background: #ADB5BB;
  cursor: pointer;
  -webkit-transition: 0.07s ease-in;
  transition: 0.07s ease-in; }

#secondary #searchform {
  position: relative;
  width: 100%; }

#secondary #searchform input, #secondary #searchform #searchsubmit {
  height: 30px;
  border-radius: 0;
  font-family: 'Helvetica', sans-serif; }

#secondary #s {
  width: 100%;
  border: none;
  padding-right: 56px;
  padding-left: 10px;
  background: #f4f4f4; }

#secondary #s:focus {
  outline: none;
  border: none;
  background: #eee; }

#secondary #searchsubmit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
  border: none;
  background: #469AF6;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-appearance: none; }

#secondary #searchsubmit:hover {
  background: #555;
  cursor: pointer; }

.blocks-wrap {
  max-width: 1440px;
  margin: 0 auto; }

.block-container-wrap {
  position: relative;
  z-index: 15;
  overflow: hidden;
  float: left;
  width: 100%;
  padding-bottom: 3%; }

.block-container-inside {
  padding-top: 1%;
  max-width: 1423px;
  margin: 0 auto;
  padding-right: 2%; }

#block-container {
  margin-right: -3%;
  overflow: inherit !important; }

.block {
  position: relative;
  float: left;
  width: 29%;
  padding: 0;
  margin: 0 0 40px 3%; }

.js .blockx {
  display: none; }

.block p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 7%; }

.blocks-page .block-titles-wrap, .search .block-titles-wrap {
  padding: 8% 11% 3% 11%; }

.block-titles {
  padding: 0 0 6% 0;
  display: inline-block;
  width: 100%; }

.single .block-titles {
  padding: 5% 7% 3% 7%; }

.block-text {
  word-wrap: break-word; }

.single-attachment .block-text {
  padding-bottom: 6%;
  text-align: center; }

.block-date {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ADB5BB;
  margin: 0; }

.block-date a {
  color: #ADB5BB; }

.block-date a:hover {
  color: #555; }

.single .block-date {
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 1%; }

.block-titles .entry-date {
  color: #ADB5BB; }

.block-titles .entry-date:hover {
  color: #469AF6; }

.block-thumb {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: -3%; }

.single .block-thumb {
  margin-bottom: -1%; }

.block .block-thumb:hover {
  background: #fff; }

.block-thumb img, .page-featured-image img {
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
  display: block;
  -webkit-transform: translateZ(0);
  -webkit-transition: 0.07s ease-in;
  -moz-transition: 0.07s ease-in;
  transition: 0.07s ease-in; }

.block .block-thumb:hover img:hover {
  opacity: 0.9;
  -webkit-transition: 0.07s ease-in;
  -moz-transition: 0.07s ease-in;
  transition: 0.07s ease-in; }

.block-entry-title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 0;
  word-wrap: break-word; }

.single .block-entry-title, .entry-header h1 {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 1.2;
  padding: 0 8%; }

.single .block-link-title {
  margin-bottom: 3%; }

.block-entry-title a {
  color: #555; }

.block-entry-title a:hover {
  text-decoration: none;
  color: #777; }

.block .more-link {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  width: 100%;
  text-align: center;
  display: inline-block;
  display: none; }

.block-meta {
  font-family: 'Helvetica', sans-serif;
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  padding: 2% 25px 2% 25px;
  background: #f9f9f9;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px; }

.block-comments, .block-likes, .block-author-link {
  float: left;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  line-height: 2.2; }

.block-comments a, .block-author-link a, .block-author-link i {
  color: #CAD3DA; }

.block-comments:hover a, .block-author-link:hover a, .block-author-link:hover i {
  color: #555; }

.block-permalink {
  float: right;
  color: #CAD3DA;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.block-author-link {
  margin-left: 12px;
  display: none; }

.infinite-scroll .blocks-nav, .infinite-scroll.neverending #colophon {
  display: none !important; }

.infinity-end.neverending #colophon {
  display: block !important; }

.infinite-scroll #infinite-footer {
  z-index: 9999; }

body:not(.wpcom) .infinite-scroll #infinite-footer {
  display: none; }

.infinite-scroll .infinite-loader, .infinite-scroll #infinite-handle {
  position: absolute;
  bottom: -20px;
  left: 49%; }

.infinite-scroll #infinite-handle {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  left: 46%; }

.blocks-nav {
  float: right; }

.site-footer .blocks-nav a {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  border: solid 3px #fff;
  padding: 5px;
  letter-spacing: 2px;
  margin-left: 12px;
  height: 80px; }

.site-footer .blocks-nav a:hover {
  color: #757B85;
  border-color: #757B85; }

.blocks-nav .blocks-nav-left {
  float: right; }

.blocks-nav .blocks-nav-right {
  float: right; }

.blocks-nav .blocks-nav-left a:before {
  content: "\f0d9";
  font-family: "FontAwesome";
  margin-right: 3px; }

.blocks-nav .blocks-nav-right a:after {
  content: "\f0da";
  font-family: "FontAwesome";
  margin-left: 4px; }

.ribbon-wrap {
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px; }

.ribbon {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 0 9px;
  background: #469af6; }

.entry-meta {
  clear: both; }

.byline {
  display: none; }

.single .byline, .group-blog .byline {
  display: inline; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.edit-link {
  background: #469AF6;
  padding: 0 6px 3px 6px;
  color: #fff;
  text-align: center;
  line-height: 1.4; }

.edit-link:hover {
  background: #555; }

.edit-link a {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px; }

.edit-link i {
  font-size: 11px;
  margin-right: 3px; }

.page-links {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 4px;
  width: 100%;
  border-top: dotted 1px #DDD;
  display: inline-block;
  padding-top: 3%; }

.page-links a {
  padding: 5px 5px 5px 8px;
  background: #469AF6;
  color: #fff;
  text-align: center; }

.page-links a:hover {
  background: #555; }

.attachment #nav-below {
  width: 100%;
  display: inline-block;
  background: #f7f7f7;
  margin-bottom: 15px; }

.attachment #nav-below a {
  font-weight: bold;
  color: #999; }

.attachment #nav-below a:hover {
  color: #555; }

.attachment #nav-below .nav-previous, .attachment #nav-below .nav-next {
  width: 50%;
  display: inline-block;
  float: left;
  padding: 10px; }

.attachment #nav-below .nav-next {
  border-left: solid 1px #eee; }

.search-result {
  padding: 5% 0 2% 0;
  border-bottom: solid 1px #eee;
  text-align: center; }

.search-result:last-child {
  border-bottom: none; }

.search-results .block-text {
  padding: 0; }

.search #content-wrap .site-navigation {
  padding: 7% 0; }

.search #content-wrap .site-navigation a {
  background: #469AF6;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px;
  -webkit-transition: 0.07s ease-in;
  -moz-transition: 0.07s ease-in;
  transition: 0.07s ease-in; }

.search #content-wrap .site-navigation a:hover {
  background: #555;
  -webkit-transition: 0.07s ease-in;
  -moz-transition: 0.07s ease-in;
  transition: 0.07s ease-in; }

.search .nav-previous {
  float: left; }

.search .nav-next {
  float: right; }

.search-results .meta-nav i {
  font-size: 9px; }

.site-footer {
  position: relative;
  z-index: 10;
  width: 100%;
  display: block;
  background: #272a33;
  padding: 2% 3%;
  margin: 0 0 -7px 0; }

.site-footer a {
  color: #5C5F66;
  border-bottom: solid 1px #4C4F55; }

.site-footer a:hover {
  color: #fff; }

.site-footer .copyright {
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  color: #5C5F66;
  float: left;
  margin-right: 10px;
  font-weight: bold;
  width: 100%; }

.site-footer .sep {
  margin: 0 5px; }

.blog .format-aside .entry-title, .archive .format-aside .entry-title {
  display: none; }

.site-header img, .comment-content img, .widget img, #content img {
  max-width: 100%;
  height: auto; }

.site-header img, img[class*="align"], img[class*="wp-image-"] {
  height: auto; }

.site-header img, img.size-full {
  max-width: 100%;
  width: auto; }

.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption {
  border: 1px solid #eee;
  padding: 2%;
  padding-bottom: 0;
  max-width: 100%; }

.wp-caption.aligncenter, .wp-caption.alignleft, .wp-caption.alignright {
  margin-bottom: 5%; }

.wp-caption img {
  display: block;
  margin: 0 auto 0;
  max-width: 98%; }

.wp-caption-text {
  text-align: center; }

#content-wrap .wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.4; }

.site-content .gallery {
  margin-bottom: 1.5em; }

.site-content .gallery a img {
  border: none;
  height: auto;
  max-width: 90%; }

.site-content .gallery dd {
  margin: 0; }

#single-tabs {
  margin: 5% 0 0 0;
  float: left;
  width: 100%; }

#single-tabs .single-tab-nav {
  width: 100%;
  margin: 0;
  float: left;
  display: inline-block;
  border-bottom: solid 1px #e3e3e3;
  text-align: center; }

#single-tabs .single-tab-nav li {
  display: inline-block;
  border: solid 1px #e3e3e3;
  border-bottom: none;
  margin-bottom: -1px;
  margin-right: 10px;
  padding: 1.5% 2%; }

#single-tabs .single-tab-nav li a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ADB5BB; }

#single-tabs .single-tab-nav li a:hover {
  color: #555; }

#single-tabs .single-tab-nav li.active {
  background: #fafafa; }

#single-tabs .single-tab-nav li.active a {
  color: #555; }

#single-tabs .single-tab-nav li.active i, #single-tabs .single-tab-nav li a:hover i {
  color: #469AF6;
  -webkit-transition: 0.07s ease-in;
  transition: 0.07s ease-in; }

.post-tab {
  float: left;
  width: 100%;
  background: #fafafa;
  padding: 7% 12%; }

.page .post-tab {
  border-top: solid 1px #E3E3E3; }

#jp-post-flair {
  background: #f7f7f7;
  padding: 5%; }

div#jp-relatedposts h3.jp-relatedposts-headline em:before {
  display: none !important; }

.block-container-wrap #jp-post-flair {
  display: none; }

.sd-like, .sd-sharing {
  display: inline-block;
  width: 100%; }

.sd-like {
  margin-top: 10px;
  border: none !important; }

.sd-sharing, .sd-social {
  border-top: none !important; }

div.sharedaddy h3.sd-title:before {
  display: none !important; }

.sd-content ul {
  margin: 0 !important; }

.sharedaddy li, .sd-sharing li {
  list-style-type: none !important;
  display: inline-block;
  float: left;
  margin: 0 8px 8px 0; }

div.sharedaddy .sd-content li span, div.sharedaddy a.sd-button {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

body div.jp-relatedposts .jp-relatedposts-headline em:before {
  border-color: transparent; }

#jp-relatedposts {
  border-top: solid 1px #e6e6e6;
  margin-bottom: 0 !important; }

h3.sd-title {
  width: 100%;
  margin-bottom: 10px; }

#wpstats {
  display: none !important; }

.contact-form input[type='text'], .contact-form input[type='email'], .contact-form textarea, #content input[type='password'] {
  width: 100% !important;
  max-width: 100% !important;
  font-size: 14px;
  padding: 15px 10px;
  margin-bottom: 16px !important;
  border-radius: 0;
  border: none;
  background: #f3f3f3;
  -webkit-transition: 0.07s ease-in;
  transition: 0.07s ease-in; }

.contact-form input[type='text']:focus, .contact-form input[type='email']:focus, .contact-form textarea:focus, #content input[type='password']:focus {
  outline: none;
  background: #ececec;
  color: #666;
  -webkit-transition: 0.07s ease-in;
  transition: 0.07s ease-in; }

.contact-form label, #content label {
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 2px;
  font-weight: bold;
  margin-bottom: 3px; }

.contact-form label.radio {
  padding-bottom: 0; }

.contact-form input[type='submit'], #content input[type='submit'] {
  background: #469AF6;
  color: #fff;
  font-family: 'Helvetica', sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 20px;
  border: none;
  -webkit-transition: 0.07s ease-in;
  transition: 0.07s ease-in;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

.contact-form input[type='submit']:hover, #content input[type='submit']:hover {
  background: #555;
  cursor: pointer;
  -webkit-transition: 0.07s ease-in;
  transition: 0.07s ease-in; }

.mejs-container {
  margin-bottom: 4%; }

.header-search .icons {
  float: right; }

.header-search .icons a {
  margin: 0 3px;
  color: #5C5F66;
  font-size: 16px;
  line-height: 1.8; }

.header-search .icons a:hover {
  color: #fff; }

#secondary .icon-links a {
  padding: 5%;
  display: inline-block; }

#calendar_wrap {
  background: #fff;
  border-right: none;
  border-bottom: none;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 2px -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 2px -1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 2px -1px; }

#wp-calendar {
  margin: 0;
  max-width: 100%; }

#wp-calendar caption {
  text-align: center;
  background: #f7f7f7;
  padding: 5px 10px;
  font-weight: bold; }

#wp-calendar tr th, #wp-calendar tr td {
  text-align: center; }

#wp-calendar tr th {
  background: #469AF6;
  color: #fff;
  margin: -10px -10px 10px -10px;
  font-size: 11px;
  font-weight: bold; }

#wp-calendar tbody tr td {
  padding: 2px 0;
  border-right: solid 1px #f3f3f3;
  border-top: solid 1px #f3f3f3; }

#wp-calendar tbody tr td:hover {
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px 0px 5px;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.1) 0px 0px 5px;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 0px 0px 5px;
  cursor: pointer; }

#wp-calendar tfoot td {
  border-top: solid 1px #f3f3f3;
  border-right: solid 1px #eee;
  padding: 7px 0 5px 0;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase; }

.widget-title .rsswidget img {
  display: none; }

.widget-title .rsswidget {
  color: #555 !important; }

.textwidget {
  word-break: break-word; }

.tagcloud a {
  background: #3598f4;
  color: #fff !important;
  float: left;
  font-size: 9px !important;
  text-transform: uppercase;
  font-weight: bold;
  padding: 2px 10px;
  margin: 0 5px 5px 0;
  position: relative; }

.tagcloud a:hover {
  background: #328de2; }

.widget_archive select, .widget_categories select {
  width: 100%; }

.wpcom-instagram-columns-3 img {
  max-width: 31% !important; }

#content table {
  border: dotted 1px #e7e7e7;
  padding: 1%; }

#content table td, #content table th {
  padding: 10px; }

#content table td {
  border-bottom: solid 1px #f7f7f7; }

#content table tr:last-child td {
  border-bottom: none; }

#content table tr.odd {
  background: #f7f7f7; }

#content .block-text blockquote {
  position: relative;
  padding: 3% 0 3.5% 12%;
  margin-bottom: 3%;
  border-top: dotted 1px #E7E7E7;
  border-bottom: dotted 1px #E7E7E7;
  font-family: 'Arimo', 'Helvetica Neue', 'Helvetica', sans-serif; }

#content .block-text blockquote blockquote {
  margin-bottom: 0; }

#content .block-text blockquote:before {
  position: absolute;
  left: 4%;
  top: 9%;
  font-family: "FontAwesome";
  content: "\f10d";
  color: #469af6;
  font-size: 18px;
  z-index: 5; }

#content .block-text blockquote blockquote:last-child {
  padding-bottom: 0; }

#content .block-text blockquote p {
  text-align: left;
  position: relative;
  z-index: 10; }

#content .block .block-text blockquote {
  margin-bottom: 10%; }

#content .block-text blockquote p {
  font-size: 18px;
  line-height: 1.6; }

#content .block-text blockquote cite {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin-top: 15px;
  color: #999;
  text-align: right;
  padding-right: 5%; }

.pull-right, .pull-left {
  width: 30%;
  font-weight: normal;
  font-style: italic;
  line-height: 1.3;
  font-size: 24px;
  border-top: dotted 2px #e7e7e7; }

.pull-right {
  float: right;
  margin: 1% 0 3% 3%;
  padding: 2% 0 0 2%;
  text-align: right; }

.pull-left {
  float: left;
  margin: 1% 5% 3% 0;
  padding: 2% 2% 0 0;
  text-align: left; }

#content dl {
  margin-bottom: 4%; }

#content ul, #content ol {
  margin: 0 0 4% 20px; }

#content ol {
  margin-left: 25px; }

#content ul ul, #content ul ol, #content ol ul, #content ol ol {
  margin-bottom: 0; }

#content ul {
  list-style-type: square; }

#content code, #content kbd {
  background: #f7f7f7;
  padding: 0 4px; }

#content address {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  padding: 2% 0; }

.twitter-tweet {
  margin: 0 auto 4% auto !important; }

.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotateY(-2deg); }

  70% {
    -webkit-transform: perspective(400px) rotateY(2deg); }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    -moz-transform: perspective(400px) rotateY(-2deg); }

  70% {
    -moz-transform: perspective(400px) rotateY(2deg); }

  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    -o-transform: perspective(400px) rotateY(-2deg); }

  70% {
    -o-transform: perspective(400px) rotateY(2deg); }

  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    transform: perspective(400px) rotateY(-2deg); }

  70% {
    transform: perspective(400px) rotateY(2deg); }

  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

@media only screen and (max-width: 768px) {
  body, html {
    overflow-x: hidden; }

  pre:before {
    font-size: 14px; }

  #content .block-text blockquote:before {
    left: 0;
    top: 3%; }

  .site-title {
    font-size: 18px;
    margin-bottom: 10px; }

  .site-title a {
    padding: 4px 8px; }

  .site-description {
    letter-spacing: 0; }

  .entry-header h1 {
    font-size: 40px;
    line-height: 1.2; }

  .archive-title h1 {
    font-size: 16px;
    border: solid 4px;
    padding: 3px 8px; }

  .single .block-entry-title, .entry-header h1, .home h1.headline {
    font-size: 24px;
    line-height: 1.3;
    padding: 0; }

  .blocks-page .block-titles-wrap, .archive .block-titles-wrap, .search .block-titles-wrap, .single .block-titles-wrap {
    padding: 7% 5% 3% 5%; }

  .block .block-titles {
    padding: 0 2% 4% 2%; }

  .block .block-entry-title {
    font-size: 24px;
    line-height: 1.3; }

  h2, .home h2.headline, .home {
    font-size: 18px; }

  h3 {
    font-size: 16px; }

  .single .block-date {
    font-size: 11px;
    margin-bottom: 3%;
    line-height: 1.2; }

  #content-wrap p, .block-titles p, .block-text p, .block-text {
    font-size: 15px;
    line-height: 1.6; }

  #content .block-text blockquote p {
    font-size: 14px;
    line-height: 1.6; }

  #content .block-text blockquote p:before {
    left: -13%; }

  .pull-right, .pull-left {
    font-size: 18px;
    width: 100%;
    margin-bottom: 20px; }

  #main {
    padding: 3% 3% 5% 3%; }

  #primary {
    width: 100%;
    float: none; }

  #secondary {
    float: left;
    width: 100%;
    margin-top: 5%; }

  .block-container-inside {
    padding-top: 3%; }

  .single .block-text, .category .block-text {
    padding: 1%; }

  .home .block-text, .page .block-text {
    padding: 3%; }

  .search-results .block-text {
    padding: 0; }

  .header-wrap {
    padding: 5% 20px; }

  .navigation-wrap {
    min-height: 44px; }

  .navigation-wrap-inside {
    min-height: 44px; }

  .archive-box li {
    font-size: 16px;
    padding: 6px 0; }

  .sticky-wrapper {
    height: auto !important;
    position: relative !important; }

  .menu {
    display: none; }

  .main-small-navigation .menu {
    display: none; }

  .menu > li:first-child .sub-menu a {
    padding-left: 0; }

  .menu-toggle {
    width: 100px; }

  .header-search {
    width: 100%;
    float: left; }

  .header-search #searchform {
    float: none; }

  .header-search input[type="text"] {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    height: 38px; }

  .header-search, .toggle-icons {
    display: none; }

  .header-search input {
    height: 30px;
    width: 100%; }

  .header-search #s {
    width: 79%; }

  .header-search #searchsubmit {
    width: 21%; }

  .header-search .icons {
    float: left;
    width: 100%; }

  .header-search .icons a {
    font-size: 17px;
    margin: 0 3px; }

  .header-search .icon-links a:first-child {
    margin-left: 0; }

  .error404 #content-wrap #s, .error404 #content-wrap #searchsubmit {
    height: 35px; }

  .error404 #content-wrap #searchform {
    margin-bottom: 5% 4%; }

  .navigation-wrap .toggle-icons {
    float: left;
    width: 100%;
    padding-left: 0;
    border-left: none;
    border-top: solid 1px #37373c; }

  .toggle-icons a {
    padding: 15px 15px 5px 0; }

  .toggle-boxes {
    width: 100%;
    float: left;
    margin-bottom: 15px; }

  .toggle-box {
    float: left;
    width: 100%;
    padding: 0; }

  .toggle-box:first-child {
    display: block; }

  .toggle-box-filters {
    padding-top: 0; }

  .toggle-box-social {
    padding-top: 0; }

  .infinite-loader {
    bottom: -10px;
    left: 42%; }

  .block-container-wrap {
    width: 100%;
    margin-left: 3%; }

  .block {
    margin-bottom: 20px; }

  .block p {
    font-size: 15px;
    margin-bottom: 5%; }

  .block-text {
    padding: 0 0; }

  .single-attachment .block-text {
    padding-bottom: 5%; }

  .ribbon-wrap {
    right: 0;
    top: 0; }

  .intro-text {
    font-size: 16px;
    color: #999; }

  #secondary aside {
    padding: 8%; }

  #single-tabs .single-tab-nav li {
    padding: 1.5% 4%; }

  #single-tabs .single-tab-nav li span {
    display: none; }

  .post-tab {
    padding: 7%; }

  .author-profile {
    padding-bottom: 6%;
    margin-bottom: 6%; }

  #author-avatar {
    margin-left: 15px;
    display: inline-block; }

  #author-avatar img {
    width: 60px;
    height: auto;
    float: right; }

  #author-description {
    font-size: 14px; }

  #author-description h2 {
    width: 50%; }

  .author-posts li a {
    font-size: 14px;
    float: left;
    width: 100%; }

  .author-posts li span {
    float: left; }

  .post-navigation {
    width: 100%; }

  .post-detail-col {
    float: left;
    padding-left: 0;
    width: 100%;
    border-top: solid 1px #e6e6e6;
    border-left: none;
    padding-top: 10px;
    margin-top: 10px; }

  .post-tab .sd-social, .post-tab .sd-like {
    padding: 5% 0; }

  .block-quote {
    padding: 10%; }

  #block-container .block-quote p {
    font-size: 20px; }

  .single .block-quote p {
    font-size: 20px; }

  .single .block-quote cite {
    font-size: 12px;
    padding: 2px 5px; }

  .blocks-nav {
    width: 100%;
    float: left;
    padding: 5% 0 7% 0; }

  .blocks-nav a {
    margin-left: 0; }

  .blocks-nav .blocks-nav-left {
    float: left; }

  .site-footer {
    margin-bottom: 0; }

  .site-footer .copyright {
    width: 100%;
    text-align: center;
    font-size: 10px; }
 }

@media only screen and (min-width: 765px) and (max-width: 900px) {
  .block-container-wrap {
    width: 98%;
    margin-left: 0; }

  .block {
    width: 45%; }
 }

@media only screen and (max-width: 765px) {
  .block {
    width: 93%;
    margin-left: 0; }
 }

@media only screen and (min-width: 1440px) {
  #main {
    display: block; }
 }

.navigation-wrap {
  background: #daf0ff; }

#main {
  padding: 3% 6% 8% 6%; }

@media (max-width: 767px) {
  #main {
    padding: 2%; }
 }

@media (max-width: 979px) and (min-width: 768px) {
  #main {
    padding: 2%; }
 }

.content-top, .content-featured, .content-bottom {
  max-width: 1100px;
  position: relative;
  z-index: 20; }

.single #content, .page #content, .error404 #content {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e3e9ef; 
padding-bottom: 60px;
}

.content-top, .content-bottom {
  background: #fff; }

.content-top {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  border: 1px solid #e3e9ef; }

.content-bottom {
  -moz-border-radius: 0px 0 4px 4px;
  -webkit-border-radius: 0px 0 4px 4px;
  border-radius: 0px 0 4px 4px;
  border: 1px solid #e3e9ef; }

.content-featured {
  background-color: #e5f7fd;
  border-top: 10px solid;
  border-bottom: 10px solid;
  border-left: 1px solid #e3e9ef;
  border-right: 1px solid #e3e9ef; }

.label-color a {
  color: #fff !important;
  text-decoration: none; }

.label, .badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999; }

#fline:before {
  position: relative;
  content: '';
  display: block;
  margin: 2.618em auto 2.618em;
  width: 12%;
  height: 0.202em;
  background: #A0C55F; }

.copyright {
  margin: 0 0 1.618em;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 11px;
  color: #5c5f66; }

.site-footer a {
  color: #b9babd;
  border: none; }

a, #menu > .active > a, #menu > li > a:hover {
  color: #53B2D5; }

.faq-page article h3, .knowledge-index h2 a:hover {
  color: #53B2D5; }

#sidebar i, #main article h2 i, .author-links i, #footer-container i, .recent-posts i, .box-video-links i, .autocomplete-suggestions strong {
  color: #53B2D5; }

#menu ul a:hover, .label-color, #sidebar .widget li:hover, .loop-like .label-likes {
  background-color: #53B2D5; }

#page-header-container {
  background-color: #53B2D5; }

.btn-custom {
  background-color: #53B2D5 !important; }

.pagination ul > li > a:hover, .pagination ul > .active > a, .pagination ul > .active > span {
  background-color: #53B2D5; }

#hero-image {
  background-color: #53B2D5; }

h1, h2, h3, h4, h5, h6, .hero-unit p, .hero-unit h1 {
  font-family: 'Open Sans', sans-serif; }

@media (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 26px; }
 }

@media (max-width: 767px) {
  h2 {
    font-size: 18px;
    line-height: 20px; }
 }

@media (max-width: 767px) {
  h3 {
    font-size: 16px;
    line-height: 18px; }
 }

#menu a {
  font-family: "Avant Garde", sans-serif;
  font-size: 16px; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  color: #666666;
  background-color: #f8faff; }

i, .knowledge-base li a, .knowledge-base li a:hover, .faq-top h4 a, .faq-top h4 a:hover {
  color: #666666; }

span.assistive-text {
  color: 666; }

#menu {
  padding: 0; }

#nav-main {
  float: right;
  padding-top: 38px; }

@media (max-width: 979px) and (min-width: 768px) {
  #nav-main {
    padding: 0; }
 }

#menu > li > a {
  color: #666666;
  font-size: 14px;
  text-transform: lowercase; }

#menu a {
  float: left;
  position: relative;
  padding: 3px 10px 10px;
  text-decoration: none; }

.search-snippet img.wp-post-image {
  border: 1px solid #dbdbdb;
  padding: 5px;
  margin: 0 1.5em 1.5em 0; }

ul.left40 {
  margin-bottom: 3%; }

@media only screen and (max-width: 768px) {
  .widget_nav_menu .menu {
    display: block; }
 }

.widget_nav_menu h3 {
  background-color: #A0C55F;
  margin-bottom: 5px;
  padding-left: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: white;
  text-transform: uppercase;
  font-size: 98%; }

#sidebar .widget-inner ul li {
  border: 1px solid #e3e9ef; }

.single-post article, .single-faq article {
  margin-top: 10px; }

.page-template-full-width-featured-php article {width: 800px; display: block;}
.page-template-full-width-featured-php .intro, article {position: relative;}

div .MainTitle, div .MainTitleNew {
  color: #A0C55F;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #dbdbdb; }

div .MainTitleNewTop {
  color: #A0C55F;
  padding: 0 0 10px 0;
  border-top: 1px solid #dbdbdb; }

div .MainTitle {
  margin-bottom: 25px; }

div.clear {
  clear: both; }

#banner {
  background: #daf0ff;
  border-bottom: 1px solid #DBDBDB;
  padding: 20px 0 5px 0; }

input.search-query {
  border-radius: 4px; }

#searchform .search-query {
  margin: 5px 0; }

#term_intro {
  margin-top: 58px; }

.fl {
  float: left; }

.fr {
  float: right; }

#sidebar {
  margin-top: 16px; }

div.bluegoo {
  margin: 20px 0 20px 0;
  height: 320px; }

div .leftcat {
  float: left;
  width: 50px;
  height: 315px;
  display: block;
  background: #53B2D5; }

div.e-topad {margin-top: 20px;}

div.ad5 {
  background-color: #f5f5f5;
  padding: 15px 10px 10px 20px;
  height: 290px;
  margin: 0 auto; }

div.ad4 {
  padding: 10px;
  moz-border-radius: 7px;
  background: #f5f5f5;
  -webkit-border-radius: 7px;
  margin: 10px 0; }

div.ad1 {
  margin-bottom: 20px; }

div.adside250 {
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e3e9ef;
  padding: 9px; }

#ad3 {
  padding: 12px 8px;
  moz-border-radius: 7px;
  background: #53B2D5;
  margin: 10px 0 20px;
  -webkit-border-radius: 7px;
  border-radius: 7px; }

#ad2 {
  padding: 5px;
  width: 300px;
  margin-top: 5px; }

div.adside250 {
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e3e9ef;
  padding: 9px; }

.ad-top-cat {margin: 16px 0 5px; }
.ad-bot-cat {}

.PoPaAd {
  float: left;
  padding: 0 20px 0 0; }

div.goodonel {
  margin: 10px 0 10px 0;
  float: left;
  width: 380px;
  border: 1px solid #dbdbdb;
  background: #fff;
  padding: 4px; }

div.goodoner {
  float: left;
  margin: 10px 0 10px 20px; }


@media (max-width: 767px) {
  .hero-search .search-query {
    width: 90%; }
 }

/* THANK YOU PAGE start */
div.thanku-1 {float: left; margin: 0 20px 10px 0; }
div.thanku-1 img {padding: 5px; border: 1px solid #e3e9ef; }
div.thanku-2 {float: left; padding: 0 20px 0 0; }
div.thanku-filedata {font-size: 14px; line-height: 1.1em; margin-bottom: 20px; max-width: 336px; }
div.thanku-3 {float: left; max-width: 310px; }
.thanku-3.landscape-thanku-3 {max-width: 100%; }
.landscape-thankshare {width: auto !important; margin-right: 20px; }
.page-id-1028 #content {max-width: 1212px; }
div.thanku-more {text-align: center; padding-bottom: 20px; }
div.thanku-more h2 {text-transform: uppercase; letter-spacing: 5px; }
div.thanku-more a {text-decoration: underline; text-transform: capitalize; }
#thankshare {width: 382px; padding: 0; height: 95px; float: left; }
#share_1, #share_2, #share_3, #share_4 {float: left; margin: 10px; }
#share_1 {width: 46px; padding-right: 10px; }
#share_2 {width: 42px; padding-right: 15px; }
#share_3 {width: 39px; padding-right: 15px; }
#share_4 {width: 40px; margin-top: 50px; }
#share_1, #share_2 {border-right: 1px solid #FFF; }
#share_1 h3, #share_2 h3, #share_3 h3 {font-size: 16px; background-color: #fff; padding: 5px; border: 1px solid #EEE; margin-top: 2px; text-align: center; }
@media (max-width: 767px) {.thank-image {  width: 295px;   margin: 0; }}
@media (max-width: 767px) {.thank-text {  padding: 0;   float: none;   margin-top: 15px; }}

/* THANK YOU PAGE end */

/* Long PAGE start */

.page-template-resume-full-width .color-blue {
  color: #2bc0c4; }
.page-template-resume-full-width .color-yellow {
  color: #fecc5b; }
.page-template-resume-full-width .color-red {
  color: #e15438; }
.page-template-resume-full-width .color-green {
  color: #9bd066; }
  
div.wrap div.MainTitle {margin: 0;}

.resume-list-box {
  border: 1px solid #d1d1d1;
  background: #ffffff;
  padding: 20px 40px; }
  .resume-list-box ul {margin: 0 0 20px;}
    .resume-list-box ul li {
      background: url('../../../images/pp/resume/blue-arrow.png') no-repeat 7px 5px transparent;
      list-style-type: none;
      padding: 5px 0 0 40px;
      margin-bottom: 0px; }

#list-technical-advice ul.resume-list {
    padding: 0 50px; }
    ul.resume-list li {
      background: url('../../../images/pp/resume/yellow-checkbox.png') no-repeat 7px 15px transparent;
      list-style-type: none;
      padding: 15px 0 10px 80px;
      margin-bottom: 0px; }
    @media (max-width: 767px) {
      ul.resume-list {
        padding: 0px 10px;
        margin: 0px; }
        ul.resume-list li {
          padding-left: 60px; } }

#list-choose {
    margin-left: 80px;
    counter-reset: li;
    /* Initiate a counter */
    list-style: none; }
    #list-choose li {
      margin-bottom: 45px;
      font-size: 16px; }
      #list-choose li:before {
        content: counter(li);
        /* Use the counter as content */
        counter-increment: li;
        /* Increment the counter by 1 */
        color: #fff;
        background: #ffcd5e;
        font-size: 18px;
        font-weight: bold;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 50%;
        display: block;
        position: absolute;
        left: 40px; }	  
		  
  
.template-long-featured {
  background-color: #e5f7fd;
  border-top: 10px solid;
  border-bottom: 10px solid;
  padding: 40px 45px; }

.page-white {
  background: white; }

.page-lgreen {
  background-color: #EEF7E5; }

.page-lblue {
  background-color: #e3ebf3; }

.page-biege {
  background-color: #F8F8F5; }

.page-brown {
  background-color: #edebe5; }

.page-gray {
  background-color: #e5e6e7; }
  
.page-brightblue {
  background-color: #92D6FF; }

ul.dlm-downloads, #content ul.dlm-downloads {
  list-style: none;
  margin: 0; }

div.bestfile .block-thumb img {
  border: 1px solid #e3e9ef;
  padding: 10px;
  background: #e3e3e3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #CCC;
  border-radius: 5px;
  height: 100%; }

h4.bestfile, h3.bestfile {
  text-align: center;
  margin: 20px auto 5px;
  max-width: 280px; }
  
h4.bestfile a, h3.bestfile a {color: #222;}

h3.bestfile {font-size:20px;}

.best-block-text {
  font-size: 80%;
  text-align: center; }

.resumecall-button-1, .resumecall-button-2 {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  padding: 12px 31px 15px;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 16px; }

.resumecall-button-1 {
  background-color: #A0C55F; }

.resumecall-button-2 {
  background-color: #469AF6; }

div.resumecall {
  text-align: center;
  margin: 15px 0; }

.block-container-wrap-bestfile, .block-container-wrap-single {
  position: relative;
  z-index: 15;
  overflow: hidden;
  float: left;
  width: 100%; }

ul.arrow, ul.check { padding-left:20px; list-style:none; }
ul.arrow ul, ul.check ul {margin-top: 10px;}
ul.arrow li, ul.check li { margin-bottom:10px; }
ul.arrow li:before, ul.check li:before { font-family: 'FontAwesome';margin:0 16px 0 -32px;color: #c8c8c8;}
ul.arrow li:before {content: '\f138';}
ul.check li:before {content: '\f058';}
/* Long PAGE end */
  
/* TOC start */
#toc_container ul, #toc_container li {margin: 0; padding: 0; } #toc_container.no_bullets ul, #toc_container.no_bullets li, #toc_container.no_bullets ul li, .toc_widget_list.no_bullets, .toc_widget_list.no_bullets li {background: none; list-style-type: none; list-style: none; } #toc_container.have_bullets li {padding-left: 12px; } #toc_container ul ul {margin-left: 1.5em; } #toc_container {background: #f9f9f9; border: 1px solid #aaa; padding: 10px; margin-bottom: 1em; width: auto; display: table; font-size: 95%; } #toc_container.toc_light_blue {background: #edf6ff; } #toc_container.toc_white {background: #fff; } #toc_container.toc_black {background: #000; } #toc_container.toc_transparent {background: none transparent; } #toc_container p.toc_title {text-align: center; font-weight: 700; margin: 0; padding: 0; } #toc_container.toc_black p.toc_title {color: #aaa; } #toc_container span.toc_toggle {font-weight: 400; font-size: 90%; } #toc_container p.toc_title + ul.toc_list {margin-top: 1em; } .toc_wrap_left {float: left; margin-right: 10px; } .toc_wrap_right {float: right; margin-left: 10px; } #toc_container a {text-decoration: none; text-shadow: none; } #toc_container a:hover {text-decoration: underline; } .toc_sitemap_posts_letter {font-size: 1.5em; font-style: italic; } a#pinterest {text-decoration: none; } #fsb-social-bar.fsb-fixed {border-top: 5px solid #A0C55F; border-bottom: 5px solid #A0C55F; } #fsb-social-bar.fsb-social-bar {margin: 0; }
  
/* TOC end */

h1.headline {
  color: #333333;
  font-size: 44px;
  line-height: 48px;
  clear: none; }

h2.headline {
  font-size: 22px;
  color: #476592;
  line-height: 20px;
  margin: 10px 0 0 0;
  clear: none; }

h2.home {
  font-size: 22px;
  color: #476592;
  line-height: 20px;
  text-align: center; }

#content ul.benefits {
  padding: 15px 0 0 15px;
  margin: 10px 0 10px 10px; }

@media (max-width: 767px) {
  .hero-search .search-query {
    width: 90%; }
 }

.feat-image img {
  max-width: 100%;
  margin: 0px 20px 10px 0;
  float: left;
  display: inline-block;
  height: 100%; }

.feat-title {
  font-size: 15px;
  line-height: 22px;
  color: #121212;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 15px 0; }

.feat-title-h3 {font-size: 22px;font-weight: bold;}

div.feat-ad {float:left;}

.feat-data {
  font-size: 80%;
  font-style: italic; }

.mo-overview h2 {
  display: inline-block;
  padding: 2px 4px;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #53B2D5;
  moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px; }

.mo-overview img {
  border: 1px solid #dbdbdb;
  padding: 3px;
  margin-bottom: 10px; }

#content .mo-overview ul {
  margin: 0;
  list-style-type: none;
  clear: left; }

#content .mo-overview ul ul {
margin-left: 20px; }

#content .mo-overview ul li {
  margin-bottom: 3px;
  list-style-type: none;
  padding-left: 24px;
  text-indent: -24px;
  font-size: 15px; }

#content .mo-overview ul li:before {
  font-family: 'FontAwesome';
  content: '\f067';
  margin: 0 5px 0 0; }

#content .mo-overview ul li a {
  color: #222; }

#content .mo-overview ul li a:hover {
  color: #469AF6; }



/* HOME PAGE start */
.home .block-titles-home {padding: 0 0 6% 0; display: inline-block; width: 100%; }
.home .block-titles-wrap {background: white; }
.home .blocks-wrap {padding: 25px; }
.home .block-container-wrap {padding: 2% 0 0 0; }
.home #content {margin: 0 auto; }
.home #primary {background: white; border-bottom: 1px solid #dbdbdb; }
.home .home-press-panel {width: 100%; vertical-align: middle; text-align: center; font-size: 0; background: #32363e; padding: 30px 0; }
.home .home-press-panel-inner img {padding: 0 10px; }
h2.home-press-panel-inner {text-align: center; font-size: 24px; margin-bottom: 10px; }
.masonry-brick1 {position: absolute; left: 0px; top: 0px; }
.masonry-brick2 {position: absolute; left: 459px; top: 0px; }
.masonry-brick3 {position: absolute; left: 919px; top: 0px; }
.masonry-brick4 {position: absolute; left: 919px; top: 465px; }
.masonry-brick5 {position: absolute; left: 0px; top: 489px; }
.masonry-brick6 {position: absolute; left: 459px; top: 696px; }
.masonry-brick7 {position: absolute; left: 0px; top: 1161px; }
.masonry-brick8 {position: absolute; left: 919px; top: 1161px; }
.masonry-brick9 {position: absolute; left: 459px; top: 1276px; }
.homecall-button {background-color: #A0C55F; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; display: inline-block; text-align: center; padding: 12px 31px 15px; color: #fff !important; text-decoration: none; cursor: pointer; border: none; outline: none; font-size: 16px; width: 255px; }
div.get-started a {display: block; margin: 1px auto 0; width: 290px; height: 46px; overflow: hidden; background: #A0C55F; }
/* HOME PAGE end */


span.numbers {
  font-size: 242%; }

div.data {
  text-align: center;
  margin: 20px 0; }

div.get-started {
  width: 100%;
  margin: 0 0 30px;
  background: url(../../../images/bg-dashes-long.png) no-repeat 50% 50%;
  clear: both; }

div.get-started a {
  display: block;
  margin: 1px auto 0;
  width: 290px;
  height: 46px;
  overflow: hidden;
  background: #A0C55F; }

.welcome img {
  float: right;
  margin: 0px 15px 15px 0px; }

@media only screen and (max-width: 900px) {
  .welcome img {
    display: none; }
 }

.tag .block-text-top {
  padding: 2% 3% 0 3%;
  margin: 1% 4%;
  word-wrap: break-word;
  display: block;
  background: white;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e3e9ef; }

aside#text-13 {
  background: #383D46; }

aside#text-14 {
  padding: 0;
  float: none;
  display: flex; }

span.total_files, span.total_files_number, span.total_downloads, span.total_downloads_number {
  color: #fff;
  font-family: 'Helvetica', sans-serif;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 10px;
  margin: 0 0;
  border: none;
  -webkit-transition: 0.07s ease-in;
  transition: 0.07s ease-in;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  line-height: 37px; }

span.total_files {
  background: #469AF6; }

span.total_files_number {
  background: #383D46; }

span.total_downloads {
  background: #ec6d4a; }

span.total_downloads_number {
  background: #383D46; }

ul.side_social {
  list-style-type: none;
  clear: left; }

#secondary ul.side_social li.twitter, #secondary ul.side_social li.gplus, #secondary ul.side_social li.facebook {
  margin: 0 9px 0 0;
  padding: 0; }

#secondary ul.side_social li.linkedinshare {
  margin: 0;
  padding: 0; }

#secondary ul.side_social li {
  float: left;
  padding: 0; }

#secondary ul.side_social li:before {
  content: none; }

/* Contact Form start */
.page-template-contact-us div#content {
    max-width: none;
}
.page-template-contact-us div#primary {
    float: none;    margin: 0 auto;    display: block;    width: 100%;
}
#contact-form input.error {
  background: #f8dbdb;
  border-color: #e77776; }

#contact-form textarea.error {
  background: #f8dbdb;
  border-color: #e77776; }

#contact-form textarea#message {
  width: 400px;
  height: 100px;
  margin-right: 2px; }

#contact-form input#send {
  margin-top: 20px; }

span.us-span {
  display: block;
  margin: 0 auto;
  width: 310px;
  margin-top: 10px;
  padding: 5px 5px;
  border: 3px solid #d7efff;
  text-align: center; }

span.contactus-span {
    display: block;
    margin: 0 auto;
    width: 410px;
    margin-top: 60px;
    padding: 5px 5px;
    border: 3px solid white;
    text-align: center;
    background-color: #7ADE61;
    font-size: 110%; }

form#contact-form label {
  text-transform: none; }
form#contact-form span.error {
  font-style: italic;
  font-size: 15px;
}
form#contact-form {
  width: 440px;
  float: right;
  border: 1px solid #d1d1d1;
  padding: 20px;
  margin: 20px 20px 20px 100px;
  border-radius: 10px;
  background: #fdfdff; }
  @media (max-width: 700px) {
      form#contact-form {
    margin: 8px;
          
      }
  }
    @media (max-width: 600px) {
      form#contact-form {
    margin: 8px;              
    width: 100%;
}
#contact-form textarea#message{
    width: 80%;
  
    min-width: 200px;
}
  }
/* Contact Form end */

/* Sidebar Related start */
.block-sidebar {
  position: relative;
  float: left;
  padding: 0;
  margin: 0 10px 20px 3%; }

div.block-sidebar .block-thumb img {
  padding: 2px;
  background: #f3f3f3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #e3e9ef;
  border-radius: 3px;
  height: 100%; }

#secondary .widget ul.dlm-downloads li:before {
  display: none; }

#secondary .widget ul.dlm-downloads li {
  padding: 0;
  margin: 0;
  border: 0; }

#secondary aside#wpb_widget-3 {
  margin-top: 30px; }

#secondary .widget ul.dlm-downloads a.block-thumb {
  width: 159px; }

div#secondary h4.related-sidebar {
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
  padding-top: 10px; }

div.sidebar-download-count, div.sidebar-file-size {
  font-size: 90%;
  color: #535353; }

/* Sidebar Related end */

/* NEW FOOTER START  */
#footer {
  background: url(../../../images/footer_bg_desk_repeat.jpg) top center repeat-x;
  z-index: 99;
  FONT-SIZE: 14px;
  position: relative;
  font-family: 'Open Sans', sans-serif; }

#footer .row {
  margin-right: 0;
  margin-left: 0; }

#footer .footerbgRepeat {
  position: relative;
  width: 100%;
  z-index: 9;
  background: url(../../../images/footer_bg_desk.jpg) top center no-repeat; }

#footer .background-footer {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0; }

#footer .row1 {
  color: #222222;
  position: relative;
  padding: 0% 6% 0% 6%;
  max-width: 1440px;
  margin: 0 auto 10px auto;
  min-height: 120px; }

#footer .footer-slot {
  background: #243030; }

#footer .footer_links > div {
  float: left;
  width: 33%;
  min-width: 200px;
  margin-bottom: 10px; }

#footer .footer_links p {
  text-transform: uppercase; }

#footer .footer_links a {
  line-height: 22px;
  text-transform: none;
  font-size: 15px;
  padding: 0;
  color: #626266;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  margin: 0; }

#footer .footer_links a:hover {
  color: #f1fcf6; }

#footer .footer_links {
  min-height: 280px;
  padding: 0% 6% 0% 6%;
  max-width: 1440px;
  margin: 0 auto 10px auto; }

#footer li {
  margin-left: 2px;
  list-style: none;
  padding-top: 2px;
  padding: 4px;
  border-bottom: dotted 2px rgba(0, 0, 0, 0.15); }

#footer .row.row3 {
  padding: 2% 6% 3% 6%;
  min-height: 150px; }

#footer .footer-logo {
  float: left; }

#footer .footer-logo img {
  padding: 8px; }

#footer .footer_content {
  padding-top: 30px; }

#footer .footer-slot .copyrights-slot {
  float: right;
  color: #5C5F66;
  margin-top: 20px;
  text-align: right; }

#footer .footer-slot .copyrights-slot a {
  color: #a4a4a4; }

@media screen and (max-width: 820px) {
  #footer .background-footer {
    background: url(../../../images/footer_bg_desk_repeat1.jpg) repeat; }
 }

@media screen and (max-width: 770px) {
  #footer .footer_links > div {
    margin-right: 20px;
    margin-left: 20px; }

  #footer .footer_content {
    padding: 10px;
    min-height: 130px; }
 }

@media screen and (max-width: 550px) {
  #footer .footer_links .f-left {
    margin: 0 auto;
    width: 100%;
    float: none;
    margin-bottom: 20px;
    padding: 1%; }

  #footer .footer_links .f-right {
    margin: 0 auto;
    width: 240px;
    float: none; }

  #footer .row.footer_links {
    padding: 0; }
 }

@media screen and (max-width: 470px) {
  #footer .row1 {
    padding: 0%; }

  #footer .footer_content {
    padding: 10px 0 0 10px; }
 }

@media screen and (max-width: 410px) {
  #footer .footer_content {
    padding: 5px; }
 }

#footer ul {
  margin: 0px; }

#footer .footer_links ul {
  float: left; }

#footer .row:after {
  clear: both; }

#footer .menu {
  display: block; }

#footer div.clear {
  clear: both;
  float: none; }

div.f-left h5, div.f-right h5 {
  padding-top: 20px; }

/* NEW FOOTER END  */

/* For top-day start */
div#top-day-content {
  color: #626266; }

#top-day-content > a > img {
  float: left;
  margin-right: 10px; }

#top-day-content h5 {
  color: #00491c;
  text-transform: uppercase; }

#top-day-content a.download-link {
  font-size: 20px;
  color: black; }
  
/* For top-day end */

/* JF start */
.italic-text {
  font-style: italic; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.wrap {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .wrap {
    width: 750px; }
 }

@media (min-width: 992px) {
  .wrap {
    width: 970px; }
 }

@media (min-width: 1200px) {
  .wrap {
    width: 1170px; }
 }

.wrap-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; }
 }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; }
 }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; }
 }

.clearfix:before, .clearfix:after, .wrap:before, .wrap:after, .wrap-fluid:before, .wrap-fluid:after, .row:before, .row:after {
  content: " ";
  display: table; }

.clearfix:after, .wrap:after, .wrap-fluid:after, .row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

/*** General Styles ***/
@font-face {
  font-family: 'BrandonText-Regular';
  src: url('fonts/2D7521_0_0.eot');
  src: url('fonts/2D7521_0_0.eot#iefix') format('embedded-opentype'), url('fonts/2D7521_0_0.woff') format('woff2'), url('fonts/2D7521_0_0.woff') format('woff'), url('fonts/2D7521_0_0.ttf') format('truetype'); }

.page-template-resume-full-width #primary {
  float: left;
  width: 100%; }
.page-template-resume-full-width #content-wrap {
  overflow: hidden; }
.page-template-resume-full-width #main {
  margin: 0px;
  width: 100%;
  max-width: 100%;
  padding: 0px; }
.page-template-resume-full-width h1, .page-template-resume-full-width h2, .page-template-resume-full-width h3, .page-template-resume-full-width h4, .page-template-resume-full-width h5, .page-template-resume-full-width h6 {
  font-family: 'BrandonText-Regular';
  font-weight: lighter;
  line-height: 1em; }
h3.in-section-title {text-transform: uppercase;letter-spacing: 1px;margin-top: 20px;font-weight: 600;}

.page-template-resume-full-width .section-title {
  font-size: 36px; }
  @media (max-width: 767px) {
    .page-template-resume-full-width .section-title {
      font-size: 24px; } }
.page-template-resume-full-width .color-blue, .page-template-resume-full-width .color-yellow, .page-template-resume-full-width .color-red, .page-template-resume-full-width .color-green {text-transform: uppercase;}	  
.page-template-resume-full-width .section-subtitle {
  text-transform: lowercase; }
.page-template-resume-full-width p {
  margin: 20px 0; }
.page-template-resume-full-width .clearboth {
  clear: both; }
@media (max-width: 768px) {
  .page-template-resume-full-width img {
    max-width: 100%; }
 }
.page-template-resume-full-width img.full-img {
  max-width: 1000%; }
.page-template-resume-full-width .pull-down {
  margin-bottom: -100px;
  position: relative; }
@media (min-width: 992px) {
  .page-template-resume-full-width .push-md-right {
    float: right; }
 }
.page-template-resume-full-width .ad-space {
  z-index: 10;
  display: inline-block;
  position: relative; }
  
.page-template-resume-full-width .ad-336, .ad-bordered-728 {
  text-align: center;background: white;  padding: 10px;  border: 1px solid #000; }
.ad-bordered-728 {width: 748px;height:110px;}
.ad-336-top {margin-top: 20px;}

div.seemorexit {
    float: left;
    padding: 30px;
}

div.seemorexit {width: 100%; }
@media (min-width: 765px) {div.seemorexit {max-width: 60%; } }
@media (min-width: 980px) {  div.seemorexit {max-width: 40%; } }

div.seemorexit-inner {position: relative;  z-index: 2;}

.seemorexit:after {
content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: relative;
    font-size: 100px;
    z-index: 1;
    float: right;
    margin-top: -82px;
    padding-left: 50px;
}
div.page-gray .seemorexit:after {color: #edeeee;} 
div.page-brown .seemorexit:after {color: #f2f1ed;} 
  
/*** Containers ***/
.container-section {
  padding: 40px 0;
  overflow: visible;
  position: relative; }

  #container-section-intro h1 {
    margin-bottom: 0px;
    margin-top: 20px;
	letter-spacing: 3px; }

  #container-section-intro h1 span.tight{
    letter-spacing: 0px;
	color: #989898; }

#container-section-intro {
  background: #FFFFFF;
  border-bottom: 20px solid #ffcd5c; }
  #container-section-intro a {
    text-decoration: underline; }
  #container-section-intro .col-md-5 {
    position: static; }
  #container-section-intro .upset-guy-img {
    margin-bottom: -70px; }
  @media (min-width: 992px) {
    #container-section-intro .upset-guy-img {
      position: absolute;
      bottom: -2px;
      z-index: 0;
      margin-bottom: 0px; }
 }
.ad-space-v2 {margin: 20px 0 0 0;}
 
#container-section-intro-2 {
background-image: url('../../../images/pp/resume/unhappy-with-work-2.png');
background-position: 98% 98%;
background-repeat: no-repeat;
}

/* variation end*/

#container-section-building-resumes {
  background: #f2eee3;
  border-bottom: 20px solid #d6d3cc;
  background-image: url('../../../images/pp/resume/bg-mountains.png');
  background-position: bottom center;
  background-repeat: repeat-x;
  padding-bottom: 35px; }
  #container-section-building-resumes .section-title {
    margin-bottom: 0px; }
  #container-section-building-resumes .section-subtitle {
    text-transform: lowercase; }
  #container-section-building-resumes .col-md-4 {
    position: static; }
  #container-section-building-resumes .col-md-8 {
    z-index: 10; }
  #container-section-building-resumes .building-resumes-img {
    margin-bottom: -50px; }
  @media (min-width: 992px) {
    #container-section-building-resumes .building-resumes-img {
      position: absolute;
      bottom: -2px;
      z-index: 0;
      margin-bottom: -40px;
      margin-left: -100px; }
 }
  @media (max-width: 992px) {
    #container-section-building-resumes {
      padding-bottom: 0px; } }
#container-section-presentations {
  background: #e9f6fc;
  background-position: -10% 101%;
  background-repeat: no-repeat;
  padding-bottom: 80px; }
  #container-section-presentations #magnifying-glass-img {
    width: 140%;
    max-width: 140%;
    z-index: 1;
    position: absolute;
    margin-left: 60%;
    margin-top: -13%; }
    @media (min-width: 992px) {
      #container-section-presentations #magnifying-glass-img {
        left: auto;
        width: auto;
        max-width: 1000%;
        top: 192px;
        margin-left: 116px; } }
  #container-section-presentations #people-img {
    width: 60%;
    top: 0px;
    z-index: 0;
    margin-bottom: -10px; }
    @media (min-width: 992px) {
      #container-section-presentations #people-img {
        width: auto;
        position: absolute;
        top: 20px;
        left: -200px;
        max-width: 1000%; } }
  @media (max-width: 992px) {
    #container-section-presentations {
      padding-bottom: 0px; } }
#container-section-devil {
  background: #f2eee3;
  background-image: url('../../../images/pp/resume/devil-people-bg.png');
  background-position: 50% 112%;
  background-repeat: repeat-x;
  padding-top: 100px; }
.devil-resume-image {
  margin-right: -100px;
  position: relative;
  z-index: 5; }
  @media (min-width: 768px) {
    .devil-resume-image {
      margin-bottom: -120px; } }
#container-section-free {background: #b1e1f8; }
#container-section-free h2.section-title {text-align: center;}
  #container-section-free .col-md-6 {
    position: static; }
  #container-section-free .free-browser-img {
    bottom: 30px;
    z-index: 0; }
    @media (min-width: 992px) {
      #container-section-free .free-browser-img {
        width: auto;
        /*position: absolute;
        bottom: 0px; */} }
  @media (max-width: 992px) {
    #container-section-free {
      padding-bottom: 0px; } }
#container-section-choosing {
  background: #f2eee3; }
  #container-section-choosing .section-title {
    margin-bottom: 30px; }
  #container-section-choosing .col-md-5 {
    position: static; }
  #container-section-choosing .rocket-girl-img {
    margin-bottom: -9px; }
    @media (min-width: 992px) {
      #container-section-choosing .rocket-girl-img {
        position: absolute;
        bottom: -60px;
        margin-left: -120px; } }
  @media (max-width: 992px) {
    #container-section-choosing {
      padding-bottom: 0px; } }
#container-section-how-to {
  background: #b1e1f8; }
  #container-section-how-to h2, #container-section-how-to p {
    text-align: center; }	
#container-section-whoa {
  background: #f2eee3; }
  #container-section-whoa .section-title {
    text-align: center; }
  #container-section-whoa p {
    text-align: center; }
#container-section-technical {
  background: #37839d;
  color: #fff; }
  #container-section-technical .section-title {
    text-transform: none;
    text-align: center;
    color: #fdce5c;
    margin-bottom: 20px; }


#container-section-whoa .left-hand-img, #container-section-whoa .right-hand-img {
  position: absolute;
  max-width: 40%; }
#container-section-whoa .left-hand-img {
  left: -50px; }
#container-section-whoa .right-hand-img {
  right: -50px; }
#container-section-whoa .social-share {
  width: 300px;
  display: block;
  margin: 60px auto;
  text-align: center; }

/*** Resume Nav ***/
#resume-nav-container {
  min-height: 60px; }

#resume-nav {
  background: #162937;
  display: block;
  text-align: center;
  height: 60px; }
  #resume-nav ul {
    display: inline-block;
    list-style: none; }
    #resume-nav ul li {
      float: left;
      margin-right: 25px;
      line-height: 60px; }
      #resume-nav ul li a {
        color: #fff;
        padding: 5px 14px;
        border-radius: 4px;
        font-size: 14px; }
      #resume-nav ul li a.active {
        background: #ffcd5c;
        color: #162937; }

.sticky-nav {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0; }

#resume-mobile-btn {
  display: none;
  height: 45px;
  width: 45px;
  float: left;
  cursor: pointer; }
  #resume-mobile-btn i {
    color: #fff;
    font-size: 22px;
    line-height: 45px; }

@media (max-width: 991px) {
  #resume-nav-container {
    min-height: 500px; }

  #resume-nav {
    height: auto; }
    #resume-nav li {
      width: 100%;
      text-align: left; }

  #resume-nav.sticky-nav {
    height: auto;
    overflow: scroll;
    max-height: 100vw; }
    #resume-nav.sticky-nav #resume-mobile-btn {
      display: block; }
    #resume-nav.sticky-nav ul {
      display: none;
      max-height: 100%; }
 }

.admin-bar .sticky-nav {
  margin-top: 32px; }

/*** Resume Plugin ***/
#container-resume-plugin h3 {font-size: 36px;  text-align: center; text-transform:uppercase; letter-spacing: 2px;}
#container-resume-plugin h3 span {border-top: 10px solid #fecc5b;padding-top: 10px;}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {#container-resume-plugin h3 span {font-size: 16px;}}

.container-resume-plugin div.page-gray, .container-resume-plugin div.page-brown {border-top: 1px solid white;}
.page-template-resume-full-width .page .block-text {  padding: 100px 0; }
  
/* JF end */

/* Potty start */
.potty-supergirl {margin-bottom: -100px;position: relative;z-index: 5;}

/* CCAF start */
/*#ccaf ul, #ccaf ol {
  padding-left: 40px; }*/
  
/*Memo Start*/
img.how-to-memo {position: relative;
bottom: -2px;
z-index: 0;
margin-left: -200px;}

h3.withback {text-align: center;text-transform: uppercase;letter-spacing: 2px;font-size: 26px;background: white;margin-top: 20px;padding: 8px 0 4px;}
h3.introdm {margin-top: 20px;text-align:center;}
h3.introdm span {text-transform: uppercase;letter-spacing: 2px;font-size: 26px;background: #efefef;padding: 8px 20px 4px;
border-left: 5px solid #dddddd;border-right: 5px solid #dddddd;}
.free-memo-top {
     }
  @media (min-width: 992px) {
    .free-memo-top {
      position: relative;
      top: 14px;
      z-index: 0;
      margin-bottom: 0px; }
 }

/* DM templates */
ul.dlm-downloads .allonepic {max-height: 100%; }
@media (min-width: 768px){ul.dlm-downloads .allonepic{    max-height: 314px;  }}
@media (min-width: 992px){ul.dlm-downloads .allonepic {    max-height: 393px;  }}
@media (min-width: 1200px) { ul.dlm-downloads .allonepic {    max-height: 462px;  }}
@media (max-width: 992px){.block-container-wrap-bestfile {    	    margin-bottom: 30px;  }}

div.small-preview ul li {
  display: inline-block;
  *display: inline;
  /*IE7*/
  *zoom: 1;
  /*IE7*/
  float:left; margin: 0 3px; }

div.small-preview ul li img {border: 1px solid #dbdbdb; padding: 1px; }
div.small-preview ul {width: 100%;text-align: center; }
div.small-preview ul li img {width: 100%;  height: auto; }
div.small-preview ul li {width: 100%; }
@media (min-width: 765px) {div.small-preview ul li {  max-width: 46%; } }
@media (min-width: 980px) {  div.small-preview ul li {    max-width: 24%; } }
@media only screen and (min-width: 765px) and (max-width: 900px) {  .post.block.animated.fadeIn.masonry-brick.bestfile {    max-width: 30%; } }
  
table.templatedata {margin-bottom: 20px;border: 1px solid #dbdbdb; }table.templatedata td.first {text-align: center; }table.templatedata td.third {text-align: center; padding: 15px; }table.templatedata td {padding: 3px 6px; vertical-align: top; }table.templatedata2 {margin-bottom: 20px; }table.templatedata2 td.first {text-align: center; padding: 5px; }table.templatedata2 td.third {text-align: center; padding: 15px; }table.templatedata2 td {padding: 3px 6px; vertical-align: top; }table.templatedata2 td img {float: left; margin: 0; padding: 0; }table.templateinfo {border: 1px solid #d0d8e3; font-size: 80%; }table.templateinfo td {padding: 3px 6px; vertical-align: top; }table.templateinfo tr.odd {background: #f9f9f9; }table.templateinfo tr.even {background: #ffffff; }table.templateinfo td.right {text-align: right; }table.templateinfo p {margin: 0; }table.pdf {margin-top: 10px; }table.templatedatafirst {width: 300px; font-size: 80%; }table.templatedatafirst td.first {text-align: center; }table.templatedatafirst td.third {text-align: center; padding: 15px; }table.templatedatafirst td {padding: 3px 6px; vertical-align: top; border: 1px solid #dbdbdb; }h3.template, h4.template {font-size: 15px; line-height: 22px; color: #121212; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; }h3.template {margin-top: 20px; }div.manyl {float: left; padding: 10px 15px 0 0; }div.single-image-left {float: left; padding: 10px 15px 0 0; }div.manyr {overflow: hidden; padding: 10px 0; }div.bigpdf {float: left; padding: 0 15px 0 20px; width: 300px; }div.bigtemplate {clear: both; overflow: hidden; width: 100%; }div.manyl img {text-decoration: none; position: relative; display: block; float: left; border: 1px solid #d0d8e3; background: white; padding: 3px; }span.zoom-icon {visibility: hidden; position: absolute; left: 35%; top: 30%; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; }a:hover span.zoom-icon {visibility: visible; }div.zarchive {padding: 8px 12px; moz-border-radius: 7px; background: #53B2D5; -webkit-border-radius: 7px; border-radius: 7px; color: white; }div.zarchive a {color: white; text-decoration: underline; }h3.template, h4.template {font-size: 15px; line-height: 22px; color: #121212; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; }.pricing {border: 1px solid #53B2D5; background: #FFF; line-height: 1.4; width: 100%; margin-bottom: 15px; font-size: 85%; }.pricing td {padding: 10px; vertical-align: top; }.pricing tr:nth-child(even) {background-color: #f5f5f5; }td.cat1 img {border: 1px solid #EEE; }td.cat2 {padding-top: 20px; }@media (max-width: 767px) {td.cat1 img {  width: 100px; }}img.cat {float: left; margin: 0 20px 10px 0; padding: 5px; border: 1px solid #e3e9ef; } 

div.posttemplate {margin-bottom: 10px;}

table.bordered td {padding: 3px 6px; vertical-align: top;border: 1px solid #dbdbdb; border-collapse:collapse; }
.white {background: white;}

/* CS Resume Start */
blockquote.objective {
font-size: 120%;
line-height: 1.6em;
border: 1px solid #dbdbdb;
    color: #000000;
    padding: 30px;  
	background: white;

}

blockquote.pull {
	padding: 0 1.5em;
font-size: 152%;
color: #000000;
line-height: 1.6em;
font-weight: bold;
font-family: Georgia, Serif;
}

blockquote.pull:before {
width: 40px;
height: 10px;
display: block;
background: black;
margin-bottom: 20px;
}



  #container-section-introcs h1 {
    margin-bottom: 0px;
    margin-top: 20px;
	letter-spacing: 3px; }

  #container-section-introcs h1 span.tight{
    letter-spacing: 0px;
	color: #989898; }

#container-section-introcs {
  background: #D9EDEF;
  border-bottom: 20px solid #ffcd5c; }
  #container-section-introcs a {
    text-decoration: underline; }
  #container-section-introcs .col-md-5 {
    position: static; }
  #container-section-introcs .jobsearch {
     }
  @media (min-width: 992px) {
    #container-section-introcs .jobsearch {
      position: absolute;
      bottom: -2px;
      z-index: 0;
      margin-bottom: 0px; }
 }
}

  #container-section-csresume-training .col-md-4 {
    position: static; }
  #container-section-csresume-training .col-md-8 {
    z-index: 10; }

div#container-section-research {
background: #C6E3E5;
background-image: url('../../../images/pp/csresume/do-resume-research.png');
background-position: bottom right;
background-repeat: no-repeat;
}


#container-section-csresume-training .training-img {
    margin-bottom: -50px; }
  @media (min-width: 992px) {
    #container-section-csresume-training .training-img {
      position: absolute;
      z-index: 0;
      margin-bottom: 2px;
      margin-left: -100px; }
 }
 
  #container-section-csresume-awards .col-md-5 {
    position: static; }
  #container-section-csresume-awards .awards-img {
    margin-bottom: -45px; }
  @media (min-width: 992px) {
    #container-section-csresume-awards .awards-img {
      position: absolute;
      bottom: -2px;
      z-index: 0;
      margin-bottom: 0px; }
 }

div#container-section-toc {background: #f2eee3;    border-bottom: 20px solid #d6d3cc;    background-image: url('../../../images/pp/resume/bg-mountains.png');    background-position: bottom center;    background-repeat: repeat-x;    padding-bottom: 35px;}
div#container-section-csresume, div#container-section-csresume-experience {background-color:#f2eee3;}
div#container-section-csresume-contact {background-color:#e9f6fc;}
div#container-section-title {background-color:#ffffff;}
div#container-section-csresume-summary, div#container-section-csresume-skills, #container-section-tips {background-color:#f5f7fc;}
div#container-section-csresume-training {background-color:#D9EDEF; border-bottom: 20px solid #7FB4BA;}
div#container-section-csresume-awards {background-color:#FBF1E2; border-bottom: 20px solid #f3e5d1;}

img.jobsearch {position: absolute;bottom: -2px;z-index: 0;margin-bottom: 0px;}

div#resume-page.csresume h3 {font-size: 16px;text-transform: uppercase;letter-spacing: 2px;}
#container-section-title h2, #container-section-title h2, #container-section-csresume-contact h3, #container-section-csresume-summary h3, #container-section-csresume-experience h3, #container-section-csresume-skills h3 {text-align: center;}
div#resume-page.csresume h4 {font-size: 16px;text-transform: uppercase;letter-spacing: 2px;padding-top: 20px;color: #2bc0c4;font-weight: 900;}
div#container-section-csresume-skills h5 {font-size: 16px;text-transform: uppercase;letter-spacing: 2px;color: #e15438;font-weight: 900;}

div#resume-page.csresume ul li {margin: 10px 0;}

/* Toolkit Starts */
div#resume-page.toolkit {background: white;}
#guide-title {height: 350px; background-size: 100% }
#guide-title.desk {background: url('../../../images/pp/toolkit/desk.jpg') repeat-x 0 0 transparent; }

#guide-title #title-inner {
max-width: 1088px;
margin: 0 auto;
float: none;
height: 100%;
position: relative;
z-index: 10;
}
#guide-title #title-inner #title-square {
box-sizing: border-box;
padding: 30px;
border-radius: 0;
width: 400px;
height: 380px;
background: #daf0ff;
position: absolute;
bottom: -200px;
}
#guide-title #title-inner #toc-square {
position: absolute;
bottom: -200px;
height: 10px;
width: 400px;
height: 40px;
background: #e8f4fd;
}

#guide-title #title-inner #toc_container {background: none; width: 400px !important; border: none;padding:0;}
.toolkit p.intro {padding-left: 265px;margin: 0;}

#guide-title #title-inner #toc-square #toc_container p.toc_title {font-weight: normal;text-align: left; padding: 8px 0 0 30px; font-size: 95%;}
#guide-title #title-inner #toc-square #toc_container p.toc_title + ul.toc_list {width: 400px;padding: 20px;background: white;margin-top: 13px;}

#guide-title #title-inner #title-square h1 {line-height: 1.1em; padding-top: 10px; font-size:46px;}
div#resume-page.toolkit h2 {margin-top: 80px;}

#internship-page .container-section-title{
	background:#FFFFFF;
	text-align:center;
}

#internship-page .container-section-title.fixed{
    	position:fixed;
    	top:0;
	z-index:1000;
	width: 100%;
  	padding: 0;
  	height: 50px;
	overflow:hidden;
}
#internship-page .container-section-title.fixed h2{
	font-size: 16px;
	line-height: 50px;
}
#internship-page ul li{
	font-size:17px;
	line-height:1.6;
}
#internship-page #container-section-intro b, #internship-page #container-section-intro strong{
	color: #000000;
}
#internship-page #container-section-toc ul li:before{
	color: #938665;
}
#internship-page h2{
	text-transform:uppercase;
}
#internship-page .page-lgreen ul li:before{
	color: #8BC0B8;
}
#internship-page .page-lgreen b, 
#internship-page .page-lgreen strong{
	color: #1F7155;
}

#internship-page .page-beige ul li:before{
	color: #5E9FEA;
}
#internship-page .page-beige b, 
#internship-page .page-beige strong,
#internship-page .page-beige h3{
	color: #044680;
}
#internship-page .page-beige h3{
	line-height: 1.6em;
}

#internship-page .page-biege ul li:before{
	color: #B0753B;
}
#internship-page .page-biege ul li ul li:before{
	color: #E4B98F;
}
#internship-page .page-biege h3{
	color: #714411;
	margin-bottom:16px;
}
#internship-page .page-biege b,
#internship-page .page-biege strong{
	color: #E09A56;
}
#internship-page .page-lgreen h3{
	color: #1F7155;
	margin-bottom:16px;
}
.two-col{
	margin-bottom: 20px;
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}
.two-col p{
	margin-top:0;
}

.toctemp-img {    position: absolute;
    z-index: 999;
    top: 1px;
    margin-left: -100px;}

div.ip-title-noh {
    color: #6795BD;
    font-size: 22px;
    line-height: 2.5em;
    margin: 0;
}

.ip-title {
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1200em;
    color: #000;
    margin-bottom: 10px;
}

.underline {
    width: 22px;
    height: 2px;
    border: 0;
    background: #00A8D6;
    text-align: left;
    margin: 0 0 20px 0;
}

@media only screen and (max-width: 768px) {
	#internship-page ul li{
		font-size:15px;
		line-height:1.6;
	}
	.two-col{
		margin-bottom: 20px;
		-moz-column-count: 1;
    		-moz-column-gap: 0px;
    		-webkit-column-count: 1;
    		-webkit-column-gap: 0px;
    		column-count: 1;
    		column-gap: 0px;
	}
	#internship-page h3{
		font-size:18px;
	}
}


div.catdone {clear: both;
    padding: 0 5% 5% 5%;
    height: 280px;
margin-bottom: 40px;}
span.mess-success {
    text-align: center;
    display: block;
    font-size: 14px;
    width: 300px;
    margin: 0 auto;
    padding: 5px 5px;
    border: 3px solid #A0C55E;
}
@media screen and (max-width: 386px){
span.mess-success {
    width: 100%;
}
}


/* Featured Page No Header start */

@media (min-width: 1230px)
.page-template-full-width-featured-php .container {
    width: 1200px;
}
.page-template-full-width-featured-php .container {
    max-width: 100%;
}

.page-template-full-width-featured-php {
    font-family: 'Open Sans',sans-serif;
    font-weight: 100;
    color: #222;
    font-size: 17px;
    background-color: #fafafa;
    line-height: 160%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
@media (min-width: 768px)
.page-template-full-width-featured-php .col-sm-12 {
    width: 100%;
}
@media (min-width: 768px)
.page-template-full-width-featured-php .col-sm-1, .page-template-full-width-featured-php .col-sm-10, .page-template-full-width-featured-php .col-sm-11, .page-template-full-width-featured-php .col-sm-12, .page-template-full-width-featured-php .col-sm-2, .page-template-full-width-featured-php .col-sm-3, .page-template-full-width-featured-php .col-sm-4, .page-template-full-width-featured-php .col-sm-5, .page-template-full-width-featured-php .col-sm-6, .page-template-full-width-featured-php .col-sm-7, .page-template-full-width-featured-php .col-sm-8, .page-template-full-width-featured-php .col-sm-9 {
    float: left;
}
.page-template-full-width-featured-php .col-lg-1, .page-template-full-width-featured-php .col-lg-10, .page-template-full-width-featured-php .col-lg-11, .page-template-full-width-featured-php .col-lg-12, .page-template-full-width-featured-php .col-lg-2, .page-template-full-width-featured-php .col-lg-3, .page-template-full-width-featured-php .col-lg-4, .page-template-full-width-featured-php .col-lg-5, .page-template-full-width-featured-php .col-lg-6, .page-template-full-width-featured-php .col-lg-7, .page-template-full-width-featured-php .col-lg-8, .page-template-full-width-featured-php .col-lg-9, .page-template-full-width-featured-php .col-md-1, .page-template-full-width-featured-php .col-md-10, .page-template-full-width-featured-php .col-md-11, .page-template-full-width-featured-php .col-md-12, .page-template-full-width-featured-php .col-md-2, .page-template-full-width-featured-php .col-md-3, .page-template-full-width-featured-php .col-md-4, .page-template-full-width-featured-php .col-md-5, .page-template-full-width-featured-php .col-md-6, .page-template-full-width-featured-php .col-md-7, .page-template-full-width-featured-php .col-md-8, .page-template-full-width-featured-php .col-md-9, .page-template-full-width-featured-php .col-sm-1, .page-template-full-width-featured-php .col-sm-10, .page-template-full-width-featured-php .col-sm-11, .page-template-full-width-featured-php .col-sm-12, .page-template-full-width-featured-php .col-sm-2, .page-template-full-width-featured-php .col-sm-3, .page-template-full-width-featured-php .col-sm-4, .page-template-full-width-featured-php .col-sm-5, .page-template-full-width-featured-php .col-sm-6, .page-template-full-width-featured-php .col-sm-7, .page-template-full-width-featured-php .col-sm-8, .page-template-full-width-featured-php .col-sm-9, .page-template-full-width-featured-php .col-xs-1, .page-template-full-width-featured-php .col-xs-10, .page-template-full-width-featured-php .col-xs-11, .page-template-full-width-featured-php .col-xs-12, .page-template-full-width-featured-php .col-xs-2, .page-template-full-width-featured-php .col-xs-3, .page-template-full-width-featured-php .col-xs-4, .page-template-full-width-featured-php .col-xs-5, .page-template-full-width-featured-php .col-xs-6, .page-template-full-width-featured-php .col-xs-7, .page-template-full-width-featured-php .col-xs-8, .page-template-full-width-featured-php .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.page-template-full-width-featured-php .main {
    background: #fff;
}

.page-template-full-width-featured-php header {
    display: block;
}

.page-template-full-width-featured-php .main img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}
.page-template-full-width-featured-php article:last-child {
    padding-bottom: 30px;
}
.page-template-full-width-featured-php article.intro, article:first-child {
    padding-top: 30px;
}
.page-template-full-width-featured-php .intro, article {
    position: relative;
}
.page-template-full-width-featured-php article {
    width: 800px;
    display: block;
}
.page-template-full-width-featured-php article, iframe, img {
    max-width: 100%;
    margin: auto;
}
.page-template-full-width-featured-php #content-wrap {
    font-weight: 400;
}

.page-template-full-width-featured-php h2 {
    color: #222;
    display: block;
    font-style: normal;
    letter-spacing: 1px;
    padding: 20px 0 10px;
    margin: 0;
    text-transform: uppercase;
    line-height: 110%;
}

.page-template-full-width-featured-php ol, .page-template-full-width-featured-php ul {margin: 0 0 20px 40px;}
.page-template-full-width-featured-php ol li, .page-template-full-width-featured-php ul li {margin: 5px 0;}
.ontop {z-index: 5;}