@charset "utf-8";
/* CSS Document */

/*---1. default reset css---*/
/*---2. default font-size,font-family,font-color,line-height,bgcolor---*/
/*---3. Wrappers(containers)---*/
/*---4. Container Fonts---*/
/*---5. TopHeader css---*/
/*---6. Header---*/
/*---7. Footer css---*/
	/*---7.1 social icons---*/
	/*---7.2 FooterLinks,copy,developedby---*/
/*---8. contact map---*/
/*---9. grop ClearBoth---*/



/*---1. default reset css---*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol{
	list-style:decimal;
	margin-left:30px;		
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */


/*---2.default font-size,font-family,font-color,line-height,bgcolor---*/

body{
	background:#fff;
	font-family: 'AvenirRegular';
	color:#333;
	font-size:14px !important;
	line-height:24px;
}

/*---3. Wrappers(containers)---*/
.MainWrapper {
	margin: 0 auto;
	padding: 0;
	width:1200px;
}
.TopMainWrapper {
	width:1200px;
	margin:0 auto;	
}
.IdxContainWrapper {
	width:98%;
	margin:0 auto;
	padding:40px 0;
}
.InnerContainWrapper {
	width:1200px;
	margin:0 auto;
	padding:40px 0;
}

/*---4.Container Fonts---*/

.InnerContainWrapper h1 {
	font-size:30px; font-weight:normal;line-height:40px
}
.InnerContainWrapper h2 {
	font-size:28px; font-weight:normal;line-height:40px;
}
.InnerContainWrapper h3 {
	font-size:24px; font-weight:normal;line-height:34px;
}
.InnerContainWrapper h4 {
	font-size:22px; font-weight:normal;line-height:34px;
}
.InnerContainWrapper h5 {
	font-size:18px; font-weight:normal;line-height:28px;
}
.InnerContainWrapper h6 {
	font-size:16px; font-weight:normal;line-height:26px;
}

/*---5. TopHeader css---*/
#my-video {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}
.Logo {
	float:left;
	width:100%;	
}
.LogoCenter {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-150px;
	z-index:100;
	width:300px;	
}
.Logo a ,.LogoCenter a {
	display:block;
	width:300px;
	/*height:51px;*/
	background:url(../images/imgs/van-graaf-logo.svg) no-repeat left top;
	text-indent:-999999px;
	background-size:100%;
}
.Logo a {
	margin: 0 auto;
}
.TopMainRight {
	float:right;	
}
.PhoneImg {
    color: #333333;
    font-size: 24px;
    line-height: 34px;
    font-family: 'latobold';
    letter-spacing: 1px;
    float: right;
	padding:8px 0px;
}
.PhoneImg i {
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 2px solid #910d0d;
    color: #910d0d;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 6px 3px 0px 0px;
}
.PhoneImg a,.PhoneImg a:hover{
	color:#333;
}


/*   Nav   */
.FParagraph1 p:last-child{
	margin-bottom:0px;
}
.Table {
	display:table;
	margin:0px auto;
	width:100%;
}
.Cell{
	display:table-cell;
	vertical-align:middle;
}

/*---6. Header---*/

.Header {
    width: 100%;
    text-align: center;
    z-index: 11;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.Header .ContentWrap .DescWrap {font-size: 16px;
    line-height: 25px;
    font-weight: 900;}

.Header .ContentWrap {
    background-color: rgba(255,255,255,0.80);
    padding: 40px 65px;
    box-sizing: border-box;
    border-bottom: 10px solid #b61527;
}
.Header h1, .InstructionsWrap h1 {
	font-family: 'Conv_Avenir95Black';
	font-size: 32px;
	line-height: 42px;
	text-transform: uppercase;
	color: #002045;
}
.Header .FillBlueBtn {
    margin-top: 30px;
}
.HeaderImgListWrap {
    margin-top: 25px;
}
.HeaderImgListWrap li {
    display: inline-block;
    vertical-align: top;
    margin: 10px 10px;
    width: 31%;
}
.HeaderImgListWrap li img {
	margin-bottom: -8px;
	width: auto !important;
	max-width: 100%;
}
.DownArrow{
	background:url(../images/arrow1.png) no-repeat center;
	height:49px;
	width:49px;
	position:absolute;
	bottom:20px;
	left:0px;
	right:0px;
	margin-left:auto;
	margin-right:auto;
}

/*---7. Footer css---*/

.FooterWrap {
    background-color: #002043;
}
.FooterWrap .InnerContainWrapper {
    padding: 23px 0px;
}
.FooterWrap .FooterLogo {
    float: right;
}
.FooterWrap .FooterLogo img {
    margin-bottom: -8px;
}


/*---7.1 social icons---*/
.FSocialIcon {
	margin:0 auto;
	text-align:center;
}
.FSocialIcon li{
	background-image:none;
	padding:0px;
	margin:0px 1px;
	display:inline-block;
	vertical-align:top;
}
.FSocialIcon .fa-stack {
	width:50px;
	height:50px;
	line-height:50px;
}
.FSocialIcon  .fa-stack-2x {
    font-size:55px;
	top:0px;
}
.FSocialIcon .fa-stack-1x {
	top:2px;
}
.FSocialIcon .fa-lg {
    font-size:28px;
    line-height:50px;
}
.FSocialIcon a{
	color:#cccccc;
	transition:all ease 0.5s;
}
.FSocialIcon a:hover{
	color:#5488c2;
}
.FSocialIcon a .fa-inverse{
	color:#fff;
}
.FSocialIcon a:hover .fa-inverse{
	color:#fff;
}

/*---7.2 FooterLinks,copy,developedby---*/

.FooterLink li,.copy ,.DevelopedBy {
    display: inline-block;
    margin: 0px;
    padding: 0px 0px;
    background-image: none;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-family: 'AvenirRegular';
    letter-spacing: 1px;
    text-transform: uppercase;
}
.FooterLink li {
	background-image:none !important;
}
.FooterLink li+li{
	border-left:1px solid #333;	
}
.FooterLink li a {
    color: #fff;
    padding: 0px 12px;
}
.FooterLink li a:hover{
    color: #fff;
}
.FooterLink li:first-child a{
	padding-left:0;	
}
.FooterLink li:last-child a{
	padding-right:0;	
}
.copy ,.DevelopedBy{
	display:block;
	line-height:20px;
	margin:10px 0;
}
.FooterWrap .copy {
    float: left;
    margin: 25px 0;
}
.copy br {
	display:none;	
}
.DevelopedBy i{
    vertical-align:middle;
	margin-left:8px;
}
.DevelopedBy i img{
	vertical-align:middle;	
}

/*---8. contact map---*/
.ContactMap img,.ContactMap iframe{
	width:100%;
	margin:0px auto -9px;
}
.ContactMap img{
	max-width:100%;
    margin-bottom: -10px;
}
.FullWidth {
	float:none;
	display:block;
	margin:0 auto;
	width:100%;	
}
.TwoColBlock li ,.ThreeColBlock li {
	display:inline-block;
	vertical-align:top;
	width:49.5%;	
}
.ThreeColBlock li  {
	width:32.5%;	
}
.TwoColBlock li .Col ,.ThreeColBlock li .Col {
	width:94%;
	margin:0 auto;	
}

/** index start **/
h2.Title {
	font-family: 'Conv_Avenir95Black';
    font-size: 32px;
    line-height: 42px;
    text-transform: uppercase;
    color: #002045;
}
h4.SubTitle {
	font-family: 'Conv_Avenir95Black';
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
	color: #000000;
}
.LegendWrap {
    /*text-align: center;
    background-color: #f4f4f4;*/
}
.LegendWrap .LegendListWrap {
    padding-left: 100px;
    box-sizing: border-box;
}
.LegendWrap ul.li_cont4.NoBullet.LegendUL {
    width: 220px !important;
}
.LegendListWrap li {
    /*display: inline-block;*/
    text-align: left;
    /*width: 23.6%;*/
    margin: 15px 5px;
}
/*.LegendListWrap li .Col {
    padding: 0px 15px;
    box-sizing: border-box;
}*/
.LegendListWrap li .Icon {
    display: inline-block;
	vertical-align: middle;
    width: 30px;
    margin: 0 15px 0 0;
	line-height: 0;
}
.LegendListWrap li .Text {
    display: inline-block;
	vertical-align: middle;
    width: 76%;
}
.TableWrap {
    text-align: center;
}
.TableWrap .InnerContainWrapper {
    padding: 0px;
}
.TableWrap .RedSepLine {
    margin: 20px auto 50px;
}
.TableContentWrap table {
    width: 100%;
}
.TableContentWrap th {
    /*background-color: #002045;*/
	font-family: 'Conv_Avenir95Black';
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 5px;
    box-sizing: border-box;
    border: 1px solid #fff;
	vertical-align: middle;
}
.TableWrap .tablesorter-header {
    background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
    background-repeat: no-repeat;
    background-position: 50% 86%;
    white-space: normal;
    cursor: pointer;
}
.TableWrap .tablesorter-headerAsc {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}
.TableWrap .tablesorter-headerDesc {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}
.TableWrap .sorter-false.tablesorter-header {
	background-image:none;
}
.TableContentWrap tr:nth-child(odd) td {
    background-color: #f4f4f4;
}
.TableContentWrap tr:nth-child(even) td {
    background-color: #e7e7e7;
}
.TableContentWrap td.TotalCostBgBlue {
    background-color: #b6c8dc !important;
}
.TableContentWrap td.TotalCostBgRed {
    background-color: #ffabb3 !important;
}
.TableContentWrap td {
    border-collapse: collapse;
    padding: 12px 3px;
    border: 1px solid #fff;
    box-sizing: border-box;
    font-size: 11px;
    line-height: 18px;
    vertical-align: middle;
}
.TableWrap table tr th svg{
	width: 8px;
    height: 8px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    vertical-align: middle;
    fill: currentColor;
    color: #fff;
    fill: #fff;
    transform: rotate(90deg);
}
.TableWrap table tr th svg path{
	fill: #fff;	
}
.TableContentWrap .NoBorder {
    border: 0px;
}
.TableContentWrap .NoBg {
    background-color: #fff;
}

.LocalTableWrap .InnerContainWrapper {
    width: 1250px;
}
.LocalTableWrap .TableContentWrap {
    width: 100%;
    overflow: auto;
    margin-bottom: 40px
}
.TableWrap tr.IconTR th {
    padding: 10px 7px 20px;
}
.TableWrap .TableContentWrap:last-child {
    margin-bottom: 0px;
}
.LandingDetailWrap {
	text-align: center;
}
/*.LandingDetailWrap.MethodologyWrap .InnerContainWrapper {
    padding: 40px 0px 0px;
}*/
.FormulaBgWrap {
    background-color: #f4f4f4;
    padding: 40px 60px;
    box-sizing: border-box;
    min-height: 450px;
    margin-top: 30px;
	text-align:left;
}
.FormulaBgWrap p > strong {
	font-size:18px;
	color:#002045;
	text-transform:uppercase;
}
.FormulaBgWrap p b{
	font-weight:600;
}
.FormulaBgWrap ul {
	column-count:4;
	column-gap:40px;
}
.FormulaBgWrap ul li {
	margin: 0px 0px 5px;
	background-image: none;
}
.FormulaBgWrap ul li a{
	font-size:16px;
	font-weight:400;
    padding: 5px 0px 5px 0px;
	transition: all 0.3s ease;
	color:#486a90;
	padding-bottom:5px;
	border-bottom:1px dotted #002045;
	/*background-color: #486a90;*/
}
.FormulaBgWrap ul li a:hover{
	font-size:16px;
	color:#002045;
	border-bottom:1px solid #002045;
	/*background-color: #002045;*/
}
.FormulaBgWrap h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 20px;
    color: #000;
}

.LandingFaqWrap {
    width: 1130px;
    margin: 40px auto 0;
}
.Flag img {
    margin-bottom: -6px;
}
.tooltip-toggle {
	position: relative;
}
.tooltip-toggle::before {
    position: absolute;
    top: 13px;
    left: 50%;
    margin-left: -75px;
    background-color: #000;
    color: #fff;
    content: attr(aria-label);
    text-transform: none;
    transition: all 0.5s ease;
    width: 150px;
	padding: 5px 5px;
    box-sizing: border-box;
	z-index: 2;
  }
.tooltip-toggle::after {
    position: absolute;
    top: 8px;
    left: 15px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000;
    content: " ";
    font-size: 0;
    line-height: 0;
    margin-left: -5px;
    width: 0;
	z-index: 2;
}
.tooltip-toggle::before,
.tooltip-toggle::after {
    color: #ffffff;
    font-family: 'AvenirRegular';
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    text-align: center;
}
.tooltip-toggle:focus::before,
.tooltip-toggle:focus::after,
.tooltip-toggle:hover::before,
.tooltip-toggle:hover::after {
    opacity: 1;
    transition: all 0.75s ease;
}
.TableContentWrap th:last-child .tooltip-toggle::before {
	left: auto;
	right: 0px;
}
.InstructionsWrap {
    text-align: center;
}
.InstructionsWrap li {
	text-align: left;
}
.InstructionsWrap .DescWrap {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #002045;
    font-weight: bold;
    margin-bottom: 20px;
}
.TableContentWrap span.Currency {
    display: block;
}
/** index end **/


th.BigTitle .tooltip-toggle::before {
    left: 50%;
    margin-left: -75px;
    width: 195px;
}


.LongLabel .tooltip-toggle::before{width: 186px;
    margin-left: -93px;}





.sorter-false {
	cursor:default !important;
}
/*.tablesorter-sticky-wrapper {
	top:-71px !important;
}*/





.HideImg ,.ResImg {
	display:none;	
}
.MaxWidth100 {
	max-width:100%;	
}
.TopExpensiveWrapUp ul li .CountryWrap .MapFlag, 
.TopExpensiveWrapDown ul li .CountryWrap .MapFlag{
	position:relative;
	padding-bottom: 18px;
    margin-bottom: 7px;
}
.TopExpensiveWrapUp ul li:first-child .CountryWrap .MapFlag::before,
.TopExpensiveWrapDown ul li:first-child .CountryWrap .MapFlag::before {
	content:'';
	position:absolute;
	width:120px;
	height:1px;
	left:50%;
	background-color:#052f5e;
	bottom:11px;
}
.TopExpensiveWrapUp ul li:last-child .CountryWrap .MapFlag::before,
.TopExpensiveWrapDown ul li:last-child .CountryWrap .MapFlag::before {
	content:'';
	position:absolute;
	width:120px;
	height:1px;
	left:0;
	background-color:#052f5e;
	bottom:11px;
}
.TopExpensiveWrapUp ul li .CountryWrap .MapFlag::before,
.TopExpensiveWrapDown ul li .CountryWrap .MapFlag::before {
	content:'';
	position:absolute;
	width:240px;
	height:1px;
	left:0px;
	/*left:50%;*/
	background-color:#052f5e;
	bottom:11px;
}
.CountryWrap {
	text-transform:uppercase;
}

.TopExpensiveWrapUp ul li .CountryWrap .MapFlag::after {
	counter-increment: section1;
	content: " " counter(section1) " ";
	position:absolute;
	width:24px;
	height:24px;
	border-radius:50%;
	color:#002043;
	background-color:#c8c8c8;
	bottom:0px;
	left:50%;
	margin-left:-12px;
	font-size:12px;
	font-weight:600;
}
.TopExpensiveWrapDown ul li .CountryWrap .MapFlag::after {
	counter-increment: section2;
	content: " " counter(section2) " ";
	position:absolute;
	width:24px;
	height:24px;
	border-radius:50%;
	color:#002043;
	background-color:#c8c8c8;
	bottom:0px;
	left:50%;
	margin-left:-12px;
	font-size:12px;
	font-weight:600;
}
.CountryWrap .City {
	color:#b61527;
	position:relative;
	padding-bottom: 5px;
    margin-bottom: 5px;
}
.CountryWrap .City:after {
	content:'';
	position:absolute;
	width:50px;
	height:2px;
	left:50%;
	margin-left:-25px;
	bottom:0px;
	background-color:#0b58ab;
}

.TopExpensiveWrapUp {
    background-color: #002043;
    color: #fff;
	counter-reset: section1;
}
.TopExpensiveWrapUp h2.SubTitle {
    font-family: 'AvenirRegular';
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
	margin: 15px 0px;
}
.TopExpensiveWrapUp ul li {
    width: 19%;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 10px 0px;
	background-image: none;
}
.TopExpensiveWrapUp ul li .Col {
	width:98%;
	margin:0 auto;
}
.TopExpensiveWrapUp .Country{
	text-transform:uppercase;
	font-weight:500;
	font-size:14px;
}
.TopExpensiveWrapUp .Country span{
	display:block;
}


.TopExpensiveWrapDown {
    background-color: #011934;
    color: #fff;
	counter-reset: section2;
}
.TopExpensiveWrapDown h2.SubTitle {
    font-family: 'AvenirRegular';
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
	margin: 15px 0px;
}
.TopExpensiveWrapDown ul li {
    width: 19%;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 10px 0px;
	background-image: none;
}
.TopExpensiveWrapDown ul li .Col {
	width:98%;
	margin:0 auto;
}
.TopExpensiveWrapDown .Country{
	text-transform:uppercase;
	font-weight:500;
	font-size:14px;
}
.TopExpensiveWrapDown .Country span{
	display:block;
}

.TopExpensiveWrapUp .RedSepLine,
.TopExpensiveWrapDown .RedSepLine {
    width: 170px;
}

.FArialWeight {
	font-family: Arial, Helvetica," sans-serif" !important;
	font-weight: 600 !important;
}
.FArial {
	font-family: Arial, Helvetica," sans-serif" !important;
	font-weight: 600 !important;
}









/*---9. grop ClearBoth---*/
.group:after {
  content: "";
  display: table;
  clear: both;
}
.ClearBoth {
  clear: both;
  min-height:1px;
}