﻿.arrowLink
{
    background:url(/Source/Images/cssimages/components/arrow-list.png) 0 4px no-repeat;
    padding-left:8px;
}

.promo
{
    display: block;
    background: -moz-linear-gradient(top, #F1F7FC 0%, #CFE4F6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F1F7FC), color-stop(100%,#CFE4F6));
    background: -webkit-linear-gradient(top, #F1F7FC 0%,#CFE4F6 100%);
    background: -o-linear-gradient(top, #F1F7FC 0%,#CFE4F6 100%);
    background: -ms-linear-gradient(top, #F1F7FC 0%,#CFE4F6 100%);
    background: linear-gradient(to bottom, #F1F7FC 0%,#CFE4F6 100%);
    border: 1px solid white;
    background: #F0F7FC;
    padding: 15px;
}

.heading2 { font-size: 3.2em; color: #0B276D; }

.linkButton a:link, .linkBtn a:visited 
{
    display: inline-block; 
    background: url(/Source/Images/cssimages/template/linkBtn.png) no-repeat 100% 50%; 
    border: 0; 
    color: white; 
    text-decoration: none; 
    font-size: 1.4em; 
    padding: 8px 40px 8px 10px; 
}

.linkButtonLightBlue a:link, .linkBtn a:visited 
{
    display: inline-block; 
    background: url(/Source/Images/cssimages/template/linkBtn.png) no-repeat 100% 50%; 
    border: 0; 
    color: white; 
    text-decoration: none; 
    font-size: 1.4em; 
    padding: 8px 40px 8px 10px; 
}

.linkButtonOrange a:link, .linkBtn a:visited 
{
    display: inline-block; 
    background: url(/Source/Images/cssimages/template/linkBtn.png) no-repeat 100% 50%; 
    border: 0; 
    color: white; 
    text-decoration: none; 
    font-size: 1.4em; 
    padding: 8px 40px 8px 10px; 
}

.linkButton 
{
    background: -moz-linear-gradient(top, #314A8B 0%, #0D2B77 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#314A8B), color-stop(100%,#0D2B77));
    background: -webkit-linear-gradient(top, #314A8B 0%,#0D2B77 100%);
    background: -o-linear-gradient(top, #314A8B 0%,#0D2B77 100%);
    background: -ms-linear-gradient(top, #314A8B 0%,#0D2B77 100%);
    background: linear-gradient(top, #314A8B 0%,#0D2B77 100%);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    display: inline-block;
    line-height: normal;
    font-weight: normal;
    background: #0D2B77;
    overflow: visible;
    border: 1px solid white;
    font-family: Arial, sans serif;
}

.linkButtonOrange
{
    background: -moz-linear-gradient(top, #F76301 0%, #DE4D01 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F76301), color-stop(100%,#DE4D01));
    background: -webkit-linear-gradient(top, #F76301 0%,#DE4D01 100%);
    background: -o-linear-gradient(top, #F76301 0%,#DE4D01 100%);
    background: -ms-linear-gradient(top, #F76301 0%,#DE4D01 100%);
    background: linear-gradient(top, #F76301 0%,#DE4D01 100%);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    display: inline-block;
    line-height: normal;
    font-weight: normal;
    overflow: visible;
    border: 1px solid white;
    font-family: Arial, sans serif;
}

.linkButtonLightBlue
{
    background: -moz-linear-gradient(top, #67C4DA 0%, #079FBC 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67C4DA), color-stop(100%,#079FBC));
    background: -webkit-linear-gradient(top, #67C4DA 0%,#079FBC 100%);
    background: -o-linear-gradient(top, #67C4DA 0%,#079FBC 100%);
    background: -ms-linear-gradient(top, #67C4DA 0%,#079FBC 100%);
    background: linear-gradient(top, #67C4DA 0%,#079FBC 100%);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    display: inline-block;
    line-height: normal;
    font-weight: normal;
    overflow: visible;
    border: 1px solid white;
    font-family: Arial, sans serif;
}

.tickedList {  }

.tickedList ul{ -webkit-padding-start: 0px; }

.tickedList ul li { background: url(/Source/Images/cssimages/template/tick-green.png) 0 3px no-repeat; padding: 0 0 10px 25px; line-height: 1.5em; list-style-type: none; }

.pollQuestionHeading
{
    color: #103184;
    font-size: 1.8em;
    padding-bottom: 0.5em;
    text-align: left;
}


