/*
Theme Name: Microsoft Fire Hose
Theme URI: http://webdevstudios.com/
Author: WebDevStudios
Author URI: http://webdevstudios.com/
Description: Framework created for the Microsoft Themes
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: wds_ms
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Microsoft Framework is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
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 {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  vertical-align: baseline;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}

html {
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

body {
  background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-spacing: 0;
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'SegoeUI';
  src: url("fonts/segoeui-light-webfont.eot");
  src: url("fonts/segoeui-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/segoeui-light-webfont.woff") format("woff"), url("fonts/segoeui-light-webfont.ttf") format("truetype"), url("fonts/segoeui-light-webfont.svg#segoe_uilight") format("svg");
}
@font-face {
  font-weight: bold;
  font-style: normal;
  font-family: 'SegoeUI';
  src: url("fonts/segoebd-webfont.eot");
  src: url("fonts/segoebd-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/segoebd-webfont.woff") format("woff"), url("fonts/segoebd-webfont.ttf") format("truetype"), url("fonts/segoebd-webfont.svg#segoebold") format("svg");
}
@font-face {
  font-weight: 600;
  font-style: normal;
  font-family: 'SegoeUI';
  src: url("fonts/segoesb-webfont.eot");
  src: url("fonts/segoesb-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/segoesb-webfont.woff") format("woff"), url("fonts/segoesb-webfont.ttf") format("truetype"), url("fonts/segoesb-webfont.svg#segoe_semiboldregular") format("svg");
}
@font-face {
  font-weight: 500;
  font-style: normal;
  font-family: 'SegoeUI';
  src: url("fonts/segoerg-webfont.eot");
  src: url("fonts/segoerg-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/segoerg-webfont.woff") format("woff"), url("fonts/segoerg-webfont.ttf") format("truetype"), url("fonts/segoerg-webfont.svg#segoe_semiboldregular") format("svg");
}
body,
button,
input,
select,
textarea {
  color: #505050;
  font-size: 14px;
  font-family: "SegoeUI", "Segoe UI", sans-serif;
  line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #000;
  clear: both;
  line-height: 1.5;
}

h1 {
  font-weight: 400;
  font-size: 40px;
  font-size: 4rem;
}

h2 {
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
  line-height: 32px;
  line-height: 3.2rem;
}

h3 {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 32px;
  line-height: 3.2rem;
}

h4 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}

h5 {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 600;
}

h6 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}

.single h2, .page h2 {
  margin: 0 0 20px 0;
}
.single h3, .page h3 {
  margin: 0 0 15px 0;
}
.single h4, .page h4 {
  margin: 0 0 10px 0;
}
.single h5, .page h5 {
  margin: 0 0 10px 0;
}
.single h6, .page h6 {
  margin: 0 0 7px 0;
}

hr {
  margin-bottom: 1.5em;
  height: 1px;
  border: 0;
  background-color: #ccc;
}

/* Text elements */
p {
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  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 {
  border-bottom: 1px solid #43c7f5;
  border-top: 1px solid #43c7f5;
  color: #505050;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 100;
  line-height: 38px;
  line-height: 3.8rem;
  margin: 37px 0 30px;
}
blockquote p {
  margin: 0 1.5em;
  padding: 0.6em 0;
}

address {
  margin: 0 0 1.5em;
}

pre {
  overflow: auto;
  margin-bottom: 1.6em;
  padding: 1.6em;
  max-width: 100%;
  background: #eee;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  line-height: 1.6;
}

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 {
  position: relative;
  height: 0;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

img {
  max-width: 100%;
  /* Adhere to container width. */
  height: auto;
  /* Make sure images are scaled correctly. */
}

button,
input,
select,
textarea {
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
}

button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  padding: .4em 20px .4em;
  border: none;
  border-radius: 0;
  background: #737373;
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

input[type="search"] {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  width: 98%;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
}

/* Links */
a {
  color: #426ab2;
  outline: 0;
  text-decoration: none;
}

a:visited,
a:hover,
a:focus,
a:active {
  color: #426ab2;
  outline: 0;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  /* Above WP toolbar */
  display: block;
  clip: auto !important;
  padding: 15px 23px 14px;
  width: auto;
  height: auto;
  border-radius: 3px;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  display: table;
  content: '';
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* Header
---------------------------------------------------------*/
.site {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .site {
    margin-top: 0;
  }
}

.site-header-wrap {
  background: #d2d2d2;
  border-top: solid 2px #737373;
  border-bottom: solid 2px #737373;
  left: 0;
  right: 0;
  top: 0;
  z-index: 5000;
}

.login .announcement_wrap {
  display: none;
}

.announcement {
  height: 39px;
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}
.announcement .highlight {
  text-align: center;
  width: 149px;
  font-size: 18px;
  font-weight: 300;
  padding: 10px 0;
  background: #ef512e;
  color: white;
  float: left;
}
@media (max-width: 600px) {
  .announcement .highlight {
    float: none;
    width: 100%;
  }
}
.announcement .message {
  padding: 14px 0 12px 11px;
  float: left;
}
.announcement .message a {
  color: #515151;
}
.announcement .message h4 {
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.announcement .col-11 {
  padding: 0;
  margin: 0;
}
@media (max-width: 600px) {
  .announcement .col-11 {
    width: 100%;
  }
}
.announcement .col-1 {
  padding: 0;
  margin: 0;
}
@media (max-width: 600px) {
  .announcement .col-1 {
    float: right;
    margin-right: 3%;
  }
}

.announcement_wrap {
  background: #f0f0f0;
  overflow: hidden;
}
.filtering .announcement_wrap {
  margin-top: 45px;
}
.announcement_wrap #dismiss {
  width: 15px;
  height: 15px;
  float: right;
  position: relative;
  padding: 16px 0 0 0;
  color: #d2d2d2;
}
@media (max-width: 600px) {
  .announcement_wrap #dismiss {
    padding: 0;
    margin-top: -34px;
  }
}
.announcement_wrap #dismiss:hover {
  cursor: pointer;
}
.announcement_wrap a {
  color: #505050;
  font-weight: normal;
  font-size: 14px;
}
.announcement_wrap a h4 {
  font-weight: normal;
}

.admin-bar .site-header-wrap {
  top: 32px;
}

@media (max-width: 1100px) {
  .site-header-wrap {
    position: relative;
    top: 0 !important;
  }
}
.site-header {
  height: 126px;
  height: 12.6rem;
  padding: 0 20px;
  padding: 0 2rem;
  position: relative;
  margin: 0 auto;
  max-width: 980px;
  color: #505050;
}

.site-branding {
  display: inline;
  float: left;
  max-width: 50%;
}
@media (max-width: 1100px) {
  .site-branding {
    max-width: 100%;
  }
}

.site-title {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: .925;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 0;
  position: relative;
  white-space: nowrap;
}
.ms-7 .site-title, .ms-23 .site-title {
  overflow: visible;
}
.site-title a {
  color: #505050;
}

.header-logo {
  background: url(images/logo.png) no-repeat left top;
  display: block;
  margin: 11px 0 9px;
  height: 24px;
  width: 102px;
}

.header-search {
  position: absolute;
  top: 82px;
  right: 20px;
  z-index: 500;
  width: 330px;
}
.header-search .search-field {
  width: 330px;
  background-color: #f0f0f0;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 5px;
  line-height: 24px;
  -ms-box-sizing: border-box;
  width: 100%;
}
.header-search .search-submit {
  position: absolute;
  top: -2px;
  right: 0;
  overflow: hidden;
  padding: 0;
  width: 30px;
  height: 30px;
  border: none;
  background: url(images/icon-search.png) no-repeat center center;
  box-shadow: none !important;
  text-indent: 2000%;
  white-space: nowrap;
}

.header-mobile-dropdown-toggle {
  display: none;
}

.applied-filters {
  position: relative;
  z-index: 1000;
  background: #505050;
  line-height: 45px;
}

.applied-filters.down {
  margin-bottom: -45px;
  height: 45px;
}

.filtered .applied-filters.down {
  margin-bottom: 0;
}

.applied-filters:before {
  background: #505050;
  bottom: 0;
  content: '';
  left: -2000px;
  position: absolute;
  top: 0;
  right: -2000px;
  z-index: -1;
}
.applied-filters ul {
  list-style-type: none;
  margin: 0;
}
.applied-filters a {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}

.term-filter-toggles-actions {
  position: absolute;
  right: 0;
  top: 0;
}
.term-filter-toggles-actions li {
  display: inline-block;
  padding-left: 40px;
}

.term-filter-toggles {
  max-width: 80%;
}
@media (max-width: 600px) {
  .term-filter-toggles {
    max-width: 60%;
  }
}
.down .term-filter-toggles {
  display: none;
}
.term-filter-toggles li {
  display: inline-block;
  padding-left: 25px;
}
@media (max-width: 600px) {
  .term-filter-toggles li {
    display: block;
    padding-left: 0;
  }
}
.term-filter-toggles li:first-child {
  padding-left: 0;
}
.term-filter-toggles a {
  background: url(images/icon-x.png) no-repeat right center;
  padding-right: 15px;
}

#search-taxonomy-filter {
  margin-bottom: 0.75em;
  padding-left: 10px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .header-logo {
    background: url(images/logo@2x.png) no-repeat left top;
    background-size: contain;
  }
}
.shell-header input[type="search"] {
  box-sizing: border-box;
}

/* Navigation
---------------------------------------------------------*/
.filter-nav-title {
  float: left;
  margin-right: .5em;
  padding: .5em 0;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}

.main-navigation {
  display: block;
  clear: both;
  overflow: hidden;
  width: 100%;
}
.main-navigation ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.main-navigation li.sort-label {
  color: #969696;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 1.53061%;
  padding: .5em 10px .55em 0;
}
.main-navigation li {
  float: left;
}
.main-navigation li:last-child {
  margin-right: 0;
}
.main-navigation a {
  color: #969696;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: .5em .5em .55em;
  text-decoration: none;
}
.main-navigation a:before {
  content: '\f055';
  color: #969696;
  font-family: FontAwesome;
  padding-right: 5px;
}
.main-navigation .open > a {
  background: #e5e5e5;
  color: #737373;
}
.main-navigation .open > a:before {
  content: '\f056';
  color: #969696;
  font-family: FontAwesome;
  padding-right: 5px;
}
.main-navigation li li a:before {
  content: '';
  padding-right: 0;
}

.main-navigation ul ul {
  background: #e5e5e5;
  display: none;
  float: left;
  left: 0;
  padding: 10px 0 20px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 99999;
}
.main-navigation ul ul:before {
  background: #e5e5e5;
  bottom: 0;
  content: '';
  left: -2000px;
  position: absolute;
  right: -2000px;
  top: 0;
  z-index: -1;
}
.main-navigation ul ul a {
  padding: 9px 16px;
  background: none;
  font-size: 13px;
  font-size: 1.3rem;
  color: #000;
  line-height: 1;
}
.main-navigation ul ul a:hover {
  background: #737373;
  color: #fff;
}
.main-navigation ul ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 10px 10px 0 0;
  width: 16.666666667%;
  -ms-box-sizing: border-box;
  vertical-align: text-top;
}
.main-navigation ul ul li:nth-of-type(6n+1) {
  clear: left;
}
.main-navigation ul ul ul {
  top: 0;
  left: 100%;
}

.main-navigation .active {
  background: #cccccc;
}
.main-navigation ul li.open > ul {
  display: block;
}

.main-navigation .term-filter-actions {
  background: #505050;
  height: 45px;
  position: absolute;
  top: 100%;
  width: 100%;
}
.main-navigation .term-filter-actions:after {
  background: #505050;
  bottom: 0;
  content: '';
  height: 45px;
  left: -2000px;
  position: absolute;
  right: -2000px;
  z-index: -1;
}
.main-navigation .term-filter-actions ul {
  background: none;
  display: block;
  position: absolute;
  left: auto;
  padding: 0;
  right: 0;
  top: 0;
  z-index: 99999;
}
.main-navigation .term-filter-actions ul:before {
  content: none;
}
.main-navigation .term-filter-actions li {
  padding-top: 0;
  width: auto;
}
.main-navigation .term-filter-actions a {
  color: #ccc;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 16px 10px 15px 10px;
}
.main-navigation .term-filter-actions a.term-filters-apply {
  padding-right: 24px;
}

.mobile-filter-actions a.term-filters-apply {
  padding-right: 24px;
}

a.term-filters-apply,
a.term-filters-apply:hover {
  background: url(images/icon-accept.png) no-repeat right center !important;
  color: #fff;
}

.mobile-filter-actions {
  display: none;
}

/* Small menu */
.menu-toggle {
  display: none;
  cursor: pointer;
}

.utility-navigation {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 50px 0 23px 0;
  line-height: 1;
  position: absolute;
  right: 20px;
  width: 330px;
}
@media (max-width: 1100px) {
  .utility-navigation {
    margin: 15px 0 0;
  }
}
.utility-navigation > div {
  display: inline;
}
.utility-navigation ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.utility-navigation li {
  display: inline-block;
}
.utility-navigation .social-links {
  float: left;
}
.utility-navigation .social-links .social-links-text {
  margin-right: 8px;
}
.utility-navigation .social-links a {
  color: #505050;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 2px;
  position: relative;
  top: 2px;
}
.utility-navigation .menu-utility-nav-container {
  float: right;
  margin-top: 2px;
}
.utility-navigation .menu li {
  margin-top: 3px;
  margin-left: 48px;
}
.ms-42 .utility-navigation .menu li {
  margin-left: 15px;
}
.utility-navigation .menu li:first-child {
  margin-left: 0;
}
@media (max-width: 320px) {
  .utility-navigation .menu li {
    margin-left: 16px;
  }
}
.utility-navigation .menu a {
  color: #505050;
  line-height: 1;
  text-decoration: none;
}
.utility-navigation .menu span {
  padding: 0 10px;
}

.utility-navigation a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.featured-searches-wrap {
  color: #999;
  left: 20px;
  position: absolute;
  right: 20px;
  top: 0;
}

.featured-searches {
  margin: 0 auto;
  max-width: 1200px;
  text-align: right;
}

@media (max-width: 1100px) {
  .featured-searches-wrap,
  .filtered .featured-searches-wrap {
    top: 82px;
  }
}
.featured-searches-menu {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.featured-searches-menu li {
  display: inline;
  padding-left: 15px;
}
.featured-searches-menu a {
  color: #0044cc;
  text-decoration: none;
}
.featured-searches-menu a:hover {
  text-decoration: underline;
}

.site-main [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden;
}

[class*="navigation"] .nav-previous {
  float: left;
  width: 50%;
}

[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

@media (max-width: 770px) {
  .main-navigation ul ul.term-filters {
    margin: 0 5px;
  }
  .main-navigation ul ul li {
    padding: 10px 0 0 0;
    width: 31%;
  }
}
@media (max-width: 440px) {
  .main-navigation {
    width: 100%;
  }
}
/* Header Responsive
---------------------------------------------------------*/
@media (max-width: 1100px) {
  .filtering .announcement_wrap {
    margin-top: 0px;
  }

  .header-mobile-dropdown {
    position: absolute;
    top: 87px;
    right: 0;
    left: 0;
    z-index: 300;
    display: none;
    padding: 0;
    background: #e5e5e5;
    color: #737373;
  }

  .header-mobile-dropdown.open {
    display: block;
  }

  .header-mobile-dropdown a {
    color: #737373;
  }
  .header-mobile-dropdown a:hover {
    color: #505050;
  }

  .header-mobile-dropdown-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    overflow: hidden;
    width: 32px;
    height: 42px;
    background: url(images/icon-mobiletoggle-closed.png) no-repeat left center;
    text-indent: -200%;
    white-space: nowrap;
  }

  .header-mobile-dropdown-toggle.open {
    background-image: url(images/icon-mobiletoggle-open.png);
  }

  h3.site-description {
    margin-bottom: 18px;
  }

  .main-navigation,
  .utility-navigation,
  .header-search {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 3%;
    margin-right: 3%;
  }

  .filter-nav-title {
    display: none;
  }

  .main-navigation li {
    float: none;
    margin: 10px 0;
  }
  .main-navigation a {
    display: block;
    padding: 0;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .main-navigation ul ul {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    display: none;
    float: none;
    margin-right: -10px;
    padding: 0;
  }
  .main-navigation ul ul:before {
    content: none;
  }
  .main-navigation ul ul li {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 1px 2% 0 0;
    width: 22%;
    -ms-box-sizing: border-box;
  }
  .main-navigation ul ul li.term-filter-actions {
    display: none;
  }
  .main-navigation ul ul a {
    margin-left: 0;
  }
  .main-navigation ul li:hover > ul {
    display: none;
  }
  .main-navigation ul li.open > ul {
    display: block;
  }
  .main-navigation ul li > div {
    display: none;
  }
  .main-navigation ul li.open > div {
    display: block;
  }

  .mobile-filter-actions {
    display: block;
    height: 45px;
    background: #505050;
    margin: 10px 0 0;
    text-align: right;
    line-height: 45px;
  }
  .mobile-filter-actions ul {
    margin-right: 10px;
  }
  .mobile-filter-actions li {
    display: inline-block;
    margin: 0;
  }
  .mobile-filter-actions a {
    margin-left: 20px;
    padding-left: 0;
    background: none;
    color: #ccc;
  }
  .mobile-filter-actions a:hover {
    color: #8d8d8d;
  }
  .mobile-filter-actions a:before {
    content: '';
  }

  .social-links-text {
    display: none;
  }

  .utility-navigation {
    overflow: hidden;
    width: auto;
  }
  .utility-navigation .social-links ul {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .utility-navigation > div {
    float: right;
  }
  .utility-navigation .menu a {
    color: #737373;
  }

  .header-search {
    margin-bottom: 0;
    width: auto;
  }

  .applied-filters {
    margin-top: -45px;
  }
  .applied-filters ul {
    padding-left: 10px;
    padding-right: 10px;
  }
  .applied-filters a {
    color: #fff;
  }
  .applied-filters a:hover {
    color: #8d8d8d;
  }

  .applied-filters.down {
    margin-top: 0;
    top: 0 !important;
  }

  .down .term-filter-toggles {
    display: inline-block;
  }
}
@media (min-width: 980px) and (max-width: 1100px) {
  .header-mobile-dropdown {
    position: absolute;
    top: 92px;
  }
}
@media (max-width: 800px) {
  .main-navigation ul ul li {
    width: 30%;
  }
}
@media (max-width: 600px) {
  .main-navigation ul ul li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .header-mobile-dropdown-toggle {
    top: 0;
  }

  .term-filter-toggles-actions {
    display: block;
    clear: both;
    float: none;
  }
}
/* Footer
---------------------------------------------------------*/
.site-footer {
  position: relative;
  padding: 30px 20px;
  background: #e1e1e1;
}
.site-footer .widget-title {
  color: #505050;
  font-family: "SegoeUI", "Segoe UI", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.2;
}
.site-footer a {
  color: #666;
  text-decoration: none;
}
.site-footer a:hover {
  color: #426ab2;
}

.footer-logo {
  bottom: 30px;
  position: absolute;
  right: 20px;
  text-align: right;
}
.footer-logo p {
  clear: both;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0;
}

.copyright-logo {
  background: url(images/footer-logo.png) no-repeat right top;
  display: block;
  float: right;
  height: 18px;
  margin-bottom: 5px;
  width: 85px;
}

ul.footer-menu {
  clear: both;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.footer-menu li {
  display: inline-block;
  padding-right: 20px;
}
ul.footer-menu a {
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  ul.footer-menu {
    padding-bottom: 60px;
  }
}

.footer-widgets {
  overflow: hidden;
  margin: 0 auto 50px;
  max-width: 980px;
  /* Grid Edit */
}
.footer-widgets .widget {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
}
.footer-widgets h4 {
  margin: 0 0 6px 0;
}
.footer-widgets .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.home .footer-widgets .col-4,
.footer-widgets .col-4 {
  margin: 0 1.5%;
  padding: 0 0 0 60px;
  width: 31.25%;
}
@media (max-width: 600px) {
  .home .footer-widgets .col-4,
  .footer-widgets .col-4 {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .home .footer-widgets .col-4,
  .footer-widgets .col-4 {
    padding-left: 0px;
  }
}
.home .footer-widgets .col-4:first-child,
.footer-widgets .col-4:first-child {
  margin-left: 0;
}
.home .footer-widgets .col-4:last-child,
.footer-widgets .col-4:last-child {
  margin-right: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .copyright-logo {
    background: url(images/footer-logo@2x.png) no-repeat left top;
    background-size: contain;
  }
}
/* Site Content
---------------------------------------------------------*/
.site-content {
  margin: 20px auto;
  max-width: 980px;
}
.home .site-content {
  margin: 25px auto;
}
.home .filtering .site-content, .filtering .site-content {
  margin-top: 70px;
}

@media (max-width: 1100px) {
  .site-header,
  .site-content,
  .site-footer {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}
@media (max-width: 768px) {
  .site-header,
  .site-content,
  .site-footer {
    padding-left: 5%;
    padding-right: 5%;
  }
}

#primary {
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  float: left;
  margin-right: 2.7551%;
  width: 66.02041%;
}
@media (max-width: 900px) {
  #primary {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}
.single #primary {
  margin-right: 3.16327%;
  width: 65.61224%;
}
@media (max-width: 900px) {
  .single #primary {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}
.search #primary, .archive #primary, .error404 #primary {
  width: 100%;
}

/* Sidebar
---------------------------------------------------------*/
#secondary {
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  float: left;
  width: 31.22449%;
}
@media (max-width: 900px) {
  #secondary {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .filtering .site-content {
    margin-top: 20px;
  }
}
@media (max-width: 770px) {
  body.page-template-template-custom-filter-php main > article {
    margin-right: 1.5em;
    width: 100%;
  }
}
.sort-wrap,
.showall-wrap {
  margin-bottom: 20px;
  font-weight: 500;
}

.sort-wrap {
  color: #000;
  vertical-align: top;
}
.sort-wrap ul {
  position: absolute;
  z-index: 200;
  display: inline-block;
  margin: 0;
  padding: 0 5px;
  background: #fff;
  list-style-type: none;
}
.sort-wrap:hover ul {
  margin: -1px;
  border: 1px solid #e1e1e1;
}
.sort-wrap li {
  display: none;
}
.sort-wrap li.selected {
  display: inline-block !important;
  padding-right: 14px;
  background: url(images/arrow-dropdown.png) no-repeat right center;
}
.sort-wrap:hover li {
  display: block;
}
.sort-wrap a {
  color: #000;
  text-decoration: none;
}

.showall-wrap {
  text-align: right;
}

a.show-all-link {
  color: #737373;
  text-decoration: none;
}

a.show-all-link:hover {
  text-decoration: underline;
}

.filter-wrap {
  position: relative;
  top: -4px;
  text-align: right;
  font-weight: 500;
}
.filter-wrap .term-filters {
  display: inline;
  margin-left: 5px;
  list-style-type: none;
}
.filter-wrap .term-filters li {
  display: inline;
}
.filter-wrap .term-filters a {
  display: inline-block;
  padding: 0 10px;
  color: #000;
  line-height: 30px;
}
.filter-wrap .term-filters .active {
  background: #505050;
  color: #fff;
}

@media (max-width: 950px) {
  .filter-wrap {
    position: static;
    padding-right: 120px !important;
    vertical-align: top;
  }

  .filter-wrap .term-filters {
    position: absolute;
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    width: 110px;
    background: #fff;
    text-align: left;
  }

  .filter-wrap .term-filters:hover {
    margin: -1px;
    border: 1px solid #ccc;
  }

  .filter-wrap .term-filters li {
    display: block;
  }

  .filter-wrap .term-filters a {
    display: none;
    padding: 0;
    line-height: inherit;
  }

  .filter-wrap .term-filters:hover a {
    display: block;
  }

  .filter-wrap .term-filters .active {
    display: block;
    background: #fff url(images/arrow-dropdown.png) no-repeat right center;
    color: #000;
  }

  .filter-wrap .term-filters:hover .active {
    background-image: inherit;
  }

  .filter-wrap .term-filters:hover li:first-child {
    background: #fff url(images/arrow-dropdown.png) no-repeat right center;
  }
}
.paging-wrap {
  text-align: center;
  font-size: 18px;
}
.paging-wrap a {
  color: #00c4f6;
  text-decoration: none;
}
.paging-wrap .page-numbers {
  padding: 0 10px;
}
.paging-wrap .prev, .paging-wrap .next {
  display: none;
  overflow: hidden;
  margin-bottom: 2px;
  padding: 0;
  width: 14px;
  height: 10px;
  background: url(images/arrow-left.png) no-repeat left center;
  text-indent: -200%;
  white-space: nowrap;
}
.paging-wrap .next {
  background-image: url(images/arrow-right.png);
}
.paging-wrap .current {
  display: inline-block;
  height: 30px;
  border-radius: 0px;
  background: #e1e1e1;
  color: #00c4f6;
  line-height: 30px;
}

/* Posts
---------------------------------------------------------*/
.entry-title {
  line-height: 1;
}
.entry-title a {
  color: #004185;
  text-decoration: none;
}
.entry-title a:hover {
  color: #426ab2;
}

.entry-header {
  overflow: hidden;
  max-width: 640px;
}
.page .entry-header {
  padding-bottom: .75em;
}

.post-info {
  float: left;
  padding-left: 5px;
}

.entry-summary, .entry-meta {
  font-weight: 500;
}

.entry-meta {
  font-size: 13px;
  font-size: 1.3rem;
  color: #737373;
  padding: 15px 0 0 0;
}
.entry-meta a {
  color: #426ab2;
  text-decoration: none;
  font-weight: regular;
  text-transform: capitalize;
}
.entry-meta .addthis_toolbox {
  float: none;
  margin: 0;
}
.entry-meta .addthis_counter {
  cursor: default;
  display: inline !important;
  font-size: inherit;
}

.home .site-content .entry-title a {
  color: #004185;
  font-size: 20px;
  font-size: 2rem;
  text-decoration: none;
}
.home .site-content .entry-title a:hover {
  color: #426ab2;
}
.home .site-content .entry-meta {
  font-size: 13px;
  font-size: 1.3rem;
}
.home .home-sticky-wrap {
  background: #edf1f7;
  overflow: hidden;
  padding: 30px 0 8px 0;
}
@media (max-width: 1100px) {
  .home .home-sticky-wrap {
    padding: 30px 3.5% 8px;
  }
}
@media (max-width: 900px) {
  .home .home-sticky-wrap {
    padding: 30px 6% 8px;
  }
}
.home .home-sticky-wrap .home_addthis_toolbox {
  padding: 0;
  float: left;
  margin: 5px 0 0 0;
}
.home .home-sticky-wrap h1 {
  font-size: 27px;
}
.home .home-sticky-wrap .left-col {
  width: 42.7551%;
  float: left;
  margin: 0;
  margin-right: 2.34694%;
}
.home .home-sticky-wrap .left-col img {
  display: block;
}
.home .home-sticky-wrap .right-col {
  width: 51.02041%;
  float: left;
  margin: -4px 0 0 0;
}
@media (max-width: 600px) {
  .home .home-sticky-wrap .left-col,
  .home .home-sticky-wrap .right-col {
    float: none;
    margin: 0;
    width: 100%;
  }
}
.home .home-sticky {
  max-width: 980px;
  margin: 0 auto;
}
.home .entry-summary p {
  margin-bottom: 10px;
  font-size: 15px;
}

.thumb-wrap {
  display: block;
  position: relative;
}

.video-play {
  color: #969696;
  font-size: 58px;
  font-size: 5.8rem;
  left: 50%;
  margin-left: -25px;
  margin-top: -29px;
  opacity: .7;
  position: absolute;
  top: 50%;
}

.post-wrap {
  margin-bottom: 25px;
  overflow: hidden;
}
.post-wrap img {
  display: block;
  margin-bottom: 8px;
}
.post-wrap .frontpage-thumb {
  float: left;
  margin-right: 3.09119%;
  width: 47.14065%;
  max-width: 305px;
  padding: 0;
}
@media (max-width: 600px) {
  .post-wrap .frontpage-thumb {
    width: 100%;
  }
}
.archive .post-wrap .frontpage-thumb, .search .post-wrap .frontpage-thumb {
  margin-right: 2.04082%;
  width: 31.12245%;
}
.post-wrap .text-wrap {
  float: left;
  width: 49.6136%;
  margin: -6px 0 0 0;
}
@media (max-width: 600px) {
  .post-wrap .text-wrap {
    width: 100%;
  }
}
.post-wrap .text-wrap.col-12 {
  max-width: 647px;
  width: 100%;
}
.archive .post-wrap .text-wrap.col-12, .search .post-wrap .text-wrap.col-12 {
  max-width: 980px;
  width: 100%;
}
.archive .post-wrap .text-wrap, .search .post-wrap .text-wrap {
  margin-top: 0;
  max-width: 980px;
  width: 66.83673%;
}
.archive .post-wrap .text-wrap p, .search .post-wrap .text-wrap p {
  margin-bottom: 10px;
}

.single .entry-meta {
  margin-top: 16px;
  font-size: 14px;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content {
  margin: 1.5em 0 0;
}

.entry-summary {
  margin: .75em 0 0;
}
.entry-summary a {
  color: #426ab2;
}
.entry-summary a:hover {
  color: #004185;
}
.entry-summary a.read-more {
  font-style: italic;
}

.entry-content {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
.entry-content a:hover {
  color: #004185;
}
.entry-content h1,
.entry-content h3 {
  margin-bottom: 0.3em;
}
.entry-content td,
.entry-content th {
  border-bottom: 1px solid #e1e1e1;
}

.search-title {
  margin-bottom: 1em;
  padding: 0;
  font-size: 40px;
}

.search-term {
  color: #df6227;
}

#search-term {
  font-weight: 500;
}

.search-entry .col-4 {
  margin-right: 3%;
}
.search-entry .entry-summary {
  margin-top: 0.5em;
}
.search-entry p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1em;
}

article.search-post {
  overflow: hidden;
  padding-bottom: 10px;
}

.entry-share-col .addthis_toolbox {
  margin: 60px 0 0;
}

@media (max-width: 475px) {
  .entry-share-col {
    display: none;
  }
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.attachment-box-thumbnail {
  clear: both;
  display: block;
  margin-bottom: 5px;
}

.entry-header-term {
  position: absolute;
  top: 20px;
  right: 50px;
  left: 20px;
  overflow: hidden;
  height: 40px;
  font-size: 17px;
  line-height: 40px;
}

.entry-featured-category-wrap,
.term-archive-header-wrap {
  position: relative;
  margin-bottom: 20px;
  height: 80px;
}

.entry-featured-category-box,
.term-archive-header {
  position: absolute;
  left: -160px;
  height: 80px;
  background: #737373;
  line-height: 80px;
}

@media (max-width: 1260px) {
  .entry-featured-category-wrap,
  .term-archive-header-wrap {
    position: static;
  }

  .entry-featured-category-box,
  .term-archive-header {
    left: 0;
  }
}
.term-archive-header {
  padding-left: 160px;
}

.entry-featured-category-wrap .back-link {
  display: inline-block;
  margin-left: 10px;
  padding-left: 40px;
  width: 110px;
  height: 28px;
  background: url(images/arrow-back.png) no-repeat;
  color: #fff;
  text-decoration: none;
  line-height: 28px;
  opacity: 0.45;
}

.entry-featured-category {
  display: inline-block;
  padding-right: 20px;
  color: #fff;
  vertical-align: middle;
  font-size: 24px;
}

/* Archive Tag styles */
.archive .site-main,
.search .site-main {
  width: 980px;
  margin: 0 auto;
}
.archive .site-main img.attachment-archive-thumb,
.search .site-main img.attachment-archive-thumb {
  display: block;
}

footer.entry-meta {
  clear: both;
}

/* Author Styles */
.author h1.page-title {
  margin: 30px 0 20px 0;
}

/* Single post styles */
.single .entry-title {
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 35px;
}
.single .featured-image {
  float: left;
  width: 100%;
}
.single .featured-image img {
  display: block;
  margin: 0 auto;
}
.single .entry-meta {
  background: #f0f0f0;
  color: #737373;
  float: left;
  margin: 0;
  padding: 9px 0;
  width: 100%;
}
.single .entry-meta a {
  color: #426ab2;
  font-weight: 500;
}
.single h2 {
  color: black;
  font-size: 30px;
}
.single footer.entry-meta {
  background: #edf1f7;
  clear: both;
  margin-bottom: 30px;
  padding: 0;
}
.single footer.entry-meta h2 {
  background: #426ab2;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 6px 13px;
  height: 29px;
}
.single footer.entry-meta .tag-list {
  display: inline;
}
.single footer.entry-meta .tag-list a {
  background: transparent;
  color: #426ab2;
  text-transform: lowercase;
}
.single .feat-caption {
  clear: both;
  margin: 0;
}

#tag-wrap {
  float: left;
}
#tag-wrap h2 {
  font-weight: normal;
  float: left;
  margin: 0;
  line-height: 28px;
}

.tag-list {
  margin: 1em 0;
  padding: 0;
  list-style-type: none;
}
.tag-list li {
  display: inline-block;
  margin: 5px 4px 0 0;
}
.tag-list a {
  display: block;
  padding: 0 10px;
  background: #737373;
  color: #fff;
  line-height: 30px;
}
.tag-list a:hover {
  background: #838383;
}

#footer-share {
  border-left: 1px solid #fff;
  float: right;
  font-size: 13px;
  font-size: 1.3rem;
  min-width: 225px;
  padding: 5px 0 0 0;
  position: relative;
  right: 0;
}
#footer-share > span {
  color: #505050;
  float: left;
  padding: 7px 10px 7px 20px;
}
#footer-share .addthis_default_style a {
  padding: 0 6px 0 0;
}

/* Back to Top Link */
.back-to-top-wrap {
  background: #e1e1e1 url(images/icon-backtotop.png) no-repeat center 10px;
  line-height: 1;
  position: absolute;
  padding: 35px 10px 10px 10px;
  right: 0;
  text-align: center;
  width: 65px;
  margin-top: -65px;
}
@media (max-width: 1024px) {
  .back-to-top-wrap {
    display: none;
  }
}

.back-to-top {
  position: relative;
  color: #505050 !important;
  text-decoration: none;
  margin-top: 30px;
}

@media (max-width: 770px) {
  .entry-header-term {
    position: static;
    float: left;
    width: 250px;
  }

  article .entry-upper-head:after {
    display: table;
    clear: both;
    content: '';
  }
}
/* Social Icon styles */
.entry-meta .social-icons-wrap {
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
}
.entry-meta .social-icons-wrap li {
  float: left;
  height: 24px;
  list-style-type: none;
  margin: 0 6px 0 0;
  min-width: 60px;
}
.entry-meta .social-icons-wrap a {
  color: #fff;
  min-height: 24px;
  padding: 3px 10px 0 35px;
}
.entry-meta .social-icons-wrap .facebook {
  background: url(images/icon-facebook-single.png) 10px 50% no-repeat #537cbe;
}
.entry-meta .social-icons-wrap .facebook a {
  display: block;
}
.entry-meta .social-icons-wrap .twitter {
  background: url(images/icon-twitter-single.png) 4px 50% no-repeat #76cdf0;
}
.entry-meta .social-icons-wrap .twitter a {
  display: block;
  padding-left: 38px;
}
.entry-meta .social-icons-wrap .linkedin {
  background: url(images/icon-linkedin-single.png) 4px 50% no-repeat #0e85c9;
}
.entry-meta .social-icons-wrap .linkedin a {
  display: block;
}

.home .masonry-container .post {
  padding: 0;
}

.masonry-container {
  clear: both;
}
.masonry-container .post {
  position: relative;
  overflow: hidden;
  padding: 20px;
  background: #fff;
}

.error404 .site-main {
  width: 980px;
  margin: 0 auto;
}
.error404 .site-main .masonry-container .post {
  padding: 20px 0 0 0;
}
.error404 .site-main .page-content, .error404 .site-main .entry-content {
  margin: 1.5em 0 30px;
}
.error404 .site-main h1 {
  font-size: 40px;
  margin: 30px 0 20px 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  -ms-box-sizing: border-box;
}

.row {
  overflow: hidden;
}

.col-1 {
  width: 8.333333333%;
}

.col-2 {
  width: 16.666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333333333%;
}

.col-5 {
  width: 41.666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333333333%;
}

.col-8 {
  width: 66.666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.333333333%;
}

.col-11 {
  width: 91.666666667%;
}

.col-12 {
  width: 100%;
}

.related-posts-bar {
  border-top: 1px solid #f0f0f0;
  clear: both;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 17px;
  padding: 0;
  position: relative;
}

.related-posts-bar .col-4 {
  margin: 0 1.5%;
  padding: 0;
  width: 31.25%;
}
@media (max-width: 768px) {
  .related-posts-bar .col-4 {
    margin: 0 0 1.5em 0;
    width: 100%;
  }
}
.related-posts-bar .col-4:first-child {
  margin-left: 0;
}
.related-posts-bar .col-4:last-child {
  margin-right: 0;
}
.related-posts-bar h3 {
  background: #426ab2;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  margin: -1px 0 25px;
  padding: 4px 0;
  text-align: center;
  width: 140px;
  font-weight: normal;
}

.related-posts-bar:before {
  position: absolute;
  top: 0;
  right: -2000px;
  bottom: 0;
  left: -2000px;
  z-index: -1;
  content: "";
}

.related-posts-list {
  clear: both;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.related-posts-list li {
  padding: 0 20px 0 0;
}

.related-post .post-title {
  color: #004185;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
.related-post p {
  color: #505050;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 15px;
  line-height: 1.5rem;
  margin: 0;
}
.related-post a.read-more {
  font-size: 12px;
  font-size: 1.2rem;
  color: #004185;
  font-weight: 600;
  font-style: italic;
}
.related-post a.read-more:hover {
  color: #426ab2;
}
.related-post a {
  color: inherit;
  text-decoration: none;
}
.related-post a:hover {
  color: #426ab2;
}

.related-post-thumb {
  display: block;
  margin: 0 10px 10px 0;
}

.author-bio-box {
  overflow: hidden;
  margin-bottom: 40px;
}
.author-bio-box .avatar {
  float: left;
  margin: 0 20px 20px 0;
}

/* Author page
---------------------------------------------------------*/
h3.author-name {
  clear: none;
  margin-top: -1.5em;
}

.entry-header-term-access,
.entry-header-term-excel,
.entry-header-term-exchange,
.entry-header-term-infopath,
.entry-header-term-lync,
.entry-header-term-onenote,
.entry-header-term-outlook,
.entry-header-term-powerpoint,
.entry-header-term-project,
.entry-header-term-publisher,
.entry-header-term-visio,
.entry-header-term-word {
  background-repeat: no-repeat;
  text-indent: -200%;
  white-space: nowrap;
}

.entry-header-term-access {
  background-image: url(images/archive-terms/access.png);
}

.entry-header-term-excel {
  background-image: url(images/archive-terms/excel.png);
}

.entry-header-term-exchange {
  background-image: url(images/archive-terms/exchange.png);
}

.entry-header-term-infopath {
  background-image: url(images/archive-terms/infopath.png);
}

.entry-header-term-lync {
  background-image: url(images/archive-terms/lync.png);
}

.entry-header-term-onenote {
  background-image: url(images/archive-terms/onenote.png);
}

.entry-header-term-outlook {
  background-image: url(images/archive-terms/outlook.png);
}

.entry-header-term-powerpoint {
  background-image: url(images/archive-terms/powerpoint.png);
}

.entry-header-term-project {
  background-image: url(images/archive-terms/project.png);
}

.entry-header-term-publisher {
  background-image: url(images/archive-terms/publisher.png);
}

.entry-header-term-visio {
  background-image: url(images/archive-terms/visio.png);
}

.entry-header-term-word {
  background-image: url(images/archive-terms/word.png);
}

.search-featured-term {
  font-size: 14px;
}

.search-featured-term-access,
.search-featured-term-excel,
.search-featured-term-exchange,
.search-featured-term-infopath,
.search-featured-term-lync,
.search-featured-term-onenote,
.search-featured-term-outlook,
.search-featured-term-powerpoint,
.search-featured-term-project,
.search-featured-term-publisher,
.search-featured-term-visio,
.search-featured-term-word {
  overflow: hidden;
  height: 40px;
  background-repeat: no-repeat;
  text-indent: -200%;
  white-space: nowrap;
}

.search-featured-term-access {
  background-image: url(images/search-terms/access.png);
}

.search-featured-term-excel {
  background-image: url(images/search-terms/excel.png);
}

.search-featured-term-exchange {
  background-image: url(images/search-terms/exchange.png);
}

.search-featured-term-infopath {
  background-image: url(images/search-terms/infopath.png);
}

.search-featured-term-lync {
  background-image: url(images/search-terms/lync.png);
}

.search-featured-term-onenote {
  background-image: url(images/search-terms/onenote.png);
}

.search-featured-term-outlook {
  background-image: url(images/search-terms/outlook.png);
}

.search-featured-term-powerpoint {
  background-image: url(images/search-terms/powerpoint.png);
}

.search-featured-term-project {
  background-image: url(images/search-terms/project.png);
}

.search-featured-term-publisher {
  background-image: url(images/search-terms/publisher.png);
}

.search-featured-term-visio {
  background-image: url(images/search-terms/visio.png);
}

.search-featured-term-word {
  background-image: url(images/search-terms/word.png);
}

.entry-featured-category-excel,
.entry-featured-category-access,
.entry-featured-category-excel,
.entry-featured-category-exchange,
.entry-featured-category-infopath,
.entry-featured-category-lync,
.entry-featured-category-onenote,
.entry-featured-category-outlook,
.entry-featured-category-powerpoint,
.entry-featured-category-project,
.entry-featured-category-publisher,
.entry-featured-category-visio,
.entry-featured-category-word {
  overflow: hidden;
  width: 140px;
  background-position: left center;
  background-repeat: no-repeat;
  text-indent: -2000%;
  white-space: nowrap;
}

.featured-category-box-access {
  background: #b90e17;
}

.featured-category-box-excel {
  background: #007233;
}

.featured-category-box-exchange {
  background: #0071c5;
}

.featured-category-box-infopath {
  background: #511c74;
}

.featured-category-box-lync {
  background: #0071c6;
}

.featured-category-box-onenote {
  background: #662d91;
}

.featured-category-box-outlook {
  background: #0071bc;
}

.featured-category-box-powerpoint {
  background: #f04e23;
}

.featured-category-box-project {
  background: #0caa59;
}

.featured-category-box-publisher {
  background: #00887d;
}

.featured-category-box-visio {
  background: #436ab3;
}

.featured-category-box-word {
  background: #0054a6;
}

.entry-featured-category-access {
  background-image: url(images/featured-terms/access.png);
}

.entry-featured-category-excel {
  background-image: url(images/featured-terms/excel.png);
}

.entry-featured-category-exchange {
  width: 160px;
  background-image: url(images/featured-terms/exchange.png);
}

.entry-featured-category-infopath {
  background-image: url(images/featured-terms/infopath.png);
}

.entry-featured-category-lync {
  background-image: url(images/featured-terms/lync.png);
}

.entry-featured-category-onenote {
  width: 160px;
  background-image: url(images/featured-terms/onenote.png);
}

.entry-featured-category-outlook {
  background-image: url(images/featured-terms/outlook.png);
}

.entry-featured-category-powerpoint {
  width: 180px;
  background-image: url(images/featured-terms/powerpoint.png);
}

.entry-featured-category-project {
  background-image: url(images/featured-terms/project.png);
}

.entry-featured-category-publisher {
  width: 170px;
  background-image: url(images/featured-terms/publisher.png);
}

.entry-featured-category-visio {
  background-image: url(images/featured-terms/visio.png);
}

.entry-featured-category-word {
  background-image: url(images/featured-terms/word.png);
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* Media
---------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.wp-caption {
  background: #edf1f7;
  border: none;
  color: #505050;
  font-style: italic;
  margin-bottom: .75em;
  padding: 0;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  width: 100%;
  max-width: 100%;
}
.wp-caption .wp-caption-text,
.wp-caption p.wp-caption-text {
  color: #505050;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 14px;
  text-align: center;
}

.site-main .gallery {
  margin-bottom: 1.5em;
}

.site-main .gallery a img {
  max-width: 90%;
  height: auto;
  border: none;
}

.site-main .gallery dd {
  margin: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* Legacy Slideshow Overrides
---------------------------------------------------------*/
.amSlideShow {
  margin: 0 0 1.5em;
  max-width: 580px;
  width: 100% !important;
}
.amSlideShow .amSlideShowTitle {
  width: 100%;
}

.amSlideShowArrowContainer {
  background: #fff;
}
.amSlideShowArrowContainer table {
  margin-bottom: 0;
}
.amSlideShowArrowContainer td {
  border-bottom: 0;
  text-align: right;
}
.amSlideShowArrowContainer td:first-child {
  width: 86% !important;
}
.amSlideShowArrowContainer td:last-child {
  width: 7% !important;
}

.amSlideShowContainer {
  background-color: #f0f0f0;
  padding: 10px 10px 20px;
}

.amSlideShowEmbed {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 10px 10px;
}

.amSlideShowImage > div {
  height: auto !important;
  margin-bottom: 1em;
}

.amNewscenterImageTitle {
  font-family: "SegoeUI", "Segoe UI", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}

.amNewscenterImageSpacer {
  padding-bottom: 1.5em;
}

.amSlideShowImageDescContainer {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 10px;
}

.amNewscenterImageDate {
  color: #737373;
  font-size: 11px;
  font-size: 1.1rem;
}

.comments-area {
  position: relative;
}

.comments-head {
  margin-bottom: 10px;
  padding: 45px 0;
  height: 40px;
  border-bottom: 1px solid #cdcdcd;
  line-height: 40px;
}

.comments-count {
  position: relative;
  top: -12px;
  color: #737373;
  text-align: center;
  font-size: 36px;
  line-height: 36px;
}

.comments-count-sub {
  display: block;
  color: #000;
  font-size: 12px;
  line-height: 12px;
}

.add-comment-wrap {
  padding-right: 0;
  text-align: right;
}

.comment-list, .comment-list .children {
  margin: 0;
  list-style-type: none;
}

.comment-list .children {
  padding-left: 8.333333333%;
  background: url(images/icon-childcomment.png) no-repeat 6% 0;
}

.comment-content a {
  word-wrap: break-word;
}

.comment-body {
  padding: 20px;
}

.comment-time {
  font-style: italic;
}

.bypostauthor > .comment-body {
  margin-bottom: 10px;
  background: #e1e1e1;
}

.comment-content {
  margin-right: 220px;
}

.comment.depth-1 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cdcdcd;
}
.comment.depth-1:last-child {
  border: none;
}

.comment-right {
  float: right;
  padding-left: 100px;
  width: 120px;
}

.comment-actions {
  margin-top: 20px;
}

.comment-actions a {
  display: block;
  float: left;
  overflow: hidden;
  margin-right: 28px;
  width: 32px;
  height: 32px;
  background: url(images/icon-reply.png) no-repeat;
  text-indent: 200%;
  white-space: nowrap;
}

.comment-actions .report a {
  background-image: url(images/icon-report.png);
}

.comment-actions .report span {
  line-height: 30px;
}

.comment-author, .logged-in-as {
  margin-bottom: 10px;
  font-size: 18px;
}

.comment-author a {
  color: inherit;
  text-decoration: none;
}

.comment-author img, .logged-in-as img {
  vertical-align: middle;
}

.comment-respond {
  position: relative;
  top: -15px;
  z-index: 10;
  display: none;
  overflow: hidden;
  padding-top: 10px;
  background: #fff;
}

.comment-form-comment {
  margin: 0;
  padding-left: 0;
}

.comment-form-comment textarea {
  border-radius: 0;
}

.comment-respond .form-submit {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
}

#cancel-comment-reply-link {
  position: absolute;
  bottom: 0;
  left: 78%;
  color: #666666;
  font-size: 14px;
}

@media (max-width: 770px) {
  .add-comment-wrap.col-2 {
    padding-right: 6%;
    width: 100%;
  }

  .comment-respond {
    top: -44px;
    padding: 0 0 0 10px;
  }

  .comments-count {
    width: 20%;
  }
}
@media (max-width: 568px) {
  .add-comment-wrap.col-2 {
    padding-right: 3%;
  }
}
@media (max-width: 440px) {
  ol.comment-list {
    margin: -10px 5px;
  }

  .comment-respond {
    top: -55px;
    padding: 0 5px;
  }

  .add-comment-wrap.col-2 {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }

  .comment-content {
    margin-right: 0;
  }

  .comments-count {
    width: 100%;
  }

  .comments-head {
    padding: 5px 0 105px 0;
  }
}
/* Widgets
---------------------------------------------------------*/
#secondary a {
  color: #004185;
}
#secondary a:hover {
  color: #426ab2;
}
#secondary a.read-more {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  font-style: italic;
}
#secondary .widget-title {
  background: #f0f0f0;
  clear: both;
  color: #737373;
  display: block;
  font-weight: normal;
  margin: 0 auto 15px;
  padding: 8px 20px 8px 20px;
}
#secondary .widget_ms_have_a_tip .inner .blue {
  margin-left: 4%;
  padding: .8em 4%;
}
#secondary .widget_ms_have_a_tip .inner .blue:hover {
  background-color: #004185;
}

.widget {
  margin: 0 0 2.25em;
}

.widget-title {
  font-size: 18px;
  font-size: 1.8rem;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}

.widget_ms_featured_posts ul,
.widget_wds_ms_popular_posts ul {
  font-weight: 500;
  list-style: none;
  margin: 0px 15px;
  overflow: hidden;
}
.widget_ms_featured_posts li,
.widget_wds_ms_popular_posts li {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.1;
  margin-bottom: 27px;
  overflow: hidden;
  padding: 0;
}
.widget_ms_featured_posts li:last-child,
.widget_wds_ms_popular_posts li:last-child {
  margin-bottom: 0;
}
.widget_ms_featured_posts li a.post-title,
.widget_wds_ms_popular_posts li a.post-title {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 5px 0;
}
.widget_ms_featured_posts li .alignleft,
.widget_wds_ms_popular_posts li .alignleft {
  margin-right: 10px;
}
.widget_ms_featured_posts li p,
.widget_wds_ms_popular_posts li p {
  margin-bottom: 0;
}
.widget_ms_featured_posts img,
.widget_wds_ms_popular_posts img {
  padding-top: 3px;
}

/* Latest Tweets Widget
---------------------------------------------------------*/
.wds-latest-tweets {
  margin-left: 0;
}
.wds-latest-tweets li {
  border-bottom: 1px solid #d2d2d2;
  list-style-type: none;
  padding-top: 13px;
  padding-bottom: 13px;
}
.wds-latest-tweets li:first-child {
  padding-top: 0;
}
.wds-latest-tweets li:last-child {
  border-bottom: 0;
}
.wds-latest-tweets li:last-child a {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
}

/* RSS Widget
---------------------------------------------------------*/
.widget_rss li {
  margin-bottom: 1em;
}
.widget_rss li .rsswidget {
  display: block;
  font-weight: 500;
  line-height: 1.3;
  font-size: 16px;
  font-size: 1.6rem;
}
.widget_rss .rss-date {
  display: block;
  margin-bottom: .5em;
}
.widget_rss cite {
  font-weight: 500;
}
.widget_rss ul {
  list-style-type: none;
  margin: 0;
  padding: 0 15px;
}

.addthis_toolbox {
  padding: 0;
  float: left;
  margin: 0;
  display: block;
}
.single .addthis_toolbox {
  float: right;
}
.addthis_toolbox a {
  font-size: 18px;
  color: #969696;
}
.addthis_toolbox ul, .addthis_toolbox li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.addthis_toolbox li {
  float: left;
  margin: 0 8px 0 0;
}
.addthis_toolbox li:nth-last-child(1) {
  margin: 0;
}

.addthis_counter {
  display: block !important;
  color: #333 !important;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 10px;
}

.addthis_counter:after {
  content: ' Shares';
}

.addthis-single-wrap {
  position: fixed;
  right: 0;
  bottom: 50%;
  z-index: 100;
  margin-bottom: -126px;
  padding: 20px 20px 0;
  width: 28px;
  background: #e1e1e1;
}
.addthis-single-wrap a {
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 475px) {
  .addthis-single-wrap {
    display: none;
  }
}
@media (max-width: 770px) {
  .addthis-single-wrap {
    display: none;
  }
}

.addthis-single-wrap .addthis_toolbox {
  margin: 0;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

/* Media Queries
---------------------------------------------------------*/
/* Small Devices, Tablets, Was set at 770px */
@media only screen and (max-width: 800px) {
  .col-12 {
    width: 100% !important;
  }

  div.showall-wrap.col-4.post-wrap {
    top: 0;
    right: 0 !important;
  }

  div.sort-wrap.col-8.post-wrap {
    width: 50%;
  }

  div.filter-wrap.col-9 {
    width: 100%;
  }
}
/* Extra Small Devices, Phones, Was set at 440px */
@media only screen and (max-width: 480px) {
  .col-1, .col-2, .col-3,
  .col-4, .col-5, .col-6,
  .col-7, .col-8, .col-9,
  .col-10, .col-11 {
    width: 100% !important;
  }

  .single footer.entry-meta {
    background: #edf1f7;
    clear: both;
    height: auto;
    margin-bottom: 30px;
    padding: 0;
  }
  .single #footer-share {
    border-left: none;
  }
  .single article {
    padding: 0;
  }
  .single ul.social-icons {
    display: block;
  }

  #primary .alignleft,
  #primary .alignright {
    display: block;
    float: none;
    margin: 0 auto;
  }

  .term-archive-header {
    width: 100%;
  }

  #divID {
    width: 185px;
    margin: 0 auto;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .col-1, .col-2, .col-3,
  .col-4, .col-5, .col-6,
  .col-7, .col-8, .col-9,
  .col-10, .col-11 {
    width: 100% !important;
  }
}

/*# sourceMappingURL=style.css.map */
