/*

Theme Name: Birds Eye Child

Description: Child theme for Birds Eye. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Read More</a>

Author: Themographics

Author URI: http://themeforest.net/user/themographics

Template: birds-eye

*/


/* LIGHT BLUE: #8ABBE6 */
/* DARK BLUE: #265C93 */


/* =Theme customization starts here

-------------------------------------------------------------- */

/**
 * Fix fonts that render as bold in Firefox
 *
 * Put this near the top of your style.css
 * Before any overriding styles
 */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

/**
 * Firefox specific rule
 */
@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}



@font-face {
  font-family: 'FranklinGothic-MediumCond';
  src: url('css/fonts/FranklinGothic-MediumCond.eot?#iefix') format('embedded-opentype'),  url('css/fonts/FranklinGothic-MediumCond.woff') format('woff'), url('css/fonts/FranklinGothic-MediumCond.ttf')  format('truetype'), url('css/fonts/FranklinGothic-MediumCond.svg#FranklinGothic-MediumCond') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
	font-family: 'FranklinGothic-MediumCond', sans-serif;
}

body h1, body h2 {
    font-weight:600;
}

body h3, body h4, body h5, body h6 {
    font-weight:500;
}

p {
	margin: 0 0 20px;
}

.tg-blog-detail .tg-description p:nth-child(5) {
    margin: 0 0 20px;
}

a strong,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    color:inherit;
}

textarea, select, .tg-select select, .form-control, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	padding:5px 8px;
  text-transform:none;
}

article ul li {
    list-style: disc outside none;
}

.gform_footer input[type="submit"] {
    color: #fff;
    padding: 0 20px;
    line-height: 30px;
    background: #272727;
    text-transform: uppercase;
    border:0;
    margin-top:1em;
}

input[type="submit"] {
	    color: #fff;
    padding: 0 20px;
    line-height: 30px;
    background: #272727;
    text-transform: uppercase;
    border: 0;
    margin-top: 1em;
}



#sidebar .tg-section-heading{
    padding-bottom:15px;
}

#sidebar > aside > div {
    background-color:#f5f5f5;
    padding:20px;
    margin-bottom:30px;
}

#sidebar .gfield input[type="text"],
#sidebar .gfield input[type="email"] {
    /*line-height:1em;
    padding: 10px;
    height:auto;*/
    width:100%;
}

#sidebar .gfield label {
    margin-bottom:0;
    display:none;
}

#sidebar .gfield {
    margin-bottom:1em;
}

#sidebar .tg-section-heading {
	padding-bottom:20px;
}

.breadcrumb-style {
    padding:0;
}
.tg-twocolumns {
    padding:40px 0;
}

.tg-fbcomments{
  z-index:1;
}
#tg-header{
  position:relative;
  z-index:450;
}

.tg-haslayout{
  /* z-index:400; */
  float:none!important;
  width:100%;
  display:block;
}
#tg-main{
  z-index:400;
  position:relative;
}

.tg-alsocheckout{

  float:none!important;
  width:100%;
  display:block;
}
.tg-description{
  float:none!important;
  width:100%;
  display:block;
}

#tg-content-upper{
  padding-top:40px;
}
#tg-alsocheck-thumb .tg-category-small:first-child{
  padding-top:10px;
}

.tg-404 h2 span {
    background:none;
}

.tg-404-content .tg-section-heading:after {
    display:none;
}

.tg-btn:hover, .tg-btn:focus, .tg-btn:active {
    color:#fff;
}

.home .tg-twocolumns {
    padding:0 0 0;
}

.blog .tg-twocolumns {
    padding:40px 0;
}

.home .subheader-section  {
    display:none;
}

.blog .subheader-section {
    display:block;
}

h1 { font-size:30px; }
h2 { font-size:26px; }
h3 { font-size:22px; }
h4 { font-size:20px; }
h5 { font-size:18px; }
h6 { font-size:16px; }

h1.page-title {
    margin-bottom:30px;
    color: #265c93;
    text-transform: uppercase;
}
h2,
.bird-archive .tg-border-heading h2,
.tg-border-heading h2 {
    font-size:28px;
}

.bird-archive .tg-border-heading h2,
.tg-border-heading h2 {
    margin-bottom:0;
}

.tg-border-heading {
	padding:15px 0 10px;
}

.tg-searchbox fieldset input {
    padding: 15px 60px 15px 80px;
    color:#fff;
}

.tg-searchbox fieldset:after {
	color:#7597C1;
}

.tg-search input[type="text"] {
	padding:14px 20px 14px 75px;
}

.tg-searchbox .tg-search-close {
    color:#fff;
}

.search-found .tg-search input[type="text"] {
	padding:14px 20px 14px 20px;
}

.search-form-elm form fieldset button[type="submit"]:before {
	color:#fff;
}

header p a:hover, header a:hover,
footer p a:hover, footer a:hover,
[class*="slider"] p a:hover, [class*="slider"] a:hover,
a:hover {
	text-decoration: none;
}

hr {
    clear: both;
    border-top: 2px solid #000;
}

textarea, select, .tg-select select, .form-control, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height:auto;
}

.btn {
	border-radius:0;
}

.tg-button {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.3em;
    padding: 0.5em 1em;
    background: #272727;
    color: #ffffff !important;
    border: 1px solid #272727;
    border-width: 1px 0;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    border-radius: 0em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    color:#fff;
    transition:0.25s all;
}

.tg-button.tg-button-blue {
    background:#265C93;
    border-color:#265C93;
}

.tg-button:hover {
    text-decoration:none;
    background-color:#444;
    border-color:#444;
    transition:0.25s all;
}

.tg-button.tg-button-blue:hover {
    background-color:#3176BB;
    border-color:#3176BB;
    transition:0.25s all;
}

.tg-tags .tg-btn:hover {
	color: #FFF;
}

.tg-logo img {
    max-width: 200px !important;
}

.tg-section-heading {
    margin-bottom: 0 !important;
    border-bottom: none !important;
}

.tg-section-list ul {
    column-count:2;
}

.tg-nav {
    padding: 35px 0 0;
}

.tg-navigationarea {
    margin: 20px 0 !important;
}

.tg-nav .tg-searchbox {
    top: calc(100% + 20px);
    height: auto;
}

.tg-nav .tg-searchbox button[type="submit"] {
    display:none;
}
.tg-nav .tg-search-open {
    display: inline-block;
    vertical-align: top;
    height: auto;
    width: auto;
    background: transparent;
    margin: 0 18px 25px;
}

.tg-nav > div.navbar-header {
	padding: 10px 0 40px 0px;
}

.tg-search-open i {
    line-height: 16px;
}

.tg-nav ul#menu-main {
    float: none;
    display: inline-block;
    vertical-align: top;
}
.tg-nav ul#menu-main:after {
    content: "";
    display: block;
    clear: both;
}
.tg-nav ul#menu-main > li:last-child a {
	color: #265c93;
	font-weight: bold;
}
.tg-nav ul li:last-child a i:last-child {
    display: block;
    font-size: 18px;
}
.tg-updateticker strong,
.tg-updateticker .tg-prev span,
.tg-updateticker .tg-next span,
.tg-addnav ul li a {
    color: #fff !important;
}

.tg-tag-hotstory,
.tg-filterbale-nav li a:after, .tg-tag.tg-tag-hotstory:after {
    background-color: #fff !important;
}

.tg-box,
.tg-theme-post {
    overflow: visible;
}

body .tg-postcontent {
    bottom: -70px;
}

.tableauViz{
max-width:100%;}
body .tg-fullpost .tg-postcontent-holder {
    background-color: #265c93;
    padding: 20px !important;
    min-width: 45%;
    display: inline-block;
}

.tg-fullpost .tg-border-heading:after {
    display: none;
}

.tg-border-heading {
    padding: 23px 0 10px;
}

.tg-heading h2 {
	font-size: 24px;
    font-weight: 600;
}

.home .tg-heading h2 {
	line-height: 1.2em;
}

@-moz-document url-prefix() {
  .tg-heading h2 {
       letter-spacing: -.01em;
  }
}

.tg-heading h2 a {
	color: #373542;
}

.tg-postcontent .container-fluid {
    padding-left: 0;
}
.tg-inner-banner .tg-postcontent-holder .tg-border-heading {
    padding-top: 0;
}

.tg-inner-banner .tg-postmetadata {
	display: block;
	float: none;
}
.tg-widget-slider .tg-postmetadata li {
    font: 13px/16px 'Open Sans', Arial, Helvetica, sans-serif;
}

.tg-postmetadata {
    font-size:14px;
}

.tg-postmetadata li a {
    color:#999;
    display:inline;
}
.tg-postmetadata li a:hover,
.tg-postmetadata li a:focus,
.tg-postmetadata li a:active {
    color: #265c93 !important;
}
.tg-theme-tags a:hover {
    color: #265c93 !important;
}

.tg-postmetadata {
    overflow: visible;
    margin-bottom:15px;
    color:#999;
    padding-left:0;
}

.tg-tag {
    color: #265c93;
}
.tg-tag + .tg-tag {
    margin: 0 0px 10px 5px;
}
.tg-tag-category {
    background: #FFF !important;
    border-top-color: #fff !important;
}

#tg-main .tg-content .tg-blog-detail .tg-description {
    padding: 0 115px;
}

#tg-main .tg-content .tg-border-heading h3 {
    font-weight: bold;
}

.tg-latest-technology .tg-postcontent .tg-postmetadata li a {
    font-size: 85%;
    color: #999;
}

.tg-latest-technology .tg-category-full {
    padding: 55px 0 25px 0;
}
.tg-description p {line-height:1.7em;}
.tg-description {
    font-size: 18px;
    line-height: 1.7em;
    font-family: 'PT Serif', serif;
    word-break: break-word;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover {
	color: #FFF;
}

.post-auhor-posts {
    width: 135px !important;
}
.tg-about-author {
    padding-bottom: 25px !important;
}

.tg-author-detail .tg-postdata {
    overflow: hidden;
    display: inline;
    position: relative;
}

.tg-author-detail h4 {
    display:block;
    margin-right:5px;
}

.tg-author-detail .tg-socialicons {
    padding:0 !important;
    display:block;
}

.tg-author-detail .tg-socialicons li a {
    color:#fff !important;
    background-color:#999;
    border-radius:50%;
    width:24px;
    height:24px;
    line-height:24px;
}

.tg-author-detail .tg-socialicons li a i {
    color:#fff !important;
    line-height:24px;
}
.tg-author-detail.member-list {
    border-top: 1px solid #ccc;
    padding-top: 35px;
}
.tg-author-detail.member-list h4 {
    margin-bottom: 15px;
}

.tg-author-detail.member-list h4 small {
    display: block;
}

.tg-author-detail.member-list p {
    float: none;
}

.tg-author-detail.member-list {
    border-top:
}

.th-nextprev-post {
	padding:30px 0;
}


.th-nextprev-post figure {
    display:none;
}

.th-nextprev-post .tg-border-heading {
    padding:0;
}

.tg-postdata .tg-border-heading h3 {
    font-size:14px;
    line-height:1.4em;
}

.th-nextprev-post .tg-border-heading:after {
    display:none;
}

.th-nextprev-post .tg-prev-post a.prev-post {
    padding-left:25px;
    display:inline-block;
}

.th-nextprev-post .tg-next-post a.next-post {
    padding-right:25px;
    display:inline-block;
}

.th-nextprev-post .tg-prev-post a.prev-post:before {
    content: "\f053";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display:block;
    font-size:1.5em;
    color:#265C93;
    float: left;
    margin-left:-25px;
}

.th-nextprev-post .tg-next-post a.next-post:before {
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display:block;
    text-align:right;
    font-size:1.5em;
    color:#265C93;
    float:right;
    margin-right:-25px;
}

.tg-home-slidertwo .tg-postcontent .tg-btn-border {
    color: #FFF;
    border-color: #FFF;
}
/*.tg-home-slidertwo .tg-postcontent .tg-btn-border:hover {
    color: #265c93;
    border-color: #265c93;
}*/
.mb-1 {
    margin-bottom: 10px !important;
}

.pensioncalculator {
    padding: 15px;
    background-color: #265c93;
    border-radius: 10px;
    -moz-border-radius: 10px;
    color: #ffffff;
}

.pensioncalculator td {
    border: none;
    line-height: 1.7em;
}

.pensioncalculator td.JMIPC_label {
    width: 60%;
    padding-right: 25px;
}

body.postid-18532 .tg-about-author,
body.postid-18532 .tg-postmetadata{
display:none;
}

.pensioncalculator td select {
    color: black;
}
.pensioncalculator td label {
    color: #ffffff;
    line-height: 1.7em;
}

.pensioncalculator table.JMIPC_form {
    margin-top: 30px !important;
}


div.JMIPC_moreInfoPopup{
  color:#000000;
}

.gform_wrapper .field_description_below .gfield_description {

    font-size: 16px;
}

.pensioncalculator table.JMIPC_form input,
.pensioncalculator table.JMIPC_form select {
    font-family: 'FranklinGothic-MediumCond', sans-serif;
    font-size: 1.3em;
}
.pensioncalculator input[type="button"] {
    background-color: #ffffff !important;
    color: black;
    padding: 5px 20px;
    font-weight: bold;
}

.pensioncalculator div#JMIPC_error {
    color: #ffffff;
    background-color: #cc0000;
    padding: 5px 0 8px;
}

.pensioncalculator #JMIPC_monthlyPension,
.pensioncalculator #JMIPC_annualPension {
    font-weight: bold;
    font-size: 1.5em;
}

.pensioncalculator #JMIPC_annuityCost {
    font-weight: bold;
    font-size: 1.7em;
}

footer * {
    color: #ffffff !important;
}
footer a {
    color: #337ab7 !important;
}

footer a:hover {
    color: #ffffff !important;
}
footer ul {
    list-style: none !important;
    line-height: 1em !important;
}

footer .tg-section-heading {
  margin-bottom: 0 !important;
  border-bottom: none !important;
  padding-bottom:20px;
}

footer .widget_nav_menu ul {
	clear: both;
}

footer .widget_nav_menu .menu-footer-site-map-container ul {
	margin-bottom: 30px;
}

footer .widget_nav_menu ul li {
	list-style: none;
	border-bottom: 0;
	padding: 2px 0;
	float: none;
}

footer .widget_nav_menu ul li a {
	padding-left: 0
}

footer .widget_nav_menu ul li a:after {
	display: none;
}

footer .widget_nav_menu ul > li > a:hover {
	padding: 0;
}

footer .gform_wrapper {
	margin:0;
}

footer .gform_wrapper ul li {
	list-style: none;
	margin-bottom: 20px;
}

footer .gform_wrapper .gform_heading {
	margin-bottom:0;
}

body footer .gform_wrapper ul li.gfield {
	margin-top:8px;
}

footer .gform_wrapper .top_label .gfield_label {
	display:none;
}


footer .gform_wrapper ul li input[type="text"],
footer .gform_wrapper ul li input[type="email"] {
	width: 100%;
}

footer .tg-description ul.list-unstyled li {
	list-style: none;
}

footer ul#menu-footer-menu li {
    list-style: none;
    display: inline-block;
    padding: 0 20px 0 0;
}

footer .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding:4px 8px;
	border:0;
	width:100%;
}

footer .gform_body .gfield_captcha_container .gfield_captcha_input_container {
	width: 50%;
    margin-left: 5%;
    padding-top: 0;
	display:inline-block;
}

footer .gform_body .gfield_captcha_container img {
	width:45%;
	display:inline-block;
	margin-right:2%;
}

footer .gform_wrapper .gfield_captcha_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding:7px;
}

footer .gform_wrapper ul li {
	margin-bottom:15px;
}

footer .gform_wrapper {
	font-size:0.9em;
}

footer .gform_wrapper .gfield_label {
	margin-bottom:0;
	font-weight:500;
	display:none;
}

footer .gform_wrapper .gform_body {
	padding-top:10px;
}

footer .gform_wrapper .gform_footer input[type="submit"] {
	border-radius:0;
	margin-top:0;
	color: #fff;
    background-color: #265C93;
    border-color: #265C93;
}

footer .gform_wrapper .gform_footer {
	margin-top:0;
	padding-top:0;
}

footer .gform_wrapper span.gform_description {
	margin-bottom:0;
}

footer .tg-socialicons li a {
	width:32px;
	height:32px;
}

footer .tg-socialicons li a i {
	font-size:18px;
	line-height:32px;
}

.tg-tags-social {
    border-bottom: none;
}
.tg-socialicons {
    padding: 15px 0 !important;
}

.flex-viewport .tg-theme-post figure {
    float: none;
}

.flex-viewport .tg-theme-post figure > a {
    background-size: cover;
    background-position: center;
    display: block;
    height: 61vh;
	min-height: 400px;
    overflow: hidden;
}

.single-ec_publication .tg-inner-banner .tg-theme-post figure > a {
    display: block;
    max-height: 350px;
    position: relative;
    padding-bottom: 350px;
    overflow: hidden;
}

.single-ec_publication .tg-inner-banner .tg-theme-post figure > a > span.title {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-transform: uppercase;
    background: #eee;
    color: #999;
    font-size: 20px;
}

.single-ec_publication .tg-inner-banner .tg-theme-post figure > a > img {
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
}

.single-ec_publication .tg-description {
    padding: 0 115px;
}

.single-ec_publication .tg-description ul li {
    list-style: none;
    padding-left: 19px;
    position: relative;
}

.single-ec_publication .tg-description ul li:before {
    content: "\f00c";
    color: #265c93;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 7px;
}

.single-ec_publication .tg-description blockquote {
    background: #f7f7f7;
    margin: 25px 0 30px; /** 40px 0 50px; **/
    padding: 30px;
    border: 1px solid #ddd;
    text-align: center;
    overflow: hidden;
    position: relative;
    font-style: italic;
}

.single-ec_publication .tg-description blockquote:before,
.single-ec_publication .tg-description blockquote:after {
    position: absolute;
    font-size: 180px;
    line-height: 183px;
    font-family: 'FontAwesome';
    color: #f0efef;
    z-index: 1;
}

.single-ec_publication .tg-description blockquote:before {
    content: '\f10e';
    right: 0;
    bottom: -60px;
}

.single-ec_publication .tg-description blockquote:after {
    content: '\f10d';
    top: -50px;
    left: 0;
}

.single-ec_publication .tg-description blockquote > p {
    position: relative;
    z-index: 2;
    font-size: 15px;
}

.single-ec_publication .subheader-section.tg-blog-list {
    display: none;
}

.single-post .tg-postmetadata {
    padding-left:0;
}

.single-post .tg-postmetadata,
.single-post .tg-postmetadata li a {
    color:#fff;
}

.single-post .tg-postmetadata li a:hover,
.single-post .tg-postmetadata li a:active,
.single-post .tg-postmetadata li a:focus {
    color:#fff !important;
}

.single-post .tg-border-heading h1 {
    color:#fff;
    margin:0;
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
}

.single-post .tg-border-heading h2 {
	color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.single-post .tg-theme-tags {
    padding: 0 0 10px;
}

.single-post .tg-alsocheckout .tg-postmetadata {
    color:#999;
}

.single-post .tg-alsocheckout .tg-description {
    font-size:14px;
    font-family:sans-serif;
}

.single-post .tg-alsocheckout .ec-content-grid figure {
	border:0;
}

.single-post .tg-alsocheckout .ec-content-grid figure figcaption {
    height:100%;
    visibility:visible;
    opacity:1;
}

.single-post .tg-alsocheckout .ec-content-grid figure .ec-content-desc {
    height:100%;
    visibility:visible;
    opacity:1;
    font-size:13px;
    line-height:18px;
}

.single-post .tg-alsocheckout .ec-content-grid .ec-content-desc .btn {
    margin-top:1em;
    display:block;
}

.single-post .tg-alsocheckout .btn-slider {
	top:-40px;
}

.single-post .tg-alsocheckout .btn-slider i:hover {
	color:#fff;
}

.single-post .tg-alsocheckout .ec-content-grid figure > a > img {
    max-height:100%;
}

.single-post .tg-alsocheckout .ec-content-grid figure {
	height:400px;
	max-height:400px;
}

.single-post .tg-alsocheckout .cycle-slide-active {
    background-color:#D8E7F5;
}

.single-post .tg-alsocheckout .cycle-slide {
	width:100%;
}

.single-post .tg-alsocheckout .tg-category-small {
    padding:10px 10px;
}

.single-post .tg-alsocheckout h3 {
    font-size:20px;
    line-height:1.2em;
}

.single-post .ec-highlight {
	font-size: 0.9em;
    display: block;
    margin: 0.5em 0;
    clear: both;
    border-bottom: 1px solid #ddd;
    padding: 0.5em 0;
}

.single-post .ec-highlight iframe {
	float:none !important;
	margin:0.5em 0;
}

.single-post .tg-endnotes {
	font-size:0.9em;
	margin-top:1.5em;
}

.single-post .tg-endnotes sup {
	font-weight:bold;
	color:#265C93;
}

.author-section .author-name {
	margin-bottom:0em;
	font-weight:bold;
}

.author-section .author-title {
	color:#999;
	font-size:18px;
	margin-bottom:1em;
}

.author-section .author-bio {
	font-size:1.2em;
	font-family: 'PT Serif', serif;
}

.author-section .author-bio p {
	line-height:1.7em;
}

.author-section .tg-socialicons li a {
	height:32px;
	width:32px;
	color:#fff;
	border-radius:50%;
}

.author-section .tg-socialicons li a i {
	font-size:20px;
	line-height:32px;
	color:#fff;
}

.author-section .tg-socialicons li a:hover {
	text-decoration:none;
}

.author-section {
	margin-bottom:30px;
	padding-bottom:15px;
	border-bottom:1px solid #ededed;
}

.team-container {
	margin-bottom:30px;
	padding:0 20px;
	float:none;
	display:inline-block;
	margin-left:-4px;
	vertical-align:top;
}

.team-container .team-headline {
	text-align: center;
    line-height: 1.4em;
    margin-top: 0 !important;
    padding-top: 0.5em;
    margin-bottom: 0;
    font-size:24px;
}

.team-container .team-sub-headline {
	text-align: center;
    line-height: 1.4em;
    margin-bottom: 10px;
    font-size: 16px;
    color: #999;
}

.team-container .team-email {
    line-height:1.8em;
}

.team-container a {
	color:#333;
}

article ol, article ul {
    padding-left:20px;
}

blockquote:not(.blockquote-link) {
    padding: 20px;
    background: #f7f7f7;
    padding-left: 15px;
    border-left: 4px solid #333;
    font-size: 16px;
    line-height: 1.4em;
    padding: 10px;
    position: relative;
    overflow: hidden;
    margin: 10px 0 10px 20px;
}

.post-auhor-posts .tg-postdata .tg-border-heading a:hover,
.post-auhor-posts .tg-postdata .tg-border-heading a:focus,
.tg-latest-technology .tg-postcontent .tg-postmetadata li a:hover,
.tg-latest-technology .tg-postcontent .tg-postmetadata li a:focus {
	color: #265c93 !important;
}


footer form input[type="text"],
footer form input[type="email"] {
	color: #333 !important;
}

#tg-header .tg-nav .tg-submenu-toggle {
	display:none;
}

.tg-tabs-widget .tg-nav-tabs li {
	width: 50%;
}

.tg-widget .tg-postdata .tg-postmetadata li a:hover {
	color: #265c93 !important;
}

.icon-link {
    display: inline-block;
    width: 100%;
    max-width: 90px;
    text-align: center;
    font-weight: 700;
    vertical-align: top;
    margin: 0 8px 30px 8px;
}

.icon-link .icon-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border: 2px solid #ccc;
    border-radius: 50%;
    margin-bottom: 10px;
    width: 90px;
    height: 90px;
}

.icon-link .icon-img img {
    max-height: 100%;
}

.publication-list li {
	list-style: none;
    margin-bottom: 20px;
    padding: 10px 15px;
    background: #fcfcfc;
    border-radius: 5px;
}

.publication-list.title-only li {
    padding: 0;
    border-radius: 0;
    min-height: 50px;
    border-bottom: 1px solid #aaa;
    background: none;
}

.publication-list li h5 {
	font-weight: bold;
	margin-bottom: 0
}

.publication-list li .title {
	margin-bottom: 10px;
    border-bottom: 1px solid #aaa;
    padding-bottom: 5px;
}

.publication-list.title-only li .title {
    border-bottom: none;
    padding-bottom: 0;
}

.publication-list li .title .tags {
	font-size: 85%;
	line-height: 14px;
}

.publication-list li .tags > a:after {
	content: ",";
}

.publication-list li .tags > a:last-child:after {
	display: none;
}

.publication-list li .tags > a + a {
	margin-left: 7px;
}

.title-bordered {
	margin: 0 0 20px;
	border-bottom: 1px solid #ddd;
}

.tg-theme-post figure > img {
    max-height:440px;
    height:440px;
    width:100%;
    object-fit:cover;
}

.tg-border-heading h3 a {
    color: #265c93;
}

.tg-border-heading.title-bordered h3 a:after {
    content: "\2192";
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 10px;
    direction: rtl;
    overflow: hidden;
    opacity: 0;
}

.tg-border-heading.title-bordered:hover h3 a:after {
    width: 20px;
    opacity: 1;
}

.theme-default-pages .tg-theme-post.bird-archive {
    padding:10px 0;
}

.ec-content-grid > .row {
    display:flex;
    margin:0;
}

.ec-content-grid > .row {
    border-left:10px solid #ededed;
}

.ec-content-grid > .row:last-child {
    border-bottom:10px solid #ededed;
}

.ec-content-grid > .row > div {
    padding-left:0;
    padding-right:0;
}

.ec-content-grid figure,
.ec-content-grid figure > a,
.ec-content-grid figure > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin:0;
    max-height:250px;
}

.ec-content-grid figure {
    border-width:10px 10px 0 0;
    border-style:solid;
    border-color:#ededed;
    max-height:250px;
    width:100%;
}

.ec-content-grid figcaption {
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    transition:0.35s ease-out;
}

.ec-content-grid .ec-content-desc {
	color:#fff;
	font-size:1.1em;
	margin:0.5em 0;
	visibility: hidden;
  	opacity: 0;
  	transition: visibility 0.25s, opacity 0.25s ease-out;
    display: none;
}

.ec-content-grid .ec-content-desc p {
	line-height:1.6em;
}

.ec-content-grid .ec-content-desc .btn {
	margin-top:0em;
}

.ec-content-grid figcaption .tg-heading {
    background-color:rgba(22,58,88,0.75);
    height:100%;
}

.ec-content-grid figcaption h3 {
    font-size: 26px;
    line-height: 1.2em;
    color:#fff;
    margin-bottom: 0;
}

.ec-content-grid figcaption h3 a {
    color:#fff;
    padding:20px 20px 20px;
    display: block;
}

.ec-content-grid figure:hover figcaption a {
	color:#fff;
}

.ec-content-blog-split .tg-heading h3 a,
.ec-content-blog-split .tg-heading h2 a {
    color: #333;
}

.ec-content-blog-split > .row {
    margin:10px 0 20px;
    padding:10px 0 20px;
    border-bottom:1px solid #ededed;
    display:flex;
    align-items:center;
    justify-content:center;
}

.ec-content-blog-split > .row:last-child {
    border-bottom:0;
}

.ec-content-blog-split .tg-postmetadata {
    margin:5px 0 20px;
}

.ec-content-blog-split .tg-postmetadata li {
    color:#333;
    font-size:17px;
}

.ec-content-blog-split .tg-heading h2 {
    font-weight:600;
    font-size:24px;
}

.ec-content-blog-split .tg-posttax {
    font-family:'FranklinGothic-MediumCond', sans-serif;
    font-size:14px;
    color:#777;
}

.ec-content-blog-split .tg-posttax a {
    color:#8ABBE6;
}

.ec-content-blog-split .tg-posttax > div:first-child {
    padding-right:40px;
}

.ec-content-blog-split .tg-description {
    font-size:16px;
    color:#777;
    padding-left:30px;
    border-left:1px solid #ededed;
}

.ec-content-blog h2,
.ec-content-blog-full h2 {
    font-weight:600;
}

.ec-content-blog {
    padding-right:30px;
}

.ec-content-blog-full .tg-description {
    font-size:18px;
}

.ec-content-blog article {
    margin-bottom:0;
}

.ec-content-blog article figure,
.ec-content-blog article figure img,
.ec-content-blog-full article figure,
.ec-content-blog-full article figure img {
    width:100%;
}

.ec-content-blog-small article.tg-theme-post.bird-archive {
    margin-bottom:0;
    border-bottom: 1px solid #dedede;
    padding:10px 0;
}

.ec-content-blog-small article.tg-theme-post.bird-archive:last-child {
    border-bottom:0;
}

.ec-content-blog-small h2 {
    font-size:20px;
    font-weight:bold;
    margin-bottom:5px;
}

.ec-content-blog-small .tg-postmetadata {
    margin-bottom:10px;
}

.ec-content-blog-small .tg-description {
    font-size:16px;
}

.ec-content-blog:after{
    content:'';
    display:block;
    clear:both;
}

.ec-content-blog-center {
	max-width:800px;
	margin:0 auto;
}

.ec-content-blog-center > article:nth-child(even) {
	background-color:#f5f5f5;
}

.ec-content-blog-center .tg-box {
    padding:0 1em;
}

#ec_filters {
    background-color: #F5F5F5;
    padding: 1em 0;
    margin:0 30px 30px 0;
}

#ec_filters .ec-filters-group {
    margin-bottom: 0.5em;
}

#ec_filters .ec-filters-group > input,
#ec_filters .ec-filters-group select {
}

#ec_filters .ec-filters-group > label {
    font-weight:bold;
    margin-right:5px;
}

#ec_filters .ec-filters-group .ms-options li {
    margin-left:0;
    line-height:1.2em;
    list-style:none;
}

#ec_filters .ec-filters-group .ms-options label {
    padding:0 0 0 20px;
}

#ec_filters .ec-filters-group .ms-options > ul input[type="checkbox"] {
    top:2px;
}

#ec_filters #ec_filters_clear {
    font-size: 0.9em;
    color: #999;
    margin-left: 1em;
}

#ec_filters #ec_filters_clear:hover {
    cursor:pointer;
}

#ec_filters input[type="submit"] {
    color: #fff;
    padding: 0 20px;
    line-height: 30px;
    background: #272727;
    text-transform: uppercase;
    border: 0;
    margin-top: 0.5em;
}

.ec-team-grid {
    font-family: 'FranklinGothic-MediumCond', sans-serif;
}

.ec-team-grid h2 {
    padding-top:0.5em;
    margin-bottom:0;
}

.ec-team-grid h3 {
    margin-bottom:1em;
    font-size:16px;
    color:#999;
}

.ec-team-grid a {
    color:#333;
    text-decoration:none;
}

.sow-accordion-title {
    font-weight: 400;
    line-height: 1.5;
    font-style: normal;
    font-family: 'FranklinGothic-MediumCond', sans-serif;
    font-size:22px;
}

.tg-pagination ul li span.current {
    color: #fff;
    background: #363636;
    width: 28px;
    height: 25px;
    display:inline-block;
    border-radius: 2px;
}

.tg-pagination ul li a.active {
    color:#fff;
}

.tg-pagination ul li a.page-numbers.prev{ margin-left:0;}
.tg-pagination ul li a.page-numbers.next{ margin-right:0;}

.tg-pagination ul li a.page-numbers.next {padding:0 0 0 25px;}
.tg-pagination ul li a.page-numbers.prev{padding:0 25px 0 0;}
.tg-pagination ul li a.page-numbers.next:after,
.tg-pagination ul li a.page-numbers.prev:after{
	top:50%;
	opacity:0;
	content:'';
	width:15px;
	height:1px;
	background:#373542;
	position:absolute;
	visibility:hidden;
}
.tg-pagination ul li a.page-numbers.next:after{right:50px;}
.tg-pagination ul li a.page-numbers.prev:after{left:50px;}
.tg-pagination ul li a.page-numbers.next:hover:after,
.tg-pagination ul li a.page-numbers.prev:hover:after{
	opacity:1;
	visibility:visible;
}
.tg-pagination ul li a.page-numbers.next:hover:after{right:2px;}
.tg-pagination ul li a.page-numbers.prev:hover:after{left:2px;}

.sow-accordion-open-close-button {
    padding-top:5px;
}
.spendometer {
    padding:20px 0;
    background-color:#265C93;
    text-align:center;
}
.spendometer .tg-section-heading h2 {
    font-size:28px;
    color:#fff;
    display:inline-block;
    font-weight:600;
}
.spendometer .tg-section-heading {
    padding:0;
}
.spendometer .tg-section-heading:after {
    display:none;
}
.spendometer .tg-section-heading h2 {
    margin:10px 0 20px;
    position:relative;
}
/*.spendometer .tg-section-heading h2:after {
    top: 0;
    left: 0;
    content: '';
    width: 20%;
    height: 3px;
    position: absolute;
    background: #8ABBE6;
}*/
.spendometer .counter-wrap {
    clear: both;
    display: inline-block;
    padding: 20px 30px 10px;
    background-color: #fff;
    width: auto;
    margin: 0 auto;
    border: 3px solid #333;
}
#flipcounter ul.cd{float:left;list-style-type:none;margin:0;padding:0}
#flipcounter li{background:url(library/images/digits2.png) 0 0 no-repeat;list-style:none;}
#flipcounter li.t{background-position:0 0;width:53px;height:39px}
#flipcounter li.b{background-position:0 0;width:53px;height:64px}
#flipcounter li.s{background-position:-53px -1030px;width:14px;height:103px}


#flipcounter {
    padding-left: 54px;
    position: relative;
}

#flipcounter:before {
  background: url(library/images/digits2.png) 0 -1030px no-repeat;
  width: 53px;
  height: 103px;
  content: '';
  position: absolute;
  left: 0px; }


.tg-section-heading h2 {
    font-size:20px;
}

.tg-box-heading {
    background-color: #f7f7f7;
    padding: 1em;
    border-left: 3px solid #265C93;
}

.tg-box-heading h2 {
    text-transform: none;
    font-size: 24px;
    margin-bottom:0;
}

.tg-box-heading h3 {
    font-size: 1.2em;
    color: #999;
}


.tg-box-heading.tg-box-heading-sm {
    padding: 0.5em 1em;
}

.tg-box-heading.tg-box-heading-sm h3 {
    text-transform: none;
    font-size: 20px;
    margin-bottom:0;
    color:#333;
}

.staff-row img {
    border:1px solid #ddd;
}

.staff-row {
    padding-bottom:30px;
}

.cust-pg-navi {
	clear:both;
	display:block;
}

.search-found .tg-search input[type="text"], .tg-search input[type="text"] , .sidebarSearchTerm input,
{
    text-transform: none;
}
#post-18532 .tg-postmetadata,
#post-21503 .tg-postmetadata,
#post-6307 .tg-postmetadata{
  display:none!important;
}

body.postid-53242 #sidebar,
body.postid-53170 #sidebar{
  display:none;
}
body.postid-53242 #tg-twocolumns-upper .col-sm-8,
body.postid-53170 #tg-twocolumns-upper .col-sm-8{
  width:100%;
}

body.postid-53242 #viz1663620328619{
  width:100%!important;
}
body.postid-53242 #viz1663620328619 iframe{
  width:100%!important;
}
#viz-client-container{
width:100%!important;
}

.elementor-template-full-width #tg-main{
  padding-right: 15px;
  padding-left: 15px;
  margin-top:180px;
  margin-bottom:40px;
  margin-right: auto;
  margin-left: auto;
  float:none!important;
}

.template-force-full-width #sidebar{
  display:none!important;
}

.template-force-full-width .col-sm-8.tg-blog-detail{
  width:100%!important;
}

@media (min-width: 768px){
  .elementor-template-full-width #tg-main {
    width: 750px;
  }
}

@media (min-width: 992px){
  .elementor-template-full-width #tg-main {
    width: 970px;
  }
}

@media (min-width: 1200px){
  .elementor-template-full-width #tg-main {
    width: 1170px;
  }
}



@media only screen and (max-width: 991px) {
	.tg-description .JMIPC_moreInfoHolder img{
	width:20px;
  	max-width:20px;
	}
}
@media only screen and (max-width: 900px) {
  .tg-fullpost-slider .tg-postmetadata {
      display: block!important;
  }
.tg-fullpost-slider .tg-postmetadata{
  padding-left:40px;
    padding-right:40px;
  }
  .tg-fullpost-slider .tg-postmetadata li{
  display:inline-block!important;
    margin-right:5px!important;
  }
  body.postid-18532 .tg-fullpost-slider .tg-postmetadata {
      display: none!important;
  }
}

@media only screen and (max-width: 781px) {
.tg-navigation, .navbar-collapse.collapse{
  display:none!important;
  }

  .tg-navigation, .navbar-collapse.collapse.in{
  display:block!important;
  }
}
@media only screen and (max-width: 781px) {
	.tg-fullpost-slider .tg-border-heading h1 {
      font-size: 24px!important;
      line-height: 28px!important;
      margin-bottom: 0;
      font-weight: bold;
	}
  .tg-border-heading, .tg-section-heading{
    float:none;
  }

  .tg-nav {
    top: 0!important;
    right: 0!important;
    float: none;
    z-index: 10;
    margin: 7px 0;
    position: absolute!important;
}

  .tg-logo {
    float: left!important;
    margin: 0;
    z-index: 11;
    position: relative;
	}
  .tg-nav .navbar-toggle {
    background: #272727;
    margin: 0 15px 0 0;
	}
  .tg-nav .navbar-toggle .icon-bar {
    background: #999;
	}
  .tg-nav > div.navbar-header{
  width:100%;
  }
  .tg-nav .tg-search-open {
    position: absolute;
    top: 60px;
    right: 10px;
    top: 20px;
    right: 70px;
	}
}
@media only screen and (max-width: 767px) {
  .tg-fullpost-slider .tg-postmetadata{
    padding:0px!important;
  }
}
@media only screen and (min-width: 1025px) {
    #tg-main .tg-content {
        width: 610px;
        float: right;
    }
}

/* ----------- iPad Pro ----------- */
/* Portrait */
@media only screen
  and (min-width: 1024px)
  and (max-height: 1366px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1.5) {
    #tg-main .tg-content {
        width: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    #tg-main .tg-content {
        width: 100%;
    }

    /** home page stny **/
    #pg-w5ecbce5aeb2b0-0 {
        justify-content: center !important;
    }
    #pgc-w5ecbce5aeb2b0-0-0,#pgc-w5ecbce5aeb2b0-0-1 {
        width: 400px !important;
    }
    #pg-w5ecbce5aeb2b0-0 h3 {
        font-size: 24px;
        line-height: 1.4em;
    }
    #pg-w5ecbce5aeb2b0-0 .so-widget-image {
        max-width: 250px !important;
    }

}

@media only screen and (min-width: 480px) {
	.spend-on-mobile {
		display: none;
	}
}

@media (max-width: 991px) {
    .tg-fullpost-slider .tg-theme-post figcaption {
        position: static;
        padding: 0;
    }

    .tg-postcontent {
        position: static;
    }

    .tg-fullpost-slider .tg-postcontent > div {
        padding: 0;
    }

    body .tg-fullpost .tg-postcontent-holder {
        width: 100% !important;
    }

    .single-ec_publication .tg-description {
	    padding: 0;
	}

	.ec-content-blog-full > .row {
		display:block;
	}

	.ec-content-blog-full .tg-description {
		padding-left:0;
		border-left:0;
		margin-top:1em;
	}

    .tg-section-list ul.ec-content-blog {
        column-count:1;
    }

    .single-post .tg-fullpost-slider .tg-border-heading h2 {
	    font-size: 16px;
	    font-weight: 500;
	}

}

@media (max-width: 780px) {
   .blog .tg-twocolumns {
        padding: 40px 30px;
    }
  .navbar-toggle {
    display: block!important;
	}
  .tg-logo {
    float: left;
    margin: 0;
    z-index: 11;
    position: relative;
	}

}


@media (min-width: 781px) {
  .navbar-collapse.collapse {
		display: inline-block !important;
	}
}
@media (min-width: 768px) {

   .
    #pg-w5ecbce5aeb2b0-0 {
        justify-content: center !important;
        margin-bottom: 1.5em !important;
    }
    #pgc-w5ecbce5aeb2b0-0-0,#pgc-w5ecbce5aeb2b0-0-1 {
        width: 300px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
	.tg-nav ul#menu-main {
		width: auto;
	}

	.tg-nav {
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 480px) and (max-width: 767px) {
	.ec-team-grid h2 {
		font-size: 22px;
		line-height: 24px;
	}

	.ec-team-grid .widget_sow-headline + div .so-widget-sow-editor-base {
		word-break: break-all;
	}

	.ec-team-grid h3 {
		font-size: 14px;
		line-height: 16px;
	}
}

@media (max-width: 780px) {
	.ec-team-grid.panel-row-style {
		flex-direction: row !important;
		flex-wrap: wrap !important;
		padding: 0 15px;
	}

	.ec-team-grid.panel-row-style > div {
		width: calc(50% - ( 0.75 * 15px ) ) !important;
	}

	.ec-content-blog {
		padding-right:0;
	}

	.tg-section-list ul {
		column-count:1;
	}

	.main-page-wrapper {
		padding-left:30px;
		padding-right:30px;
	}

	.tg-fullpost-slider .tg-border-heading h1 {
		font-size:20px;
		margin-bottom:0;
		font-weight:bold;
	}

	.tg-fullpost-slider .tg-border-heading h2 {
		margin-bottom:10px;
		font-weight:normal;
	}

	.tg-fullpost-slider .tg-postmetadata li {
		display: inline-block;
	    float: none;
	    margin-left: 0;
	    padding-left: 0;
	    margin: 10px 0;
	}

    .tg-theme-post figure > img {
        max-height: 200px;
    }

    article .tg-postmetadata {
        line-height:1.8em;
        margin-bottom:5px;
        font-size:0.9em;
    }

    article .tg-postmetadata li {
        float:none;
        display:block;
    }

    .ec-content-blog article h2,
    .ec-content-blog-full article h2
    .ec-content-center article h2 {
        margin-bottom:0;
    }

    article .tg-postmetadata li + li {
        padding:0;
    }

	body .tg-fullpost .tg-postcontent-holder {
		padding:10px !important;
	}

	footer {
		text-align:center;
	}

	footer .tg-section-heading:after {
		display:none;
	}

	footer .tg-four-column {
		padding:30px 0;
	}

	footer .tg-socialicons {
		float:none;
	}

	footer .tg-socialicons li {
		float:none;
		display:inline-block;
	}

	#tg-header .tg-nav .navbar-collapse {
		background-color: #F5F5F5;
    	margin-top: 15px;
	}

	#tg-header .tg-nav > div > ul > li > ul {
		display:none;
	}

	#tg-header .tg-nav ul,
	#tg-header .tg-nav li,
	#tg-header .tg-nav a {
	    transition:none !important;
	}

	#tg-header .tg-nav > div > ul li {
	    border-color: #f7f7f7;
	    line-height: 25px;
	    background: transparent;
	    padding:0;
	    border:0;
	}

	#tg-header .tg-nav > div > ul > li > a {
		color: #999;
	    padding: 5px 0;
	    background: transparent;
	    color:#333;
	    font-weight:bold;
	}

	#tg-header .tg-nav > div > ul > li.menu-item-has-children {
		position:relative;
	}

	#tg-header .tg-nav > div > ul > li.menu-item-has-children .tg-submenu-toggle {
		display:block;
	    position: absolute;
	    margin-left: -25px;
	    top:0;
	    right: 0;
	    left: 100%;
	    width: 50px;
	    height: 25px;
	    background-color: #E6E6E6;
	    border-radius: 0;
	    text-align: center;
	    line-height: 25px;
	    padding:0;
	}



    #flipcounter {
      padding-left: 30px;
      float: left;
      display: block;
      height: 40px;
      overflow: hidden;
      position:relative;}

    #flipcounter:before {
      background: url(library/images/digits1.png) 0 -485px no-repeat;
      width: 25px;
      height: 49px;
      content: '';
      position: absolute;
      left: 0px; }

    #flipcounter ul.cd {
      float: left;
      list-style-type: none;
      margin: 0 2px;
      padding: 0; }

    #flipcounter li {
      background: url(library/images/digits1.png) 0 0 no-repeat; }

    #flipcounter li.t {
      background-position: 0 0;
      width: 25px;
      height: 18px; }

    #flipcounter li.b {
      background-position: 0 0;
      width: 25px;
      height: 29px; }

    #flipcounter li.s {
      background-position: -25px -485px;
      width: 6px;
      height: 48px; }


@media (max-width: 767px) {
	.tg-nav .tg-search-open {
		position: absolute;
		top: 60px;
		right: 10px;
		/*top: 20px;
		right: 70px;*/
	}
	.single-post .tg-description img[class*='thumbnail']:first-of-type {
		display: none;
	}
	.tg-nav .tg-searchbox {
		top: 100%;
	}
	.tg-main .tg-fullpost-slider .tg-theme-post figcaption {
		padding: 0;
	}
	.ec-content-grid > .row {
	    display:block;
	}
	.home-stny {
		text-align:center !important;
		padding:30px !important;
	}
	.home-stny .sow-image-container > a {
		margin:0 auto;
	}
	.home-stny .ow-button-base {
		text-align:center;
	}
	main .tg-fullpost-slider .tg-theme-post figcaption {
		position: static;
		padding: 0;
	}
	main .tg-postcontent .container-fluid {
		padding-right: 0;
	}
	body .tg-fullpost .tg-postcontent-holder {
		display: block;
	}
	.team-container .team-headline {
		font-size:20px;
	}
	.team-container .team-sub-headline {
		font-size:14px;
	}
	.team-container .team-email,
	.team-container .team-twitter {
		font-size:13px;
	}
}

@media (max-width: 568px) {
    .tg-fullpost-slider .tg-theme-tags {
        padding: 0 0 10px;
        display: none;
    }

    main .tg-fullpost-slider .tg-box {
        display: block;
    }

    main .tg-fullpost-slider .tg-postmetadata {
    	display: block;
    }

    main .tg-box {
    	float: none;
    }

    .tg-border-heading h2 a {
        font-size: 26px;
    }
}

@media (max-width: 480px) {
    .tg-fullpost-slider .tg-theme-post figure a img {
        /** transform: translate(calc(-50% PLUSSIGN 200px ), 0); **/
    }

    /*.ec-team-grid.panel-row-style {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}

	.ec-team-grid.panel-row-style > div {
		width: 100% !important;
	}*/

	.ec-team-grid h2 {
		font-size: 20px;
		line-height: 22px;
	}

	.ec-team-grid .widget_sow-headline + div .so-widget-sow-editor-base {
		word-break: break-all;
	}

	.ec-team-grid h3 {
		font-size: 12px;
		line-height: 15px;
	}

	.ec-team-grid .widget_sow-headline + div p {
		font-size: 0;
	}

	.ec-team-grid .widget_sow-headline + div p i {
		font-size: 20px;
	}

	.ec-team-grid .widget_sow-headline ~ div p i:hover,
	.ec-team-grid .widget_sow-headline ~ div p i:focus {
		transform: scale(1.2);
	}
    .spendometer .counter-wrap {
        padding: 5px;
    }

    #flipcounter ul.cd {
        margin:0;
    }
}

@media print {
    a[href]:after {
        content: none !important;
    }
    #tg-nav {
        display:none !important;
    }
    .tg-logo {
        float: none !important;
        margin: 0 auto !important;
        text-align: center !important;
    }
    .single .tg-twocolumns {
        padding-top:0 !important;
    }
    .tg-theme-tags,
    .tg-tags-social,
    .tg-about-author .tg-socialicons,
    .tg-about-author .btn,
    .tg-alsocheckout,
    .tg-fbcomments {
        display:none !important;
    }
    .tg-about-author {
        margin-bottom:0 !important;
    }
    #sidebar {
        display:none !important;
    }
    footer {
        display:none !important;
    }
    .tg-border-heading, .tg-section-heading {
        float:none !important;
        display:block !important;
    }
    .st-sticky-share-buttons {
        display: none !important;
    }
    .tg-postmetadata {
        display:block !important;
        float:left;
    }
    .tg-about-author {
        page-break-inside: avoid;
    }
    .tableauPlaceholder,
    .tg-theme-post figure > img {
        display: none !important;
    }
}


/* 404 FIXES */
/* There were 404s in the parent theme, removing them */
.light .appbar-buttons a > img {
  background-image: none;
}
.appbar-buttons a > img {
  background-image: none;
}
