﻿@charset "UTF-8";

/* --------------------------------- */
/* General for all travel suitcase */
/*
#ts-wrapper .post-details h1,
#ts-wrapper .post-details h2,
#ts-wrapper .post-details h3,
#ts-wrapper .post-details h4
{
    color:#EB551D;
}
*/
#ts-wrapper 
{
    background-color:#FFFFFF;
}
#ts-wrapper .container
{
    padding: 0 15px;
}
#ts-wrapper .umb-grid .container
{
    padding: 0;
    margin-left:0;
    margin-right:0;
}

#ts-wrapper .trpage.gridlements .umb-grid .container {
    padding: 0 15px;
    margin: 0 auto;
}

#ts-wrapper .trpage.gridelements


#ts-wrapper .trpage{
    max-width:100%!important;
    /*
    font-size:1rem;
    line-height:1.6875rem;  
    */
    padding-top:20px;
}
#ts-wrapper .text-strong
{
    font-weight:bold;
}
#ts-wrapper .text-center {
  text-align: center;
}
#ts-wrapper .text-left {
  text-align: left;
}
#ts-wrapper .text-right {
  text-align: right;
}


#ts-wrapper .link-primary
{
    color:#686261;
}
#ts-wrapper .link-primary:hover
{
    color:#24201F;
}
 
#ts-wrapper .trpage p
{
    font-size:1rem;
    line-height:1.6875;
}
#ts-wrapper .trpage ul, #ts-wrapper .trpage ol
{
    padding-left:20px;
    padding-bottom:15px;
}
#ts-wrapper .trpage ul ul, 
#ts-wrapper .trpage ol ol,
#ts-wrapper .trpage ul ol,
#ts-wrapper .trpage ol ul
{
    padding-bottom:0px;
}
#ts-wrapper:not(.grids2020) .trpage ul li:before {
    /* override */
    position: absolute;
    content: "\2022";
    color: #EB551D;
    margin-left: -20px;
}
#ts-wrapper .trpage ol {
	counter-reset:my-counter;
}
#ts-wrapper .trpage ol li:before{
    content: counter(my-counter) ".";
    counter-increment: my-counter;
    color: #eb551d;
    padding-right: 10px;
    margin-left: -20px;
    font-weight: bold;
}

#ts-wrapper .trpage .bg-primary-gradient ol li:before {
    color: #FFF;
}

#ts-wrapper .trpage .orangebg ul li:before {
    /* override */
    color: white;
}
/* Title Full width */
#ts-wrapper .title-full 
{
    display:block; 
    clear:both; 
    padding:10px 0; 
    background:#EB551D; 
    color:#FFFFFF;
}
#ts-wrapper .post-details
{
    margin-top:-212px;
    position:relative;
    z-index:10;
}
/* Main image */
#ts-wrapper .post-details .primary-image
{
    min-height:137px;
}
#ts-wrapper .post-details .primary-image img
{
    color:#EB551D;
    max-height: 500px;
    max-width:100%;
    display: block;
    height: auto;
    margin: auto;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
#ts-wrapper .post-details .content
{
    width: 100%;
    max-width:100%;
}

/* Share Icons */
#ts-wrapper .shareicons a:nth-child(1) div
{
    margin-left:0;
}
#ts-wrapper .shareicons a:nth-last-child(1) div
{
    margin-right:0;
}
#ts-wrapper .shareicon 
{
    height: 30px;
    width:30px;
    margin-right:2px;
}
#ts-wrapper .share-icons-bar
{
    width:240px;
    border-top: 0;
    border-bottom: 0;
    margin-left: auto;
    margin-right: inherit;
} 
#ts-wrapper .share-icons-lg
{
    border-top: 0;
    border-bottom: 0;
} 
#ts-wrapper .share-icons-lg
{
    margin-bottom: 6px;
}
#ts-wrapper .share-icons-lg .shareicon
{
    height: 45px;
    width:45px;
    margin: 0 7px 7px 0;
}

/*  Need affordable insurance box */
#ts-wrapper .need-aff-box 
{
    margin-top: 35px;
    width: 576px;
    margin-left: auto;
    margin-right:auto;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

/*  Posted By: */
#ts-wrapper .article-by
{
    line-height:44px;
}
#ts-wrapper .article-by #posted-date
{
    display: inline;
}
#ts-wrapper .article-by #posted-date:before
{
    margin:0 10px;
    content:" | ";
}
#ts-wrapper .article-by-box
{
    border-bottom: 2px solid #CCCCCC;
    border-top: 2px solid #CCCCCC;
    display:table;
    float:left;
    padding-bottom:6px;
    width:100%;
}
#ts-wrapper .article-by-box .article-author
{
    display: table-cell ;
}
#ts-wrapper .article-by-box .article-by-share-icons
{
    display: table-cell;
    text-align:right;
    vertical-align:middle;
    margin-top:-2px;
}
#ts-wrapper .article-by-breadcrumbs
{
    display: table-cell;
    text-align:center;
}

/*  Author box */
#ts-wrapper .author-box 
{
    width:100%;
    margin-top:35px;
    padding:25px;
    border-top: 2px #EB551D solid;
    border-bottom: 2px #EB551D solid;
}
#ts-wrapper .author-box p
{
    font-size: 16px;
}
#ts-wrapper .author-box img
{
    display: block;
    margin:0 auto;
}

/*  Related Articles (blog-list) */
#ts-wrapper .blog-list {
    width: 100%;
}
#ts-wrapper .full-section-heading
{
    color: #FFFFFF;
    background: #EB551D;
    width: 100%;
    min-height:65px;
    margin-bottom:60px;
    padding: 12px 30px 12px 30px;
}
#ts-wrapper .full-section-heading h2
{
    font-size:48px;
}
#ts-wrapper .section-heading
{
    color: #FFFFFF;
    background: #EB551D;
    width: 100%;
    min-height:65px;
    padding: 12px 30px 12px 30px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
#ts-wrapper .section-heading h2
{
    color: #FFFFFF!important;
    margin-top:2px;
}
#ts-wrapper .section-heading-image
{
    display:block; 
    width:25%; 
    margin-top:60px; 
    margin-left:auto; 
    margin-right:auto;
}
#ts-wrapper .section-heading a
{
    float:right;
}
#ts-wrapper .section-heading a span
{
    font-weight:bold;
    background-color:#FFFFFF;
    padding:3px 16px;
    line-height:47px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#ts-wrapper .section-heading a span:hover
{
    background-color:#F0F0F0;
}
#ts-wrapper .blog-list section .articlediv
{
    width:33.3%;
    padding-left:0.25rem;
    padding-right:0.25rem;
    padding-top:0.5rem;
    float:left;

}
#ts-wrapper .blog-list .cropped-image
{
    border-top:1px Solid #CCCCCC;
    border-bottom: 0;
    border-left: 1px Solid #CCCCCC;
    border-right: 1px Solid #CCCCCC;
    border-radius: 20px 2px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -webkit-border-radius:  20px 20px 0 0;
    overflow:hidden;
}
#ts-wrapper .cropped-image
{
    display:block;
    position:relative;
    width: 100%;
    height: 0;
    padding-bottom: 75.0% ; /* % of width, defines aspect ratio*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;  
}
#ts-wrapper .hover-highlight:hover
{
    /* 
    opacity: 0.7;
    filter:alpha(opacity=70);
    transition: all 1s;
    -webkit-transition: all 1s;
    */
}
#ts-wrapper .cropped-text
{
    background-color:#F0F0F0;
    display:table;
    position:relative;
    width: 100%;
    height: 0;
    /*padding-bottom: 25.0% ;*/ /* % of width, defines aspect ratio*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
    border-top:0;
    border-bottom: 1px Solid #CCCCCC;
    border-left: 1px Solid #CCCCCC;
    border-right: 1px Solid #CCCCCC;
    border-radius: 0 0 20px 20px;
    -moz-border-radius:  0 0 20px 20px;
    -webkit-border-radius:  0 0 20px 20px;
}
#ts-wrapper .cropped-text .leftcol
{
    width:75%;
    display:table-cell;
    /*float:left;*/
    padding:0 5px 0 16px;
}
#ts-wrapper .cropped-text .leftcol h3, #ts-wrapper .cropped-text .leftcol h4,
#ts-wrapper.ts-article.grids2020 .cropped-text .leftcol h3, #ts-wrapper.ts-article.grids2020 .cropped-text .leftcol h4
{
    color:#333333;
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    font-size: 20px;
    line-height: 1.2em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fluid-element-wrapper
{
    display: flex; 
    flex-direction: column; 
    justify-content: center;  
    height:90px; 
}
#ts-wrapper .cropped-text .rightcol
{
    width:25%;
    display:table-cell;
    /*float:right;*/
    font-size:initial;
    /*padding: 7% 0 5% 0;*/
    vertical-align:middle;
    height:100%;
}
#ts-wrapper .cropped-text .rightcol .btn
{
    color:#FFFFFF;
    background-color: #EB551D;
    font-size:18px;
    padding:10px 16px;
    border: 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#ts-wrapper .cropped-text .rightcol .btn:hover
{
    background-color: #ca4b1d;
}
/*
.truncate {
  width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
*/

/*  Newsletter */
#ts-wrapper ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #CCC;
  font-style:italic;
}
#ts-wrapper ::-moz-placeholder { /* Firefox 19+ */
  color: #CCC;
  font-style:italic;
}
#ts-wrapper :-ms-input-placeholder { /* IE 10+ */
  color: #CCC;
  font-style:italic;
}
#ts-wrapper :-moz-placeholder { /* Firefox 18- */
  color: #CCC;
  font-style:italic;
}

#ts-wrapper .newsletter-sign-up
{
    color: #FFFFFF;
    background: #EB551D;
    width: 100%;
    padding: 15px 30px 15px 30px;
    display:inline-block;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
#ts-wrapper .newsletter-sign-up 
{
    position:relative; 
    margin-bottom:100px; 
    margin-top:80px;
}
#ts-wrapper .signup-form div:nth-child(1)
{
    width:139px;
    display:block; 
    position:relative; 
    vertical-align:middle;
    top:-20px;
    left:-10px;
    float:left;
    
}
#ts-wrapper .signup-form div:nth-child(2)
{
    width: 74%;
    display:block; 
    position: relative;
    left: 110px;
    float:left;
}
#ts-wrapper .signup-form div:nth-child(3)
{
    width: 100%;
    display:block; 
    float:left;
    position: relative;
}
#ts-wrapper .signup-form input
{
    width:45%;
    margin:10px;
    height: 53px;
    color: #24201F;
    font-size: 28px;
    line-height: normal;
    padding: 10px 12px;
    border: 0;
    background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#ts-wrapper .signup-form button
{
  border: 0;
  height: 54px;
  width:170px;
  position: absolute; 
  right: 0; 
  bottom: 8px;
  margin-left: 10px;
  background: #14C487;
  color: #FFFFFF;
  font-size:30px;
  line-height:100%;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.27);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  
}
#ts-wrapper .signup-form button:hover
{
    background: #24df9f;
}
#ts-wrapper .thankyou-screen
{
    display: none;
    width: 100%;
    height: 100%;
}
#ts-wrapper .thankyou-screen > div
{
    width:100%;
    background-color:#FFFFFF;
    color:#24201F;
    padding:15px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#ts-wrapper .large-heading 
{
    display:block;
    background-color: #EB551D;
    color:#FFFFFF;
}

#ts-wrapper .page-head .leftdiv h1
{
    color:#FFFFFF;
    font-size: 56px;
    line-height: 1em;
}

/* Travel Suitcase Article Page --------------------------------- */
#ts-wrapper.ts-article .page-head
{
    padding: 138px 0 266px;
    overflow: hidden; 
}
#ts-wrapper.ts-article .page-head:before
{
    height: 168px;
    bottom: 40px;
}
#ts-wrapper.ts-article .page-head h1
{
    max-width: 1230px;
    font-size: 60px;
}
#ts-wrapper.ts-article .page-head p
{
    max-width: 1230px;
}



#ts-wrapper.ts-article.grids2020 h1, #ts-wrapper.ts-article.grids2020 .h1{
    font-weight: bold;
    font-size: 2.75rem;
    margin-bottom: 4rem;
    line-height: 1.4;
    color: #444444;
    padding-bottom:0px;
}

#ts-wrapper.ts-article.grids2020 h2, #ts-wrapper.ts-article.grids2020 .h2 {
    font-weight: bold;
    font-size: 2.25rem;
    margin-bottom: 1rem;
    line-height: 1.4;
    color: #444444;
    padding-bottom: 0px;
}

#ts-wrapper.ts-article.grids2020 h3, #ts-wrapper.ts-article.grids2020 .h3 {
    font-weight: bold;
    font-size: 1.625rem;
    margin-bottom: 1rem;
    line-height: 1.4;
    color: #444444;
    padding-bottom: 0px;
}

#ts-wrapper.ts-article.grids2020 h4, #ts-wrapper.ts-article.grids2020 .h4 {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    line-height: 1.4;
    color: #444444;
    padding-bottom: 0px;
}

#ts-wrapper.ts-article.grids2020 h5, #ts-wrapper.ts-article.grids2020 .h5 {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    line-height: 1.4;
    color: #444444;
}
#ts-wrapper.ts-article.grids2020 header h1{
    color:white;
}
#ts-wrapper.ts-article.grids2020 .bg-primary-gradient h2,
#ts-wrapper.ts-article.grids2020 .bg-primary-gradient h3,
#ts-wrapper.ts-article.grids2020 .bg-primary-gradient h4,
#ts-wrapper.ts-article.grids2020 .bg-primary-gradient h5 {
    color: white;
}

#ts-wrapper.ts-article.grids2020 .custom-accordion >.card .card-header a h3 {
    font-weight: bold;
    font-size: 1.25rem!important;
    margin-bottom: 0rem;
    line-height: 1.4;
    color: #444444;
    padding-bottom: 0px;
}


#ts-wrapper.ts-article.grids2020 .tbl thead h2,
#ts-wrapper.ts-article.grids2020 .tbl thead h3,
#ts-wrapper.ts-article.grids2020 .tbl thead h4,
#ts-wrapper.ts-article.grids2020 .tbl thead h5 {
    color: inherit;
}


#ts-wrapper.ts-article.grids2020 .blog-list .articlediv h4{
    
}





/* Travel Suitcase Landing/Home Page --------------------------------- */
#ts-wrapper.ts-home .page-head .leftdiv {
    width: 70%;
    max-width: none;
}
#ts-wrapper.ts-home .page-head .leftdiv p
{
    max-width: inherit;
    font-size: 24px!important;
    line-height:1.1em !important;
    text-align:left;
    margin-top: 0px !important;
    margin-bottom: 20px;
}
#ts-wrapper.ts-home .page-head .rightdiv
{
    width:30%;
    margin-top: 0px !important;
    position:relative;
}
#ts-wrapper.ts-home .page-head .rightdiv img
{
    width:100%;
    position:absolute;
    top:26px;
    z-index:1;
    max-width:419px;
    min-width:306px;
}
/* Travel Suitcase Search Page --------------------------------- */
#ts-wrapper.ts-search .page-head .leftdiv
{
    width:73%;
    max-width: none;
}
#ts-wrapper.ts-search .page-head .leftdiv p
{
}
#ts-wrapper.ts-search .page-head .rightdiv
{
    width:30%;
    margin-top: 0px !important;
    position:relative;
}

/* Travel Suitcase Subcategory Page --------------------------------- */
#ts-wrapper.ts-subcategory .page-head
{
    padding: 138px 0 100px;
    overflow: visible; 
    display: flex;
}
#ts-wrapper.ts-subcategory .page-head:before
{
    height: 190px;
    bottom: 11px;
}
#ts-wrapper.ts-subcategory .page-head .leftdiv p
{
    font-size: 22px!important;
    line-height:140% !important;
    text-align:left;
    margin-bottom:10px;
}
#ts-wrapper.landing-qboxright .leftdiv p {
        font-size: 22px !important;
        line-height: 1.1em !important;
        text-align: left;
        margin-bottom: 6px;
}

#ts-wrapper.ts-subcategory .leftdiv, #ts-wrapper.landing-qboxright .leftdiv {
    float: left;
    color: #fff;
    max-width: calc(100% - 530px);
    position: relative;
    text-align: left;
}
#ts-wrapper.ts-subcategory .rightdiv {
    max-width: 510px;
    width: 100%;
    float: right;
    margin-right: 0px;
    min-height: 400px;
    position: relative;
}
#ts-wrapper.landing-qboxright .rightdiv 
{
    min-height:250px;
}
 #ts-wrapper.landing-qboxright .container .info-cover
 {
     padding: 15px 0px!important;
 }




/* Travel Suitcase Category Page --------------------------------- */
#ts-wrapper.ts-category .page-head
{
    padding: 138px 0 100px;
    overflow: visible; 
    display: flex;
}
#ts-wrapper.ts-category .page-head:before
{
    height: 190px;
    bottom: 11px;
}
#ts-wrapper.ts-category .page-head .leftdiv h1
{
    color:#FFFFFF;
    font-size: 60px;
    line-height: 1em;
}
#ts-wrapper.ts-category .page-head .leftdiv p, #ts-wrapper.landing-qboxright .leftdiv p
{
    font-size: 22px!important;
    line-height:1.2em !important;
    text-align:left;    
}
#ts-wrapper.ts-category .page-head .leftdiv p
{
    margin-bottom:170px;
}
#ts-wrapper .page-head .container
{
    max-width: none;
}
#ts-wrapper .page-head .container:after
{
    content: ""; /* fix */
    right: -10px;
    display: none;
}
#ts-wrapper.ts-category .category-box
{
    display:table;
    width:100%;
    max-width:1000px;
    background-color:#F0F0F0; 
    margin-left:auto;
    margin-right:auto;
    margin-top:8rem;
    margin-bottom:50px;
    border:4px #EB551D solid; 
    padding: 20px;
    min-height: 230px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
#ts-wrapper.ts-category .category-box .leftcol
{
    float:left; 
    width: 40%;
}
#ts-wrapper.ts-category .category-box .rightcol
{
    float:right; 
    width:60%;
}
#ts-wrapper.ts-category .category-box ul li
{
    margin-bottom:10px;
}
#ts-wrapper.ts-category .category-box h2
{
    color:#EB551D;
}
#ts-wrapper.ts-category .category-box img
{
    width:60%;
    margin: 20px auto 0 auto;
    display:block;
}
#ts-wrapper.ts-category .category-box ul ul
{
    margin-left:30px;
}
#ts-wrapper.ts-category .category-box ul li
{
    line-height:120%;
    margin-bottom: 10px;
}
#ts-wrapper.ts-category .category-box ul ul a
{
 font-weight:normal;   
}
#ts-wrapper.ts-home .category-box
{
    width: 33%; 
    float: left;
    margin-top:20px;
    margin-bottom:40px;
}
#ts-wrapper.ts-home .category-box h3 img
{
    display:inline;
    width: 70px;
    padding-right: 10px;
}
#ts-wrapper.ts-home .category-box ul
{
    margin: 30px 10px 10px 0;
}
#ts-wrapper.ts-home .category-box ul li
{
    line-height:120%;
    margin-bottom: 10px;
}
#ts-wrapper.ts-home .category-wrapper
{
    border:4px #EB551D solid;
    padding: 20px;
    margin-bottom:50px;
    display:flex; 
    flex-wrap:wrap;
    background-color: #F0F0F0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
#ts-wrapper .full-section-heading h2
{
    height:170px;
    line-height: 150%;
    font-weight:bold;
}
/* Travel Suitcase Search --------------------------------- */
#ts-wrapper.ts-search .page-head h1
{
    max-width: 1230px;
    font-size: 60px;
}

/* Travel Suitcase Article Slider  --------------------------------- */
.articles-slider.carousel 
{
    margin-top:-160px;
    margin-bottom:80px;
}
.articles-slider .carousel-inner
{
    border:4px solid #EB551D;
    max-width:720px;
    margin: 0 auto;
    z-index:0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.articles-slider .carousel-inner .slide-wrapper 
{
    padding:15px;
    overflow:hidden;
}
.articles-slider .carousel-inner .item .slide-wrapper
{
    background-color:#FFFFFF;
}
.articles-slider .carousel-inner .leftcol 
{
    float:left; 
    width:31%;
}
.articles-slider .carousel-inner .leftcol img
{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.articles-slider .carousel-inner .rightcol 
{
    float:right;
    width:69%;
    padding:13px 0 13px 13px;
    background-color:#FFF;
    overflow: hidden;
    vertical-align: middle; 
    display: flex;
    align-items: center;
    height: 160px;
}
.articles-slider .carousel-inner .rightcol div:nth-child(1) p a:nth-child(1):after
{
    content:"\00a0\00a0";
}

.articles-slider .carousel-inner .cropped-image
{
    border: 1px solid #CCC;
    -moz-border-radius: 10px;
    -webkit-border-radius:  10px;
    border-radius: 10px;
}
.articles-slider .carousel-indicators
{
    bottom:-46px;
}

.articles-slider .carousel-indicators li
{
    background-color:#CCC;
    border: 1px solid #CCC;
    margin: 0 10px;
}
.articles-slider .carousel-indicators .active
{
    background-color:#EB551D;
    border: 1px solid #EB551D;
}
/* ------- Search Box --------------------------- */
.page-search-box
{
    display:inline-table;
    position: relative;
    width:70%;
    height:24px;
    padding:0;
    border: 4px solid #FFFFFF;
    background-color:#FFFFFF;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    z-index:1;
}
.page-search-box input
{
    display:table-cell; 
    color: #24201F;
    border:0;
    background-image: none;
    background-clip: padding-box;
    background: none;
    font-size: 33px;
    width: 100%;
    height: 80px;
    line-height: normal;
    padding: 10px 110px 10px 40px;
}
.page-search-box button
{
    display:inline-block; 
    width: 81px;
    top: 5px;
    right: 0;
    background: none;
    z-index: 2;
    border:0;
    border-left: 2px solid #e1e1e1;
    position: absolute;
    padding: 3px 0 0 24px;
    height: 70px;
    
}
/* ------- Breadcrumbs --------------------------- */
#ts-wrapper.ts-article .breadcrumbs
{
  margin:13px auto;
}
#ts-wrapper .breadcrumbs
{
  font-size:80%;
  list-style: none;
  display: table;
}
#ts-wrapper .breadcrumbs > li {
  display: inline-block;
}
#ts-wrapper .breadcrumbs > li + li:before {
  padding: 0 5px;
  color: #24201F;
  content: ">";
}
#ts-wrapper .breadcrumbs > .active {
  color: #24201F;
}

#ts-wrapper .search-questions h3 a 
{   
    color: #EB551D;
}
#ts-wrapper .search-questions h3 a:hover
{   
    color: #ca4b1d;
}
#ts-wrapper .search-questions p
{   
    font-size:smaller;
}
#ts-wrapper .search-questions-item
{   
    margin-bottom: 12px;
}
#ts-wrapper .search-questions-indented
{   
    margin-left: 26px;
}



#ts-wrapper address{
    margin-bottom:0px;
}


/* Media queries --------------------------------------------     */ 
@media screen and (max-width: 1200px)
{
    /* medium smaller than 1200 */
    #ts-wrapper .signup-form input
    {
        width: 100% !important;
    }
    #ts-wrapper .signup-form div:nth-child(2)
    {
        width: 65% !important;
    }
    #ts-wrapper .signup-form div:nth-child(3)
    {
        display:block !important;
    }
    #ts-wrapper .ts-subcategory .page-head .leftdiv p
    {
        font-size: 20px!important;
        text-align:left;
    }
    #ts-wrapper .ts-category .post-details 
    {
        width:90%;
    }
    #ts-wrapper .cropped-text .rightcol .btn
    {
        font-size:14px;
        height:45px !important;
    }
    #ts-wrapper.ts-home .page-head .leftdiv
    {
        width:70% !important;
    }
    #ts-wrapper.ts-home .page-head .rightdiv
    {
        width:40% !important;
    }
    #ts-wrapper.ts-home .category-box
    {
        width: 50% !important; 
    }
    #ts-wrapper.ts-subcategory .leftdiv,#ts-wrapper.landing-qboxright .leftdiv
    {
        max-width:55%;
    }
    #ts-wrapper.ts-subcategory .rightdiv
    {
        max-width:40%;
    }
    
}
@media screen and (max-width: 992px)
{
    #ts-wrapper .signup-form div:nth-child(2)
    {
        width: 55% !important;
    }
    #ts-wrapper .cropped-text .leftcol h3 
    {
        line-height: 1.2em !important;
        font-size: 16px !important;
    }
    #ts-wrapper .fluid-element-wrapper
    {
        height:60px !important; 
    }
    #ts-wrapper .cropped-text .rightcol .btn
    {
        bottom:-3px !important;
    }
    #ts-wrapper.ts-home .category-box
    {
        width: 44% !important; 
    }
    #ts-wrapper .cropped-text .rightcol .btn
    {
        font-size:16px !important;
        padding: 8px !important;
    }
    #ts-wrapper .signup-form input 
    {
        width:100% !important;
    }
    #ts-wrapper.ts-home .category-wrapper 
    {
        margin-top:40px;
    }
    .page-search-box 
    {
        margin-bottom: 45px;
        width:100% !important;
    }
    #ts-wrapper.ts-home .page-head .leftdiv,
    #ts-wrapper.ts-search .page-head .leftdiv
    {
        width:100% !important;
    }
    #ts-wrapper.ts-home .page-head .leftdiv h1
    {
        text-align: center !important;
    }
    #ts-wrapper.ts-home .page-head .leftdiv p
    {
        text-align: center !important;
    }
    #ts-wrapper.ts-home .page-head .rightdiv
    {
        width:100% !important;
        float:none;
        padding: 0 100px;
    }
    #ts-wrapper.ts-home .page-head .rightdiv img
    {
        margin: 0 auto !important;
        z-index:auto !important;
        position:relative !important;
        max-width: inherit !important;
        min-width: inherit !important;
    }
    #ts-wrapper.ts-home .page-head .rightdiv > div
    {
        margin: 0 auto !important;
    }

    #ts-wrapper.ts-subcategory .leftdiv ,#ts-wrapper.landing-qboxright .leftdiv
    {
        max-width:50%;
    }
    #ts-wrapper.ts-subcategory .rightdiv
    {
        max-width:44%;        
    }
    #ts-wrapper.landing-qboxright .leftdiv h1
    {
        font-size:47px;
    }
    #ts-wrapper.landing-qboxright .leftdiv p
    {
        font-size:20px!important;
    }
    
    
}
@media screen and (max-width: 767px)
{

    #ts-wrapper .trpage.gridlements .umb-grid .container{
        padding:0px 15px;
    }
    /* small screen */
    #ts-wrapper .post-details .primary-image {
    }
    #ts-wrapper .image 
    {
        width: 100% !important;
        margin:0;
    }
    #ts-wrapper .page-head p 
    {
        font-size:24px!important;
        line-height:30px!important;
    }
    #ts-wrapper .page-head .travel-selects p {
        font-size: 14px !important;
        line-height: 140% !important;
    }

    #ts-wrapper .article-by-box
    {
        display: block !important;
    }
    #ts-wrapper .article-by-box .article-author
    {
        display: block !important;
        width:100% !important;
    }
    #ts-wrapper .article-by-box .article-by-share-icons
    {
        width:100% !important;
        margin-bottom:10px;
        display: block;
        margin: 0 auto 0 0 ;
    }
    #ts-wrapper .article-by #posted-date
    {
        display: block !important;
    }
    #ts-wrapper .article-by #posted-date:before
    {
        content:"" !important;
        margin:0 !important;
    }
    #ts-wrapper .need-aff-box 
    {
        width: 376px !important;
        max-width:100% !important;
    }
    #ts-wrapper .related-wrapper
    {
        width:100%  !important;
    }
    #ts-wrapper .signup-form input
    {
        width: 100% !important;
    }
    #ts-wrapper .signup-form div:nth-child(1)
    {
        display:none !important;
    }
    #ts-wrapper .signup-form div:nth-child(2)
    {
        width: 95% !important;
        left:0 !important;
    }
    #ts-wrapper .signup-form button
    {
        position:relative !important;
        top: 10px !important;
        left:inherit  !important;
        margin-bottom: 25px;
    }
    #ts-wrapper.ts-category .page-head .rightdiv #quote-box
    {
        margin-bottom:183px !important;
    }    
    #ts-wrapper.ts-category .page-head .leftdiv p
    {
        margin-bottom:27px !important;
    }
    #ts-wrapper .cropped-text .leftcol h3 
    {
        line-height: 1.2em !important;
        font-size: 16px !important;
    }
    #ts-wrapper .fluid-element-wrapper
    {
        height:54px !important; 
    }
    #ts-wrapper .cropped-text .rightcol .btn
    {
        height: 37px !important;
        padding: 1px !important;
        bottom:-3px !important;
        font-size:14px !important;
    }
    #ts-wrapper.ts-home .category-box
    {
        width: 100% !important; 
    }
    #ts-wrapper.ts-category .category-box {
        margin-top: 2rem;
    }
    #ts-wrapper .cropped-text .rightcol .btn
    {
        font-size:16px !important;
        padding: 8px !important;
    }
    #ts-wrapper.ts-category .category-box .leftcol
    {
        width:100% !important;
    }
    #ts-wrapper.ts-category .category-box .rightcol
    {
        width:100% !important;
        float:left !important;
    }
    #ts-wrapper.ts-category .category-box img
    {
        width:30% !important;
        margin-top:10px!important;
    }
    #ts-wrapper .section-heading-image
    {
        width:50% !important; 
    }
    #ts-wrapper .blog-list section .articlediv
    {
        width:50.0% !important;
    }
    .articles-slider .carousel-inner .leftcol 
    {
        width:40% !important;
    }
    .articles-slider .carousel-inner .rightcol 
    {
        width:60% !important;
    }
    .page-search-box 
    {
        margin-top: 25px;
        margin-bottom: 45px;
        width:100% !important;
    }
    #ts-wrapper .breadcrumb {
        font-size:small;
    }
    #ts-wrapper.ts-subcategory .leftdiv,#ts-wrapper.landing-qboxright .leftdiv 
    {
        max-width:100%;
    }    
    #ts-wrapper.ts-subcategory .rightdiv
    {
        max-width:100%;
    }
    
    #ts-wrapper.landing-qboxright .rightdiv #quoteform
    {
        margin-bottom:0px;
    }
    #ts-wrapper.landing-qboxright .rightdiv 
    {
        min-height:200px;
        float:left;
    }
        
}
@media screen and (max-width: 480px)
{
    #ts-wrapper.ts-category .post-details .leftdiv
    {
        float:left; width: 100% !important ;
    }
    #ts-wrapper.ts-category .post-details .rightdiv
    {
        float:right; width:100% !important  ;
    }
    #ts-wrapper.ts-category .post-details .leftdiv img
    {
        width: 50%;
    }
    #ts-wrapper .cropped-text .leftcol h3 
    {
        line-height: 1.2em !important;
    }    
    #ts-wrapper .fluid-element-wrapper
    {
        height:64px !important; 
    }
    #ts-wrapper .cropped-text .rightcol .btn
    {
        line-height: normal;
        padding: 4px;
    }
    #ts-wrapper .carousel-inner .leftcol
    {
        width:100% !important;
    }
    #ts-wrapper .carousel-inner .rightcol
    {
        font-size:0.8em;
        width:100% !important;
        float:left !important;
        height:200px !important;
        text-align:center !important;
        display:block !important;
        padding-top:30px !important;
    }
    #ts-wrapper .carousel-inner .rightcol h4
    {
        font-size:1.5em !important;
        margin-bottom: 10px !important;
    }
    #ts-wrapper.ts-home .category-box
    {
        width: 100% !important; 
    }
    #ts-wrapper.ts-category .page-head .rightdiv #quote-box
    {
        margin-bottom:143px !important;
    }    
    #ts-wrapper.ts-category .category-box .leftcol
    {
        width:100% !important;
    }
    #ts-wrapper.ts-category .category-box .rightcol
    {
        width:100% !important;
        float:left !important;
    }
    #ts-wrapper.ts-category .category-box img
    {
        width:30% !important;
        margin-top:10px!important;
    }
    #ts-wrapper .section-heading-image
    {
        width:75% !important; 
    }
    #ts-wrapper .cropped-text .leftcol h3 
    {
        font-size: 16px !important;
    }
    #ts-wrapper.ts-home .category-wrapper
    {
        padding: 20px 10px !important;
    }
    #ts-wrapper .blog-list section .articlediv
    {
        width:100.0% !important;
    }
    #ts-wrapper.ts-home .page-head .rightdiv
    {
        padding-top: 22px;
    }
    #ts-wrapper.ts-home .page-head .rightdiv img
    {
        margin: 0 auto !important;
        z-index:auto !important;
        position:relative !important;
        margin-top:20px;
    }
    .articles-slider .carousel-inner 
    {
        height: 476px;
        max-width:90%;
    }

}

@media screen and (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-center {
        text-align: center !important;
    }
    .text-md-right {
        text-align: right !important;
    }



}



