/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*variables.less and mixins.less are imported in common.less file so that variable and mixin calls dont break*/
/*DEFINITIONS*/
/* COLORS
	- default body text   #333
	- h1-h6               #3A4145
	- form input borders  #d0d0d0
*/
/* FONTS
	- default body text  "Open Sans", Arial;
	- h1-h6              'HelveticaCondensed', 'Open Sans', Arial;
	- pre and code       Consolas, Lucida Console, Monaco, monospace
*/
/* Common variables
***********************************************************************************************************************/
/* Constants
***********************************************************************************************************************/
/* Measurements
***********************************************************************************************************************/
/* Color Definitions
***********************************************************************************************************************/
/* Link Colors
***********************************************************************************************************************/
/* Button Colors
***********************************************************************************************************************/
/* Border Colors
***********************************************************************************************************************/
/* Form Elements
***********************************************************************************************************************/
/*This will be the same height as the Search button height*/
/* HTML Elements Colors
***********************************************************************************************************************/
/* Heading H1 - H6
***********************************************************************************************************************/
/*LESS Mixins */
/*Gradient background: Fades from top to bottom*/
/*Returns Width and Height of an element*/
/*Applies border style*/
/*Box Shadow effect*/
/*Applies inset shadow effect*/
/*USAGE
//.box-inset-shadow(@box-x: 0px, @box-y:2px, @box-blur:5px, @box-color:@color-DBDBDB, @inset-declaration: inset, @inset-x:0px, @inset-y:2px, @inset-blur:5px, @inset-color:@color-DBDBDB) {*/
/*Ease in and out effects when input elements are clicked upon*/
/*Glow effect when input elements are clicked upon*/
/*Rotates text; Used to rotate the links (Files and Services) in the static section of the Left Sliding Panel*/
/*Rotate Text on Y axis (Files and Services links)*/
/*Background images */
/*Very important to fix the flicker that appears in Google Chrome when a transition takes place or when
the left sliding panel (containing File & Services vertical links) is clicked upon*/
/*Removes the default styling of list items*/
/*Box Sizing cross browser compatible*/
/*Reset margin and padding to 0*/
/*Adds a white text shadow*/
/*The text of the element and sub-elements will appear as if they cannot be selected.*/
/*Transition effect w.r.t opacity*/
/*Adds animation affect*/
/*For Font icon*/
/*====================================================================================================================*/
/************************************************START - ADS***********************************************************/
/*====================================================================================================================*/
/*****Mobile Ads*****/
/*Common ads positioning for iPad and Desktop*/
/*====================================================================================================================*/
/************************************************END - ADS*************************************************************/
/*====================================================================================================================*/
.common-iphone-desktop-all .top-nav-ct {
  display: block;
}
.btn {
  padding: 10px 20px;
  text-align: center;
  color: white;
  vertical-align: middle;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 14px;
  border-radius: 4px;
  box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.3);
}
.btn.green {
  border-color: #59822c;
  background-color: #88c149;
  background-color: #699934;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #88c149), color-stop(1, #699934));
  background: -webkit-linear-gradient(top, #88c149 5%, #699934 100%);
  background: -moz-linear-gradient(top, #88c149 5%, #699934 100%);
  background: -o-linear-gradient(top, #88c149 5%, #699934 100%);
  background: -ms-linear-gradient(top, #88c149 5%, #699934 100%);
  background: linear-gradient(to bottom, #88c149 5%, #699934 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88c149, endColorstr=#699934, GradientType=0);
}
.btn.green:hover {
  background-color: #4f7327;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6ea037), color-stop(1, #4f7327));
  background: -webkit-linear-gradient(top, #6ea037 5%, #4f7327 100%);
  background: -moz-linear-gradient(top, #6ea037 5%, #4f7327 100%);
  background: -o-linear-gradient(top, #6ea037 5%, #4f7327 100%);
  background: -ms-linear-gradient(top, #6ea037 5%, #4f7327 100%);
  background: linear-gradient(to bottom, #6ea037 5%, #4f7327 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6ea037, endColorstr=#4f7327, GradientType=0);
}
.btn.green.flat {
  background-color: #78CD51;
  background-color: #79c447;
  background-image: none;
  box-shadow: none;
}
.btn.orange {
  border-color: #aa4200;
  background-color: #ff6707;
  background-color: #c94e00;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff6707), color-stop(1, #c94e00));
  background: -webkit-linear-gradient(top, #ff6707 5%, #c94e00 100%);
  background: -moz-linear-gradient(top, #ff6707 5%, #c94e00 100%);
  background: -o-linear-gradient(top, #ff6707 5%, #c94e00 100%);
  background: -ms-linear-gradient(top, #ff6707 5%, #c94e00 100%);
  background: linear-gradient(to bottom, #ff6707 5%, #c94e00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff6707, endColorstr=#c94e00, GradientType=0);
}
.btn.orange:hover {
  background-color: #963a00;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d35200), color-stop(1, #963a00));
  background: -webkit-linear-gradient(top, #d35200 5%, #963a00 100%);
  background: -moz-linear-gradient(top, #d35200 5%, #963a00 100%);
  background: -o-linear-gradient(top, #d35200 5%, #963a00 100%);
  background: -ms-linear-gradient(top, #d35200 5%, #963a00 100%);
  background: linear-gradient(to bottom, #d35200 5%, #963a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d35200, endColorstr=#963a00, GradientType=0);
}
.btn.orange.flat {
  background-color: #FA5833;
  background-image: none;
  box-shadow: none;
}
.btn.blue {
  border-color: #178acc;
  background-color: #54b4eb;
  background-color: #1d9ce5;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #54b4eb), color-stop(1, #1d9ce5));
  background: -webkit-linear-gradient(top, #54b4eb 5%, #1d9ce5 100%);
  background: -moz-linear-gradient(top, #54b4eb 5%, #1d9ce5 100%);
  background: -o-linear-gradient(top, #54b4eb 5%, #1d9ce5 100%);
  background: -ms-linear-gradient(top, #54b4eb 5%, #1d9ce5 100%);
  background: linear-gradient(to bottom, #54b4eb 5%, #1d9ce5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#54b4eb, endColorstr=#1d9ce5, GradientType=0);
}
.btn.blue:hover {
  background-color: #157eba;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #26a0e6), color-stop(1, #157eba));
  background: -webkit-linear-gradient(top, #26a0e6 5%, #157eba 100%);
  background: -moz-linear-gradient(top, #26a0e6 5%, #157eba 100%);
  background: -o-linear-gradient(top, #26a0e6 5%, #157eba 100%);
  background: -ms-linear-gradient(top, #26a0e6 5%, #157eba 100%);
  background: linear-gradient(to bottom, #26a0e6 5%, #157eba 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26a0e6, endColorstr=#157eba, GradientType=0);
}
.btn.blue.flat {
  background-color: #20a8d8;
  background-color: #2FABE9;
  background-image: none;
  box-shadow: none;
}
.btn.red {
  border-color: #be0000;
  background-color: #ff5454;
  background-color: #ff0000;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff5454), color-stop(1, #ff0000));
  background: -webkit-linear-gradient(top, #ff5454 5%, #ff0000 100%);
  background: -moz-linear-gradient(top, #ff5454 5%, #ff0000 100%);
  background: -o-linear-gradient(top, #ff5454 5%, #ff0000 100%);
  background: -ms-linear-gradient(top, #ff5454 5%, #ff0000 100%);
  background: linear-gradient(to bottom, #ff5454 5%, #ff0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5454, endColorstr=#ff0000, GradientType=0);
}
.btn.red:hover {
  background-color: #cc0000;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff2121), color-stop(1, #cc0000));
  background: -webkit-linear-gradient(top, #ff2121 5%, #cc0000 100%);
  background: -moz-linear-gradient(top, #ff2121 5%, #cc0000 100%);
  background: -o-linear-gradient(top, #ff2121 5%, #cc0000 100%);
  background: -ms-linear-gradient(top, #ff2121 5%, #cc0000 100%);
  background: linear-gradient(to bottom, #ff2121 5%, #cc0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff2121, endColorstr=#cc0000, GradientType=0);
}
.btn.red.flat {
  background-color: #EB3C00;
  background-image: none;
  box-shadow: none;
}
.btn.dark-red {
  border-color: #9a161a;
  background-color: #e12b31;
  background-color: #b5191f;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e12b31), color-stop(1, #b5191f));
  background: -webkit-linear-gradient(top, #e12b31 5%, #b5191f 100%);
  background: -moz-linear-gradient(top, #e12b31 5%, #b5191f 100%);
  background: -o-linear-gradient(top, #e12b31 5%, #b5191f 100%);
  background: -ms-linear-gradient(top, #e12b31 5%, #b5191f 100%);
  background: linear-gradient(to bottom, #e12b31 5%, #b5191f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e12b31, endColorstr=#b5191f, GradientType=0);
}
.btn.dark-red:hover {
  background-color: #881317;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #be1b20), color-stop(1, #881317));
  background: -webkit-linear-gradient(top, #be1b20 5%, #881317 100%);
  background: -moz-linear-gradient(top, #be1b20 5%, #881317 100%);
  background: -o-linear-gradient(top, #be1b20 5%, #881317 100%);
  background: -ms-linear-gradient(top, #be1b20 5%, #881317 100%);
  background: linear-gradient(to bottom, #be1b20 5%, #881317 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#be1b20, endColorstr=#881317, GradientType=0);
}
.btn.dark-red.flat {
  background-color: #c71c22;
  background-image: none;
  box-shadow: none;
}
.btn.light-orange {
  border-color: #d79103;
  background-color: #fabb3d;
  background-color: #f4a506;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fabb3d), color-stop(1, #f4a506));
  background: -webkit-linear-gradient(top, #fabb3d 5%, #f4a506 100%);
  background: -moz-linear-gradient(top, #fabb3d 5%, #f4a506 100%);
  background: -o-linear-gradient(top, #fabb3d 5%, #f4a506 100%);
  background: -ms-linear-gradient(top, #fabb3d 5%, #f4a506 100%);
  background: linear-gradient(to bottom, #fabb3d 5%, #f4a506 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fabb3d, endColorstr=#f4a506, GradientType=0);
}
.btn.light-orange:hover {
  background-color: #c28305;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9aa0b), color-stop(1, #c28305));
  background: -webkit-linear-gradient(top, #f9aa0b 5%, #c28305 100%);
  background: -moz-linear-gradient(top, #f9aa0b 5%, #c28305 100%);
  background: -o-linear-gradient(top, #f9aa0b 5%, #c28305 100%);
  background: -ms-linear-gradient(top, #f9aa0b 5%, #c28305 100%);
  background: linear-gradient(to bottom, #f9aa0b 5%, #c28305 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9aa0b, endColorstr=#c28305, GradientType=0);
}
.btn.light-orange.flat {
  background-color: #fabb3d;
  background-color: #f4a506;
  background-image: none;
  box-shadow: none;
}
.btn.dark-orange {
  border-color: #c13a1a;
  background-color: #fa603d;
  background-color: #fa5833;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fa603d), color-stop(1, #fa5833));
  background: -webkit-linear-gradient(top, #fa603d 5%, #fa5833 100%);
  background: -moz-linear-gradient(top, #fa603d 5%, #fa5833 100%);
  background: -o-linear-gradient(top, #fa603d 5%, #fa5833 100%);
  background: -ms-linear-gradient(top, #fa603d 5%, #fa5833 100%);
  background: linear-gradient(to bottom, #fa603d 5%, #fa5833 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fa603d, endColorstr=#fa5833, GradientType=0);
}
.btn.dark-orange:hover {
  background-color: #f43206;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9370b), color-stop(1, #f43206));
  background: -webkit-linear-gradient(top, #f9370b 5%, #f43206 100%);
  background: -moz-linear-gradient(top, #f9370b 5%, #f43206 100%);
  background: -o-linear-gradient(top, #f9370b 5%, #f43206 100%);
  background: -ms-linear-gradient(top, #f9370b 5%, #f43206 100%);
  background: linear-gradient(to bottom, #f9370b 5%, #f43206 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9370b, endColorstr=#f43206, GradientType=0);
}
.btn.dark-orange.flat {
  background-color: #fa5833;
  background-image: none;
  box-shadow: none;
}
.btn.dark-pink {
  border-color: #9e0c47;
  background-color: #e84c8a;
  background-color: #e21668;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e84c8a), color-stop(1, #e21668));
  background: -webkit-linear-gradient(top, #e84c8a 5%, #e21668 100%);
  background: -moz-linear-gradient(top, #e84c8a 5%, #e21668 100%);
  background: -o-linear-gradient(top, #e84c8a 5%, #e21668 100%);
  background: -ms-linear-gradient(top, #e84c8a 5%, #e21668 100%);
  background: linear-gradient(to bottom, #e84c8a 5%, #e21668 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e84c8a, endColorstr=#e21668, GradientType=0);
}
.btn.dark-pink:hover {
  background-color: #b41153;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e21f6c), color-stop(1, #b41153));
  background: -webkit-linear-gradient(top, #e21f6c 5%, #b41153 100%);
  background: -moz-linear-gradient(top, #e21f6c 5%, #b41153 100%);
  background: -o-linear-gradient(top, #e21f6c 5%, #b41153 100%);
  background: -ms-linear-gradient(top, #e21f6c 5%, #b41153 100%);
  background: linear-gradient(to bottom, #e21f6c 5%, #b41153 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e21f6c, endColorstr=#b41153, GradientType=0);
}
.btn.dark-pink.flat {
  background-color: #e21668;
  background-image: none;
  box-shadow: none;
}
.btn.light-pink {
  border-color: #9e0c47;
  background-color: #eb6399;
  background-color: #e84c8a;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eb6399), color-stop(1, #e84c8a));
  background: -webkit-linear-gradient(top, #eb6399 5%, #e84c8a 100%);
  background: -moz-linear-gradient(top, #eb6399 5%, #e84c8a 100%);
  background: -o-linear-gradient(top, #eb6399 5%, #e84c8a 100%);
  background: -ms-linear-gradient(top, #eb6399 5%, #e84c8a 100%);
  background: linear-gradient(to bottom, #eb6399 5%, #e84c8a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eb6399, endColorstr=#e84c8a, GradientType=0);
}
.btn.light-pink:hover {
  background-color: #e21f6c;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e5357b), color-stop(1, #e21f6c));
  background: -webkit-linear-gradient(top, #e5357b 5%, #e21f6c 100%);
  background: -moz-linear-gradient(top, #e5357b 5%, #e21f6c 100%);
  background: -o-linear-gradient(top, #e5357b 5%, #e21f6c 100%);
  background: -ms-linear-gradient(top, #e5357b 5%, #e21f6c 100%);
  background: linear-gradient(to bottom, #e5357b 5%, #e21f6c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5357b, endColorstr=#e21f6c, GradientType=0);
}
.btn.light-pink.flat {
  background-color: #e84c8a;
  background-image: none;
  box-shadow: none;
}
.btn.black {
  border-color: #1c1c1c;
  background-color: #444;
  background-color: #2b2b2b;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #444444), color-stop(1, #2b2b2b));
  background: -webkit-linear-gradient(top, #444444 5%, #2b2b2b 100%);
  background: -moz-linear-gradient(top, #444444 5%, #2b2b2b 100%);
  background: -o-linear-gradient(top, #444444 5%, #2b2b2b 100%);
  background: -ms-linear-gradient(top, #444444 5%, #2b2b2b 100%);
  background: linear-gradient(to bottom, #444444 5%, #2b2b2b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#444444, endColorstr=#2b2b2b, GradientType=0);
}
.btn.black:hover {
  background-color: #121212;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2b2b2b), color-stop(1, #121212));
  background: -webkit-linear-gradient(top, #2b2b2b 5%, #121212 100%);
  background: -moz-linear-gradient(top, #2b2b2b 5%, #121212 100%);
  background: -o-linear-gradient(top, #2b2b2b 5%, #121212 100%);
  background: -ms-linear-gradient(top, #2b2b2b 5%, #121212 100%);
  background: linear-gradient(to bottom, #2b2b2b 5%, #121212 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2b2b2b, endColorstr=#121212, GradientType=0);
}
.btn.black.flat {
  background-color: #444;
  background-image: none;
  box-shadow: none;
}
.btn.light-black {
  border-color: #3c4049;
  background-color: #4e525d;
  background-color: #3c4049;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4e525d), color-stop(1, #3c4049));
  background: -webkit-linear-gradient(top, #4e525d 5%, #3c4049 100%);
  background: -moz-linear-gradient(top, #4e525d 5%, #3c4049 100%);
  background: -o-linear-gradient(top, #4e525d 5%, #3c4049 100%);
  background: -ms-linear-gradient(top, #4e525d 5%, #3c4049 100%);
  background: linear-gradient(to bottom, #4e525d 5%, #3c4049 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4e525d, endColorstr=#3c4049, GradientType=0);
}
.btn.light-black:hover {
  background-color: #25272d;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #373a41), color-stop(1, #25272d));
  background: -webkit-linear-gradient(top, #373a41 5%, #25272d 100%);
  background: -moz-linear-gradient(top, #373a41 5%, #25272d 100%);
  background: -o-linear-gradient(top, #373a41 5%, #25272d 100%);
  background: -ms-linear-gradient(top, #373a41 5%, #25272d 100%);
  background: linear-gradient(to bottom, #373a41 5%, #25272d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#373a41, endColorstr=#25272d, GradientType=0);
}
.btn.light-black.flat {
  background-color: #4e525d;
  background-image: none;
  box-shadow: none;
}
.btn.grey {
  border-color: #ddd;
  background-color: #efefef;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fafafa), color-stop(1, #efefef));
  background: -webkit-linear-gradient(top, #fafafa 5%, #efefef 100%);
  background: -moz-linear-gradient(top, #fafafa 5%, #efefef 100%);
  background: -o-linear-gradient(top, #fafafa 5%, #efefef 100%);
  background: -ms-linear-gradient(top, #fafafa 5%, #efefef 100%);
  background: linear-gradient(to bottom, #fafafa 5%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fafafa, endColorstr=#efefef, GradientType=0);
  color: #999;
}
.btn.grey:hover {
  background-color: #d6d6d6;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e1e1e1), color-stop(1, #d6d6d6));
  background: -webkit-linear-gradient(top, #e1e1e1 5%, #d6d6d6 100%);
  background: -moz-linear-gradient(top, #e1e1e1 5%, #d6d6d6 100%);
  background: -o-linear-gradient(top, #e1e1e1 5%, #d6d6d6 100%);
  background: -ms-linear-gradient(top, #e1e1e1 5%, #d6d6d6 100%);
  background: linear-gradient(to bottom, #e1e1e1 5%, #d6d6d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e1e1e1, endColorstr=#d6d6d6, GradientType=0);
}
.btn.grey.flat {
  background-color: #efefef;
  background-image: none;
  box-shadow: none;
}
.btn.info {
  border-color: #022241;
  background-color: #04519b;
  background-color: #02325f;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #04519b), color-stop(1, #02325f));
  background: -webkit-linear-gradient(top, #04519b 5%, #02325f 100%);
  background: -moz-linear-gradient(top, #04519b 5%, #02325f 100%);
  background: -o-linear-gradient(top, #04519b 5%, #02325f 100%);
  background: -ms-linear-gradient(top, #04519b 5%, #02325f 100%);
  background: linear-gradient(to bottom, #04519b 5%, #02325f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#04519b, endColorstr=#02325f, GradientType=0);
}
.btn.info:hover {
  background-color: #01182d;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #033769), color-stop(1, #01182d));
  background: -webkit-linear-gradient(top, #033769 5%, #01182d 100%);
  background: -moz-linear-gradient(top, #033769 5%, #01182d 100%);
  background: -o-linear-gradient(top, #033769 5%, #01182d 100%);
  background: -ms-linear-gradient(top, #033769 5%, #01182d 100%);
  background: linear-gradient(to bottom, #033769 5%, #01182d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#033769, endColorstr=#01182d, GradientType=0);
}
.btn.info.flat {
  background-color: #033c73;
  background-image: none;
  box-shadow: none;
}
/* A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/* Remove the gap between images, videos, audio and canvas and the bottom of their containers: h5bp.com/i/440 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/* Remove default fieldset styles.*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Browse Happy prompt*/
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   START - Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   END - Print styles.
   ========================================================================== */
/* Common styles
***********************************************************************************************************************/
::selection,
::-moz-selection {
  background: #77a6d2;
  text-shadow: none;
  color: #ffffff;
}
html,
button,
input,
select,
textarea {
  color: #333333;
}
p {
  margin: 0;
  line-height: 1.8;
}
p + p {
  margin-top: 20px;
}
a {
  text-decoration: none;
  color: #eb5635;
  transition: all ease 0.238s;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #cc3514;
}
a:visited {
  color: #922a0f;
}
dd {
  margin: 0 0 10px 0;
}
.required {
  color: #ff0000;
}
.small {
  font-size: 0.80rem;
}
.emphasis {
  font-weight: bold;
  margin-bottom: 10px;
}
pre,
code {
  font-family: "Consolas", Lucida Console, Monaco, monospace;
}
/* General
***********************************************************************************************************************/
.back-to-top {
  background-color: #e0e0e0;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f5f5f5), color-stop(1, #e0e0e0));
  background: -webkit-linear-gradient(top, #f5f5f5 5%, #e0e0e0 100%);
  background: -moz-linear-gradient(top, #f5f5f5 5%, #e0e0e0 100%);
  background: -o-linear-gradient(top, #f5f5f5 5%, #e0e0e0 100%);
  background: -ms-linear-gradient(top, #f5f5f5 5%, #e0e0e0 100%);
  background: linear-gradient(to bottom, #f5f5f5 5%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f5f5f5, endColorstr=#e0e0e0, GradientType=0);
  display: block;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  line-height: normal;
  margin: 10px 0 0 0;
}
.back-to-top:hover {
  background-color: #c7c7c7;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dcdcdc), color-stop(1, #c7c7c7));
  background: -webkit-linear-gradient(top, #dcdcdc 5%, #c7c7c7 100%);
  background: -moz-linear-gradient(top, #dcdcdc 5%, #c7c7c7 100%);
  background: -o-linear-gradient(top, #dcdcdc 5%, #c7c7c7 100%);
  background: -ms-linear-gradient(top, #dcdcdc 5%, #c7c7c7 100%);
  background: linear-gradient(to bottom, #dcdcdc 5%, #c7c7c7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dcdcdc, endColorstr=#c7c7c7, GradientType=0);
}
/* Headings
***********************************************************************************************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "HelveticaCondensed", 'Open Sans', Arial;
  color: #3a4145;
  font-weight: bold;
  font-style: normal;
  line-height: 1.8;
  margin: 0.2rem 0 0.5rem 0;
  text-rendering: optimizeLegibility;
  margin: 0 0 10px 0;
}
h1 {
  font-size: 1.8rem;
}
h2 {
  font-size: 1.6rem;
}
h3 {
  font-size: 1.4rem;
}
h4 {
  font-size: 1.2rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: .8rem;
}
/* Form Elements
***********************************************************************************************************************/
.textbox,
.textarea,
.select {
  border: 1px solid #d0d0d0;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  padding: 5px;
  height: 30px;
  border-radius: 5px;
}
.textbox:focus,
.textarea:focus,
.select:focus {
  background-color: #feff8e;
}
.textarea {
  height: auto;
  overflow-y: auto;
  width: 100%;
}
.select {
  padding: 0 0 0 5px;
}
.label {
  font-weight: bold;
  display: block;
}
.form {
  margin-top: 20px;
}
.form-group {
  margin-bottom: 10px;
}
.search-query {
  width: 74%;
  margin-right: -4px;
  height: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 0.9rem;
  color: #999;
}
.search-query::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #cccccc;
}
.search-query:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cccccc;
}
.search-query::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cccccc;
}
.search-query:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #cccccc;
}
.mobile-nav-options {
  width: 73%;
}
/* Buttons & Links
***********************************************************************************************************************/
.btn-primary,
.btn-secondary,
.btn-search,
.btn-go,
.page-numbers {
  font-family: "Open Sans", Arial;
  font-weight: bold;
  color: #FFF;
  padding: 3px 10px;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.3);
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0);
  white-space: nowrap;
}
.btn-primary:hover,
.btn-secondary:hover,
.btn-primary:focus,
.btn-secondary:focus,
.btn-primary:active,
.btn-secondary:active,
.btn-primary:visited,
.btn-secondary:visited,
.btn-search:hover,
.btn-search:focus,
.btn-search:active,
.btn-search:visited,
.btn-go:hover,
.btn-go:focus,
.btn-go:active,
.btn-go:visited,
.page-numbers:hover,
.page-numbers:focus,
.page-numbers:active,
.page-numbers:visited {
  color: white;
}
.btn-primary,
.btn-search,
.btn-go,
.page-numbers {
  background-color: #db5705;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e64), color-stop(1, #db5705));
  background: -webkit-linear-gradient(top, #fb9e64 5%, #db5705 100%);
  background: -moz-linear-gradient(top, #fb9e64 5%, #db5705 100%);
  background: -o-linear-gradient(top, #fb9e64 5%, #db5705 100%);
  background: -ms-linear-gradient(top, #fb9e64 5%, #db5705 100%);
  background: linear-gradient(to bottom, #fb9e64 5%, #db5705 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fb9e64, endColorstr=#db5705, GradientType=0);
  border: 1px solid #c24d04;
}
.btn-primary:hover,
.btn-search:hover,
.btn-go:hover,
.page-numbers:hover {
  background-color: #a94304;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fa7f32), color-stop(1, #a94304));
  background: -webkit-linear-gradient(top, #fa7f32 5%, #a94304 100%);
  background: -moz-linear-gradient(top, #fa7f32 5%, #a94304 100%);
  background: -o-linear-gradient(top, #fa7f32 5%, #a94304 100%);
  background: -ms-linear-gradient(top, #fa7f32 5%, #a94304 100%);
  background: linear-gradient(to bottom, #fa7f32 5%, #a94304 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fa7f32, endColorstr=#a94304, GradientType=0);
}
.btn-secondary {
  background-color: #7f7f7f;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bfbfbf), color-stop(1, #7f7f7f));
  background: -webkit-linear-gradient(top, #bfbfbf 5%, #7f7f7f 100%);
  background: -moz-linear-gradient(top, #bfbfbf 5%, #7f7f7f 100%);
  background: -o-linear-gradient(top, #bfbfbf 5%, #7f7f7f 100%);
  background: -ms-linear-gradient(top, #bfbfbf 5%, #7f7f7f 100%);
  background: linear-gradient(to bottom, #bfbfbf 5%, #7f7f7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bfbfbf, endColorstr=#7f7f7f, GradientType=0);
  border: 1px solid #727272;
}
.btn-secondary:hover {
  background-color: #666666;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a5a5a5), color-stop(1, #666666));
  background: -webkit-linear-gradient(top, #a5a5a5 5%, #666666 100%);
  background: -moz-linear-gradient(top, #a5a5a5 5%, #666666 100%);
  background: -o-linear-gradient(top, #a5a5a5 5%, #666666 100%);
  background: -ms-linear-gradient(top, #a5a5a5 5%, #666666 100%);
  background: linear-gradient(to bottom, #a5a5a5 5%, #666666 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a5a5a5, endColorstr=#666666, GradientType=0);
}
.btn-primary.large,
.btn-secondary.large,
.btn-search.large,
.btn-go.large,
.page-numbers.large {
  font-size: 1.4rem;
  padding: 15px 40px;
}
.page-numbers {
  margin: auto 8px;
  padding: 10px 15px;
}
.btn-search,
.btn-go {
  width: 25%;
}
.btn-search {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* Modal
***********************************************************************************************************************/
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  /*display: none;*/
  /*overflow: auto;*/
  /*DO NOT use this because it will NOT allow clip the close icon in header*/
  -webkit-overflow-scrolling: touch;
  outline: 0;
  margin: auto;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: none;
  display: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(255, 255, 255, 0.5);
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  background-color: #cccccc;
  position: relative;
}
.modal-title {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.modal-header .close {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  color: #FFF;
  border: 0;
  text-align: center;
  background-color: #3a4145;
  box-shadow: 0 0 5px #141414;
}
.modal-header .close:hover,
.modal-header .close:focus {
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=100);
  opacity: 1;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px 15px 10px;
  margin-bottom: 0;
  text-align: right;
  background-color: #F5F5F5;
  box-sizing: border-box;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: inset 0 1px 0 #ffffff;
}
.modal-footer .btn + .btn {
  margin: 0 0 0 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal.medium {
  width: 500px;
  height: 300px;
}
/* Form submission
***********************************************************************************************************************/
.error-tip {
  display: inline-block;
  background-color: #F00;
  color: #FFF;
  font-weight: bold;
  padding: 2px 5px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.success {
  border: 1px solid #060;
  background-color: #E3FFE3;
  color: #060;
  padding: 5px;
}
#loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  /*set to a negative number 1/2 of your height*/
  margin-left: -50px;
  /*set to a negative number 1/2 of your width*/
  z-index: 99999;
  background: url(../images/ajax_loader.gif) no-repeat center center;
  display: none;
}
.spinner-small {
  width: 16px;
  height: 16px;
  background: url(../images/spinner_small.gif) no-repeat center center;
}
/* Mobile specific
***********************************************************************************************************************/
.mobile-nav-primary ul li,
.mobile-nav-secondary ul li {
  display: inline-block;
}
.mobile-nav-primary {
  float: left;
  width: 50%;
}
.mobile-nav-secondary {
  float: right;
  width: 50%;
  text-align: right;
}
.btn-mobile {
  border: 0;
  color: white;
}
.btn-mobile.menu,
.btn-mobile.search,
.btn-mobile.share {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  border: 0;
  padding: 0;
}
.btn-mobile.menu i,
.btn-mobile.search i,
.btn-mobile.share i {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
  margin: auto;
  vertical-align: middle;
  background-position: center center;
  background-size: 26px 26px;
}
.btn-mobile.menu i {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAaCAYAAADWm14/AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDYvMDEvMTTbx0BnAAAAuklEQVRIie3WMUoEQRAF0NdNo7AsJgabbCSIC5oYeSivZO4JvIkLgunEGzkDGkwZCF7hG/gv8F9QVFWrqifcyuQ4cIeHEKD1UPFvOirYXx2bIGAzqmrCNgSY2jzPlzgPAT5bVXIEfoYwmoELnIX6v1pVPeM6BHgfuMdNCLDtOIXK4dTRgoDWsQsCdq2qHrEPAab/RRQHjGVZssdoXdcXHEKAt9Fa2+MqBPjoWELlsPyJTRjNwKvcZ3z8Bi+hMQEW0LQUAAAAAElFTkSuQmCC);
}
.btn-mobile.search {
  right: 48px;
}
.btn-mobile.search i {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMy8wNC8xNL4hn/IAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAACs0lEQVRYhb2WTYiNYRTHf3MbIl/lM8qGMRgfhRqSRBhWsrDEwkpZkKWylAUbYStWJI0FSRY+Qr4iYmOEjI98ZpQwYX4Wz9y6nnne9773Xvzr6b733POc87vvczrPaVKpouHADKADWABMAvqAEvAauA2cB7qAL9WCDZCatYaqq9RLFtMVdb06JCfmgJX1w2z1VMHEsTrV+Y0ArFNf1pm8rHfq2iIATf5ZA+uAY8CQjBO7CzwAmoFfQAuwOMP3K7AR6CxaA63qk8S/+aoeVeeqo9RB6uD+zxHqTHW/+i2x94XalvcGyg9N6vFEgKfq0iKvUl2hPk/EOKk2VwPoSGx8bijGwhWtzuuHjrUmD6BZPRdt6FUX1Zi8vNoNx1apC2opC6BN7Ys2HKkzeXntS7yFWSnfErAMaKqoyx/A3tzKra6DhG5ZqWUpxxKwKLLdAZ41CPAWuBDZ2rMAWiPbTaC3QYBv/XEqNSYL4Fdk60rY6lFP9H1mFkCskX8hOfxZVwAfswDi+3g6odU2ohIwJbK9yHK8HtmWEGaARjQMWFoU4GpkayEMHo1oHtAW2S4lPdWx6vuoaVw23A/1NqKLUbxP6vhkJ+yH2J3oXDvrTL4zEetQln/5YYbaE236oW6vMflm9WcCYEM1ANRdiY196gHDMeUlHqfuyUiu4YhXVwMYpp7OCNClbjPMBq3qaLVFXazuMD3IxPpkGHIzAVAnqzeqBHplmIC7CySN9VldngeAOtFwHf8r9agr8wAwDCmbDNNtLXqtblHPFIDoyAMorwmGs7+lfjBMOr3q94r1QX2gbjUUY7m3XKsC8VGdHY/leZoKzCG02UpdB54m/NuA0wy8Eyp1ohaAejQdOJsDcS91Hf9NPQLWAI8zfn/TyOBZy5qmPoxqoFtd+L8AyhCH1fvqWcP4zm++x05Lo1tDxwAAAABJRU5ErkJggg==);
}
.btn-mobile.share {
  right: 0;
}
.btn-mobile.share i {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMy8wNC8xNL4hn/IAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAACJElEQVRYhc3Xu2sVURAG8LmJRlQi+IiK2knQxsKAYBFfWAQL0Viawv9BiaClhYWVKAjaiEVAbLQTn0UUiygi2AgaLQz4SBCNGMWY/CzuXjxZ9ga57OVmYGC/nW9nZs85M+ecCqJJ0hERuyKiPyJWRcSziBiKiE9zWGiGbscNTPonf/AKg1hS4zYjeC++mF+uY1kzEujC+1ywu7iG0dz7481I4HQS4BuOqA53G1ZnidTkLTaUncBwEmCwwN6JN5l9BifaSlz1bRGxNsGPCzjfI2I44e8oM4HZiJhM8JoCTiUiNiV4vKyh34pL+JlMwT2szPEOYzqz/8C+eg63YCd6Cpzk6/185qxI7qMfe3HK3L5wE4vzDg/gFsbwS3Ulj+AMlia8HlzB14Kg+XIrknFskyvDQUzN89Ft9OFC5iAvI6pDvBFnMVvHz6jqiESawKEcaQrv8CH3fjqHZ/EcR9Fh7mjuwVW8UG3BD3ES61JeYDmeJE5fqk5FJzbjXJ0/eYRjaFd/jdR0UT1bYEB1o4AJdBcQLyeBx7Jv8n/ckLZFRF9EtGd1+SAiXhfU71Dy/DHDvxvuGImU2YgaTuBORMxkeH9EdBfwBpLn9RnuKCWDhbAIW16GC6IRLYhWvCA2o0a19O24UR1JEjhYYK+oHlJrcrHsI9mKBE8UVX1EjCW4q+wj2ecE9xZwOiNid8J/WvYUtPxY3vKLSWjx1aym/305rdDa6/lfeZTI78MIBHsAAAAASUVORK5CYII=);
}
/* Others
***********************************************************************************************************************/
/*For modals lesser than iPad width, set max-width to 90%*/
@media only screen and (max-width: 767px) {
  .modal.small,
  .modal.medium,
  .modal.large {
    max-width: 90%;
  }
}
.wrapper {
  position: relative;
  width: 95%;
  max-width: 1100px;
  margin: auto;
  clear: both;
  zoom: 1;
  /*IE 7 Fix*/
}
.wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* Custom Fonts - FontAwesome for font icons*/
.icon,
.icon24,
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}
/*Social Icons*/
.icon.social {
  width: 36px;
  height: 36px;
  font-size: 22px;
  text-align: center;
  display: inline-block;
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter:hover,
.fa-twitter:focus {
  color: #0de5f4;
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook:hover,
.fa-facebook:focus {
  color: #3b5999;
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-google-plus:hover,
.fa-google-plus:focus {
  color: #dd4c39;
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-youtube-play:hover,
.fa-youtube-play:focus {
  color: #bb0000;
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss:hover,
.fa-rss:focus {
  color: orange;
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-linkedin:hover,
.fa-linkedin:focus {
  color: #0e76a8;
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe:hover,
.fa-globe:focus {
  color: green;
}
/*Cross - For closing dialog*/
.fa-times:before,
.close:before {
  content: "\f00d";
}
/*For breadcrumbs Home icon*/
.fa-home:before {
  content: "\f015";
  margin-left: -2px;
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-search:before {
  content: "\f002";
}
.fa-share-alt:before {
  content: "\f00d";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
/* CSS DIRECTORY
	1. =General
	2. =Site Wide
	3. =Mobile
	4. =iPad
	5. =Desktops
*/
/* =General
***********************************************************************************************************************/
html {
  position: relative;
  min-height: 100%;
  font-family: "Open Sans", Arial;
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  /*Pitch black text on white background causes text to flicker*/
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}
body {
  /*margin: 0 0 @footer-height;*/
  /* bottom = footer height */
}
/* =Site Wide
***********************************************************************************************************************/
.site-header {
  position: relative;
  clear: both;
  zoom: 1;
  /*IE 7 Fix*/
  padding: 10px 0;
}
.site-header:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.search-query {
  width: 68%;
  /*To make sure that the small spinner is going to show up correctly in Mobile*/
}
.stay-connected {
  display: inline-block;
  font-family: "HelveticaCondensed", 'Open Sans', Arial;
  font-weight: bold;
  font-size: 1.2rem;
  color: white;
}
.list-top-social-icons {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.list-top-social-icons li {
  display: inline-block;
}
.list-top-social-icons li a {
  border-radius: 36px;
  border: 1px solid transparent;
  box-sizing: border-box;
  line-height: 36px;
  transition: all 0.5s ease;
}
.list-top-social-icons li a:hover,
.list-top-social-icons li a:active,
.list-top-social-icons li a:focus {
  background-color: white;
  border: 1px solid #d0d0d0;
}
#skip {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 8px 0 0 -85px;
  display: none;
}
#skip {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: scroll;
  z-index: -99999;
  display: inline-block;
}
#skip:focus,
#skip:active {
  top: auto;
  width: 200px;
  height: auto;
  overflow: auto;
  left: 50%;
  margin-left: -100px;
  z-index: 99999;
  text-align: center;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #db5705;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e64), color-stop(1, #db5705));
  background: -webkit-linear-gradient(top, #fb9e64 5%, #db5705 100%);
  background: -moz-linear-gradient(top, #fb9e64 5%, #db5705 100%);
  background: -o-linear-gradient(top, #fb9e64 5%, #db5705 100%);
  background: -ms-linear-gradient(top, #fb9e64 5%, #db5705 100%);
  background: linear-gradient(to bottom, #fb9e64 5%, #db5705 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fb9e64, endColorstr=#db5705, GradientType=0);
  color: #ffffff !important;
  box-shadow: 0 1px 5px #1a1a1a;
}
#skip:focus:hover,
#skip:active:hover {
  background-color: #a94304;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fa7f32), color-stop(1, #a94304));
  background: -webkit-linear-gradient(top, #fa7f32 5%, #a94304 100%);
  background: -moz-linear-gradient(top, #fa7f32 5%, #a94304 100%);
  background: -o-linear-gradient(top, #fa7f32 5%, #a94304 100%);
  background: -ms-linear-gradient(top, #fa7f32 5%, #a94304 100%);
  background: linear-gradient(to bottom, #fa7f32 5%, #a94304 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fa7f32, endColorstr=#a94304, GradientType=0);
}
.site-footer {
  background-color: #eaeaea;
  font-size: 0.90rem;
}
.site-footer .wrapper {
  padding: 10px 0;
}
.site-footer a:not(.back-to-top) {
  color: #99C5E0;
}
.site-footer a:not(.back-to-top):visited {
  color: #eb5635;
}
.site-footer hr {
  border-top: 1px solid #001428;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  display: none;
}
.site-footer .fa-arrow-circle-up {
  font-size: 1.4rem;
  margin-right: 5px;
  vertical-align: middle;
}
.footer-nav-ct {
  clear: both;
  zoom: 1;
  /*IE 7 Fix*/
}
.footer-nav-ct:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.footer-column {
  margin: 0 0 8px 0;
  width: 100%;
  box-sizing: border-box;
  display: none;
}
.footer-column ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.footer-column ul li {
  margin-bottom: 10px;
}
.footer-column ul li a:hover {
  text-decoration: underline;
}
.back-to-top {
  background-color: #e0e0e0;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f5f5f5), color-stop(1, #e0e0e0));
  background: -webkit-linear-gradient(top, #f5f5f5 5%, #e0e0e0 100%);
  background: -moz-linear-gradient(top, #f5f5f5 5%, #e0e0e0 100%);
  background: -o-linear-gradient(top, #f5f5f5 5%, #e0e0e0 100%);
  background: -ms-linear-gradient(top, #f5f5f5 5%, #e0e0e0 100%);
  background: linear-gradient(to bottom, #f5f5f5 5%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f5f5f5, endColorstr=#e0e0e0, GradientType=0);
  display: block;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  line-height: normal;
  margin: 10px 0 0 0;
}
.back-to-top:hover {
  background-color: #c7c7c7;
  /* IE10 Consumer Preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dcdcdc), color-stop(1, #c7c7c7));
  background: -webkit-linear-gradient(top, #dcdcdc 5%, #c7c7c7 100%);
  background: -moz-linear-gradient(top, #dcdcdc 5%, #c7c7c7 100%);
  background: -o-linear-gradient(top, #dcdcdc 5%, #c7c7c7 100%);
  background: -ms-linear-gradient(top, #dcdcdc 5%, #c7c7c7 100%);
  background: linear-gradient(to bottom, #dcdcdc 5%, #c7c7c7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dcdcdc, endColorstr=#c7c7c7, GradientType=0);
}
/*Search Results*/
.all-posts {
  padding: 0;
  list-style-position: inside;
}
.posts-count {
  font-weight: bold;
}
.content {
  display: table-cell;
  vertical-align: top;
}
.content ul,
.content ol {
  list-style-position: inside;
  margin-bottom: 30px;
}
.content ul li,
.content ol li {
  margin-bottom: 10px;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-top: 20px;
}
.content.one-col,
.content.two-col {
  padding: 20px;
  /*For Search box appearing in the main content, remove the float*/
}
.content.one-col .search-ct,
.content.two-col .search-ct {
  float: none;
}
.content.two-col {
  margin-left: 236px;
}
.sidebar {
  width: 236px;
  display: none;
  vertical-align: top;
  background-color: #e8f3fc;
  box-sizing: border-box;
}
.sidebar .module {
  width: 196px;
  margin: 20px auto;
}
.sidebar .vertical-menu {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.sidebar .vertical-menu li a {
  padding: 5px 10px;
  display: block;
  border-bottom: 1px solid #d0d0d0;
  box-sizing: content-box;
  position: relative;
  color: #3a8ec1;
}
.sidebar .vertical-menu li a:hover,
.sidebar .vertical-menu li a:focus,
.sidebar .vertical-menu li a:active {
  background-color: white;
}
.sidebar .vertical-menu li a:hover:after,
.sidebar .vertical-menu li a:focus:after,
.sidebar .vertical-menu li a:active:after {
  content: "";
  border-right: 1px solid #ffffff;
  position: absolute;
  top: 0;
  right: -1px;
  background-color: red;
  height: 100%;
}
.sidebar .vertical-menu li:first-child a:hover {
  border-top-left-radius: 5px;
}
.sidebar .vertical-menu li.current-menu-item a {
  background-color: white;
  border-top-left-radius: 5px;
}
/*====================================================================================================================*/
/* START =Mobile
***********************************************************************************************************************/
.ad-left,
.ad-right {
  width: 300px;
  height: 250px;
}
.ad-left {
  float: left;
  margin: 0 20px 20px -20px;
  display: none;
  width: 320px;
  height: 50px;
}
.ad-right {
  float: right;
  margin: 0 20px 10px 10px;
}
.ad-vertical {
  /*float: left;*/
  width: 300px;
  margin: 0 auto 10px;
}
/*Responsive ad unit*/
.ad-bottom {
  width: 300px;
  margin-top: 10px;
  clear: both;
  zoom: 1;
  /*IE 7 Fix*/
}
.ad-bottom:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.ad-top {
  width: 320px;
  height: 50px;
  margin-bottom: 10px;
}
.ad-homepage {
  width: 234px;
  height: 60px;
  margin-bottom: 10px;
  display: none;
}
.mobile-nav-primary ul,
.mobile-nav-secondary ul,
.main-menu-ct ul {
  margin: 0;
  padding: 0;
}
.logo-ct {
  /*display: inline-block;
  position: absolute;
  top: 5px;
  margin-left: 10px;
  z-index: 1000;*/
}
.main-nav-data {
  clear: both;
  zoom: 1;
  /*IE 7 Fix*/
  background-color: gold;
  box-shadow: 0 1px 3px #dbdbdb;
  width: 100%;
  position: absolute;
  z-index: 100;
  display: none;
  padding: 10px 0;
}
.main-nav-data:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.main-menu-ct {
  text-align: left;
}
.social-sharing-ct {
  text-align: center;
}
.main-menu {
  display: none;
}
.btn-convert,
.btn-copy {
  width: 100%;
}
/***********************************************************************************************************************
/* END - Mobile
/*====================================================================================================================*/
/*====================================================================================================================*/
/* START =iPad
***********************************************************************************************************************/
@media only screen and (min-width: 768px) {
  .ad-left {
    margin: 20px;
    margin-left: 0;
    /*Override negative margin from Mobile specific styles*/
    display: block;
    width: 300px;
    height: 600px;
    float: left;
  }
  .ad-right {
    margin-right: 0;
    /*Override negative margin from Mobile specific styles*/
  }
  .ad-vertical {
    float: left;
    margin: 0 10px 10px 0;
  }
  .ad-vertical-left,
  .ad-vertical-right {
    width: 160px;
    margin-bottom: 10px;
  }
  .ad-vertical-left {
    float: left;
    margin-right: 10px;
  }
  .ad-vertical-right {
    float: right;
    margin-left: 10px;
  }
  .ad-bottom,
  .ad-top {
    width: 728px;
    height: 90px;
  }
  .wrapper {
    min-width: 728px;
  }
  .top-nav-ct {
    display: block;
  }
  .search-query {
    width: 72%;
    /*To make sure that the small spinner is going to show up correctly in Tablets*/
  }
  /*Split the list into 2 columns in Laptop & Desktop Mode*/
  .content.two-col ul {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
  .copyright {
    float: left;
    width: 73%;
  }
  .back-to-top {
    float: right;
    width: auto;
    margin-top: 0;
    text-align: left;
  }
  .textarea,
  .btn-convert,
  .btn-copy {
    width: 55%;
  }
}
/***********************************************************************************************************************
/* END - iPad
/*====================================================================================================================*/
/*====================================================================================================================*/
/* START =Desktops and laptops
***********************************************************************************************************************/
@media only screen and (min-width: 1280px) {
  .wrapper {
    /*min-width: 1200px;*/
  }
  .back-to-top {
    position: fixed;
    bottom: 0;
    right: 20px;
    display: none;
    /*Stay hidden initially, shown only when the browser window is scrolled*/
    transition: none;
    /*REQUIRED to make sre that the icon does not flicker while scrolling*/
    background-color: transparent;
    background-image: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    filter: none;
  }
  .back-to-top:hover {
    background-color: transparent;
    background-image: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    filter: none;
  }
  .back-to-top:visited {
    color: #eb5635;
  }
  .site-header {
    background-color: transparent;
  }
  .mobile-nav-ct {
    display: none;
  }
  .main-nav-data {
    background-color: transparent;
    box-shadow: 0 0 0 #ffffff;
    position: relative;
    z-index: 100;
    display: block;
    padding: 10px 0;
  }
  .search-ct {
    width: 300px;
    float: right;
    position: relative;
    /*For spinner-small positioning*/
  }
  .search-ct .spinner-small {
    position: absolute;
    top: 8px;
    right: -20px;
  }
  .social-sharing-ct {
    clear: right;
    width: 300px;
    float: right;
    text-align: left;
    margin-top: 10px;
  }
  .mobile-links-ct {
    display: none;
  }
  .stay-connected {
    margin: 2px 10px 0 0;
    color: #7e8b96;
  }
  .list-top-social-icons li {
    margin-right: 0;
  }
  .search-ct {
    margin-top: 10px;
  }
  .back-to-top {
    position: fixed;
    bottom: 0;
    right: 20px;
    display: none;
    /*Stay hidden initially, shown only when the browser window is scrolled*/
    transition: none;
    /*REQUIRED to make sre that the icon does not flicker while scrolling*/
    background-color: transparent;
    background-image: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    filter: none;
  }
  .back-to-top:hover {
    background-color: transparent;
    background-image: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    filter: none;
  }
  .back-to-top:visited {
    color: #eb5635;
  }
  .main-menu {
    display: block;
    margin: 0;
    padding: 0;
    clear: both;
    zoom: 1;
    /*IE 7 Fix*/
  }
  .main-menu:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .main-menu li {
    width: 100px;
    position: relative;
    float: left;
  }
  .main-menu li > ul {
    display: none;
  }
  .main-menu li:hover {
    /*Make it so that the drop down hovers still keep the parent link to be in its hover state*/
  }
  .main-menu li:hover > ul {
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    background-color: #ddedfd;
  }
  .main-menu li:hover > a {
    background-color: #77a6d2;
  }
  .main-menu li a {
    display: block;
    background-color: #ddedfd;
    padding: 5px 10px;
  }
  .main-menu li a:hover {
    background-color: #77a6d2;
  }
  .main-menu .sub-menu-ct:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin: -0.35rem 5px 0 0;
    border: 0.5rem solid transparent;
    border-top: 0.8rem solid #b7b7b7;
  }
  /*Footer Starts*/
  .footer-column {
    width: 235px;
    margin-bottom: 0;
    display: block;
  }
  .footer-column:nth-of-type(2n) {
    margin-right: 20px;
  }
  .footer-column:nth-of-type(3n) {
    margin-right: 20px;
  }
  .footer-column:nth-of-type(4n) {
    margin-right: 0;
  }
  .site-footer hr {
    display: block;
  }
  .footer-nav-ct {
    padding: 20px 0;
  }
  .footer-nav-ct:last-of-type {
    margin-right: 0;
  }
  .group-title {
    text-transform: uppercase;
    color: white;
  }
  /*Footer Ends*/
}
/***********************************************************************************************************************
/* END - Desktops and laptops
/*====================================================================================================================*/
.dummy {
  color: red;
}
