kcc-gem-theme 0.7.61 → 0.7.62
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_data/cache_bust_css.yml +1 -1
- data/_includes/bottom-action-call.html +1 -1
- data/_includes/document-head.html +0 -1
- data/_includes/header.html +28 -0
- data/_includes/targetx-form.html +370 -0
- data/_includes/targetx-head.html +48 -0
- data/_layouts/default-landing.html +1 -0
- data/assets/css/kcc-theme.css +1 -1
- data/assets/img/DSC_8724_4x3.jpg +0 -0
- data/assets/scss/0-tools/_targetx-overrides.scss +46 -0
- data/assets/scss/1-base/_typography.scss +271 -0
- data/assets/scss/2-modules/_header.scss +15 -0
- data/assets/scss/3-layout/_positioning.scss +140 -0
- data/assets/scss/kcc-theme.scss +1 -0
- metadata +7 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 106e6a042022f105ae206ce4f8eb2c4484ec31820b8f1a81367e0daf25552ebe
|
4
|
+
data.tar.gz: 384395d2aaf9dca1faa66c7e2214e1636f83030188bad6dd5ea729c3bb87e72e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6760363be063b749f82cae641340a5c46d7a313d0b810419e37a1eb3f839469efcb7baa334e792ac82f496e1df011d70d9298b2f0d543735be09ff87424e5ae9
|
7
|
+
data.tar.gz: e2bfb38a5bb934798edb0226650dc5770e3fc5bc0e2bbc9fe841667f7f9e922d9531dd2c1623b6fa4876cae598c7629461e8e843a24899ba7635a16e34f42325
|
data/_data/cache_bust_css.yml
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
54292f8243e118ccb42f66e4c78538e7 ../assets/scss/kcc-theme.css
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<div class="row">
|
4
4
|
<div class="col text-center">
|
5
5
|
<h5 class="benefits__typography--h5--black text-center editable">Learn More About What Kankakee Community College Has to Offer.</h5>
|
6
|
-
<a href="
|
6
|
+
<a href="#page-top" class="btn btn-primary btn-lg buttons__btn-marg buttons__blue-btn text-center">GET STARTED</a>
|
7
7
|
</div>
|
8
8
|
</div>
|
9
9
|
</div>
|
@@ -7,6 +7,5 @@
|
|
7
7
|
<title>{{page.title}} - {{site.title}}</title>
|
8
8
|
<meta name="description" content="{{page.description}}">
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
10
|
-
|
11
10
|
<!-- Standard Favicon -->
|
12
11
|
<link rel="icon" type="image/x-icon" href="{{page.baseurl}}favicon.ico" />
|
@@ -0,0 +1,28 @@
|
|
1
|
+
<header>
|
2
|
+
<div class="container-fluid">
|
3
|
+
<div class="row">
|
4
|
+
<div class="col-xl-8 header__bg positioning__offset-global-nav">
|
5
|
+
<div class="row positioning__heading--row">
|
6
|
+
<div class="col-5"> </div>
|
7
|
+
<div class="col-7 positioning__col--offset text-center">
|
8
|
+
<h2 class="typography__register--h2">Get ahead.</h2>
|
9
|
+
<h3 class="typography__register--h3">Register at KCC.</h3>
|
10
|
+
</div>
|
11
|
+
</div>
|
12
|
+
<!--
|
13
|
+
<span class="typography__register--caption">Adrian Benfield, Class of 2017</span>
|
14
|
+
-->
|
15
|
+
</div>
|
16
|
+
<div class="col-xl-4 positioning__accordian--padding">
|
17
|
+
<h4 id="page-top" class="typography__register-h4 text-center">ABOUT YOU</h4>
|
18
|
+
<!--
|
19
|
+
<h5 class="typography__register-h5 text-center">Classes Begin Jan. 7th</h5>
|
20
|
+
<h5 class="typography__register-h5 text-center">Seats Are Filling Fast</h5>
|
21
|
+
-->
|
22
|
+
<div class="targetx__wrapper">
|
23
|
+
{% include targetx-form.html %}
|
24
|
+
</div>
|
25
|
+
</div>
|
26
|
+
</div>
|
27
|
+
</div>
|
28
|
+
</header>
|
@@ -0,0 +1,370 @@
|
|
1
|
+
<!-- FORM: BODY SECTION -->
|
2
|
+
<div class="wFormContainer" style="max-width: 530px; width:auto;" >
|
3
|
+
<div class="wFormHeader"></div>
|
4
|
+
<style type="text/css">
|
5
|
+
#tfa_381,
|
6
|
+
*[id^="tfa_381["] {
|
7
|
+
width: 330px !important;
|
8
|
+
}
|
9
|
+
#tfa_381-D,
|
10
|
+
*[id^="tfa_381["][class~="field-container-D"] {
|
11
|
+
width: auto !important;
|
12
|
+
}
|
13
|
+
|
14
|
+
#tfa_381,
|
15
|
+
*[id^="tfa_381["] {
|
16
|
+
height: 130px
|
17
|
+
}
|
18
|
+
#tfa_381-D,
|
19
|
+
*[id^="tfa_381["][class~="field-container-D"] {
|
20
|
+
height: auto !important;
|
21
|
+
}
|
22
|
+
#tfa_381-L,
|
23
|
+
label[id^="tfa_381["],
|
24
|
+
*[id^="tfa_381["][id$="-L"] {
|
25
|
+
height: auto !important;
|
26
|
+
}
|
27
|
+
</style><div class=""><div class="wForm" id="217756-WRPR" dir="ltr">
|
28
|
+
<div class="codesection" id="code-217756"> <script type="text/javascript">
|
29
|
+
|
30
|
+
$(document).ready(function() {
|
31
|
+
makeSchoolpicker("369");
|
32
|
+
verifyFieldMatch(20,21) ;
|
33
|
+
});
|
34
|
+
https://www.kcc.force.com/form?formid=217741
|
35
|
+
</script>
|
36
|
+
|
37
|
+
<style>
|
38
|
+
.wForm .oneField {
|
39
|
+
max-width: 100%;
|
40
|
+
}
|
41
|
+
.wFormContainer .wForm .secondaryAction, .wFormContainer .wForm .primaryAction, .wFormContainer .wForm .wfPageNextButton, .wFormContainer .wForm .wfPagePreviousButton {
|
42
|
+
background-color: #4579fb !important;
|
43
|
+
border-color: #4579fb !important;
|
44
|
+
width: 100%;
|
45
|
+
}
|
46
|
+
.wForm .actions {
|
47
|
+
text-align: center;
|
48
|
+
}
|
49
|
+
.wFormContainer .wFormHeader {
|
50
|
+
height: 0rem !important;
|
51
|
+
}
|
52
|
+
.wFormContainer {
|
53
|
+
-webkit-box-shadow: none !important;
|
54
|
+
box-shadow: none !important;
|
55
|
+
}
|
56
|
+
.wFormContainer .inputWrapper textarea,.wFormContainer .inputWrapper input,.wFormContainer .inputWrapper select {
|
57
|
+
border: 1px solid #333333 !important;
|
58
|
+
}
|
59
|
+
|
60
|
+
.wFormContainer .inputWrapper input[type='text'], .wFormContainer .inputWrapper input[type='password'] {
|
61
|
+
width: 31em !important;
|
62
|
+
}
|
63
|
+
|
64
|
+
#tfa_381, *[id^="tfa_381["] {
|
65
|
+
width: 31rem !important;
|
66
|
+
}
|
67
|
+
|
68
|
+
.wForm input[type=email], .wForm input[type=number], .wForm input[type=text], .wForm input[type=time], .wForm input[type=url], .wForm select, .wForm textarea {
|
69
|
+
width: 31rem;
|
70
|
+
}
|
71
|
+
|
72
|
+
.wForm form .vertical>.choiceGroup>.oneChoice, .wForm form .vertical>.oneChoice {
|
73
|
+
margin: 0 0 0px !important;
|
74
|
+
}
|
75
|
+
.wForm .reqMark:after {
|
76
|
+
content: "";
|
77
|
+
color: red;
|
78
|
+
font-size: 90%;
|
79
|
+
}
|
80
|
+
|
81
|
+
.wFormContainer .supportInfo {
|
82
|
+
display: none;
|
83
|
+
}
|
84
|
+
</style></div>
|
85
|
+
<form method="post" action="https://kcc.tfaforms.net/responses/processor" class="hintsBelow labelsLeftAligned" id="217756" role="form">
|
86
|
+
<div class="oneField field-container-D labelsRemoved " id="tfa_11-D"><div class="inputWrapper"><input type="text" id="tfa_11" name="tfa_11" value="" placeholder="First Name" maxlength="40" aria-required="true" title="First Name " data-dataset-allow-free-responses="" class="required"></div></div>
|
87
|
+
<div class="oneField field-container-D labelsRemoved " id="tfa_12-D"><div class="inputWrapper"><input type="text" id="tfa_12" name="tfa_12" value="" placeholder="Last Name" maxlength="80" aria-required="true" title="Last Name " data-dataset-allow-free-responses="" class="required"></div></div>
|
88
|
+
<div class="oneField field-container-D labelsRemoved " id="tfa_20-D"><div class="inputWrapper"><input type="text" id="tfa_20" name="tfa_20" value="" placeholder="Email" maxlength="80" aria-required="true" title="Email" data-dataset-allow-free-responses="" class="validate-email calc-emailA required"></div></div>
|
89
|
+
<div class="oneField field-container-D labelsRemoved " id="tfa_374-D">
|
90
|
+
<div class="inputWrapper"><input type="text" id="tfa_374" name="tfa_374" value="" placeholder="Phone" autoformat="(###) ###-####" title="Phone " data-dataset-allow-free-responses="" class="validate-custom /^([\(]{1}[0-9]{3}[\)]{1}[\.| |\-]{0,1}|^[0-9]{3}[\.|\-| ]?)?[0-9]{3}(\.|\-| )?[0-9]{4}$/"></div>
|
91
|
+
<script type="text/javascript">
|
92
|
+
if(typeof wFORMS != 'undefined') {
|
93
|
+
if(wFORMS.behaviors.validation) {
|
94
|
+
wFORMS.behaviors.validation.rules['customtfa_374'] = { selector: '*[id="tfa_374"]', check: 'validateCustom'};
|
95
|
+
wFORMS.behaviors.validation.messages['customtfa_374'] = "Please enter a US Phone number";
|
96
|
+
}
|
97
|
+
}</script>
|
98
|
+
</div>
|
99
|
+
<div class="oneField field-container-D " id="tfa_749-D" role="radiogroup" aria-labelledby="tfa_749-L" data-tfa-labelledby="-L tfa_749-L">
|
100
|
+
<label id="tfa_749-L" class="label preField ">Is it okay to text you?</label><div class="inputWrapper"><span id="tfa_749" class="choices horizontal "><span class="oneChoice"><input type="radio" value="tfa_750" class="" id="tfa_750" name="tfa_749" aria-labelledby="tfa_750-L" data-tfa-labelledby="tfa_749-L tfa_750-L"><label class="label postField" id="tfa_750-L" for="tfa_750"><span class="input-radio-faux"></span>Yes</label></span><span class="oneChoice"><input type="radio" value="tfa_751" class="" id="tfa_751" name="tfa_749" aria-labelledby="tfa_751-L" data-tfa-labelledby="tfa_749-L tfa_751-L"><label class="label postField" id="tfa_751-L" for="tfa_751"><span class="input-radio-faux"></span>No</label></span></span></div>
|
101
|
+
</div>
|
102
|
+
<div class="oneField field-container-D " id="tfa_1180-D" role="radiogroup" aria-labelledby="tfa_1180-L" data-tfa-labelledby="-L tfa_1180-L">
|
103
|
+
<label id="tfa_1180-L" class="label preField ">Are you currently enrolled in high school?</label><br><div class="inputWrapper"><span id="tfa_1180" class="choices horizontal "><span class="oneChoice"><input type="radio" value="tfa_1181" class="" id="tfa_1181" name="tfa_1180" data-conditionals="#tfa_1183,#tfa_1189" aria-labelledby="tfa_1181-L" data-tfa-labelledby="tfa_1180-L tfa_1181-L"><label class="label postField" id="tfa_1181-L" for="tfa_1181"><span class="input-radio-faux"></span>Yes</label></span><span class="oneChoice"><input type="radio" value="tfa_1182" class="" id="tfa_1182" name="tfa_1180" aria-labelledby="tfa_1182-L" data-tfa-labelledby="tfa_1180-L tfa_1182-L"><label class="label postField" id="tfa_1182-L" for="tfa_1182"><span class="input-radio-faux"></span>No</label></span></span></div>
|
104
|
+
</div>
|
105
|
+
<div class="oneField field-container-D " id="tfa_1189-D">
|
106
|
+
<label id="tfa_1189-L" class="label preField " for="tfa_1189">What high school do you attend?</label><div class="inputWrapper"><select id="tfa_1189" name="tfa_1189" data-condition="`#tfa_1181`" title="What high school do you attend?" class=""><option value="">Please select...</option>
|
107
|
+
<option value="tfa_1190" id="tfa_1190" class="">Bishop McNamara Catholic School</option>
|
108
|
+
<option value="tfa_1191" id="tfa_1191" class="">Bradley-Bourbonnais Community High School (BBCHS)</option>
|
109
|
+
<option value="tfa_1192" id="tfa_1192" class="">Central High School</option>
|
110
|
+
<option value="tfa_1193" id="tfa_1193" class="">Donovan High School</option>
|
111
|
+
<option value="tfa_1194" id="tfa_1194" class="">Grace Christian Academy</option>
|
112
|
+
<option value="tfa_1195" id="tfa_1195" class="">Grant Park High School</option>
|
113
|
+
<option value="tfa_1196" id="tfa_1196" class="">Herscher High School</option>
|
114
|
+
<option value="tfa_1197" id="tfa_1197" class="">Iroquois West High School</option>
|
115
|
+
<option value="tfa_1198" id="tfa_1198" class="">Kankakakee High School</option>
|
116
|
+
<option value="tfa_1199" id="tfa_1199" class="">Kankakee Trinity Academy</option>
|
117
|
+
<option value="tfa_1200" id="tfa_1200" class="">Manteno High School</option>
|
118
|
+
<option value="tfa_1201" id="tfa_1201" class="">Momence High School</option>
|
119
|
+
<option value="tfa_1202" id="tfa_1202" class="">St Anne Community High School</option>
|
120
|
+
<option value="tfa_1203" id="tfa_1203" class="">Tri-Point High School</option>
|
121
|
+
<option value="tfa_1204" id="tfa_1204" class="">Watseka Community High School</option>
|
122
|
+
<option value="tfa_1205" id="tfa_1205" class="">Homeschool</option>
|
123
|
+
<option value="tfa_1206" id="tfa_1206" class="">Other</option></select></div>
|
124
|
+
</div>
|
125
|
+
<div class="oneField field-container-D " id="tfa_1183-D">
|
126
|
+
<label id="tfa_1183-L" class="label preField " for="tfa_1183">High school graduation year:</label><div class="inputWrapper"><select id="tfa_1183" name="tfa_1183" data-condition="`#tfa_1181`" title="High school graduation year:" class=""><option value="">Please select...</option>
|
127
|
+
<option value="tfa_1184" id="tfa_1184" class="">2020</option>
|
128
|
+
<option value="tfa_1185" id="tfa_1185" class="">2021</option>
|
129
|
+
<option value="tfa_1186" id="tfa_1186" class="">2022</option>
|
130
|
+
<option value="tfa_1187" id="tfa_1187" class="">2023</option>
|
131
|
+
<option value="tfa_1188" id="tfa_1188" class="">Other</option></select></div>
|
132
|
+
</div>
|
133
|
+
<div class="oneField field-container-D " id="tfa_775-D">
|
134
|
+
<label id="tfa_775-L" class="label preField " for="tfa_775">I am interested in:</label><div class="inputWrapper"><select id="tfa_775" name="tfa_775" title="I am interested in:" class=""><option value="">Please select...</option>
|
135
|
+
<option value="tfa_807" id="tfa_807" data-conditionals="#tfa_847" class="">Agriculture/Horticulture </option>
|
136
|
+
<option value="tfa_808" id="tfa_808" data-conditionals="#tfa_866" class="">Business</option>
|
137
|
+
<option value="tfa_1165" id="tfa_1165" data-conditionals="#tfa_968" class="">Computer Technology</option>
|
138
|
+
<option value="tfa_809" id="tfa_809" data-conditionals="#tfa_878" class="">Construction</option>
|
139
|
+
<option value="tfa_810" id="tfa_810" data-conditionals="#tfa_886" class="">Education</option>
|
140
|
+
<option value="tfa_814" id="tfa_814" data-conditionals="#tfa_992" class="">General</option>
|
141
|
+
<option value="tfa_805" id="tfa_805" data-conditionals="#tfa_823" class="">Health Careers</option>
|
142
|
+
<option value="tfa_806" id="tfa_806" data-conditionals="#tfa_838" class="">Humanities and Social Sciences</option>
|
143
|
+
<option value="tfa_811" id="tfa_811" data-conditionals="#tfa_901" class="">Industrial and Manufacturing Technologies</option>
|
144
|
+
<option value="tfa_813" id="tfa_813" data-conditionals="#tfa_980" class="">Law Enforcement/Legal Studies</option>
|
145
|
+
<option value="tfa_804" id="tfa_804" data-conditionals="#tfa_817" class="">Math, Science, and Engineering </option>
|
146
|
+
<option value="tfa_816" id="tfa_816" data-conditionals="#tfa_996" class="">Other</option>
|
147
|
+
<option value="tfa_815" id="tfa_815" class="">Undecided</option></select></div>
|
148
|
+
</div>
|
149
|
+
<div id="tfa_1172" class="section inline group">
|
150
|
+
<div class="oneField field-container-D labelsAbove " id="tfa_817-D">
|
151
|
+
<label id="tfa_817-L" class="label preField " for="tfa_817">Math, Science, and Engineering Program Interest</label><br><div class="inputWrapper"><select id="tfa_817" name="tfa_817" data-condition="`#tfa_804`" title="Math, Science, and Engineering Program Interest" class=""><option value="">Please select...</option>
|
152
|
+
<option value="tfa_1001" id="tfa_1001" class="">Biology A.S. (Transfer)</option>
|
153
|
+
<option value="tfa_1002" id="tfa_1002" class="">Chemistry A.S. (Transfer)</option>
|
154
|
+
<option value="tfa_1003" id="tfa_1003" class="">Engineering A.E.S. (Transfer)</option>
|
155
|
+
<option value="tfa_1004" id="tfa_1004" class="">Mathematics A.S. (Transfer)</option>
|
156
|
+
<option value="tfa_1005" id="tfa_1005" class="">Physics A.S. (Transfer)</option>
|
157
|
+
<option value="tfa_1176" id="tfa_1176" class="">Exercise Science A.A. (Transfer)</option></select></div>
|
158
|
+
</div>
|
159
|
+
<div class="oneField field-container-D labelsAbove " id="tfa_823-D">
|
160
|
+
<label id="tfa_823-L" class="label preField " for="tfa_823">Health Careers Program Interest</label><br><div class="inputWrapper"><select id="tfa_823" name="tfa_823" data-condition="`#tfa_805`" title="Health Careers Program Interest" class=""><option value="">Please select...</option>
|
161
|
+
<option value="tfa_1006" id="tfa_1006" class="">Coding Specialist Advanced Certificate</option>
|
162
|
+
<option value="tfa_1016" id="tfa_1016" class="">Emergency Medical Technician - Basic (EMT-B) Certificate *</option>
|
163
|
+
<option value="tfa_1017" id="tfa_1017" class="">Emergency Medical Technician - Paramedic (EMT-P) Advanced Certificate</option>
|
164
|
+
<option value="tfa_1007" id="tfa_1007" class="">Medical Laboratory Assistant Certificate *</option>
|
165
|
+
<option value="tfa_1008" id="tfa_1008" class="">Medical Laboratory Technology A.A.S.</option>
|
166
|
+
<option value="tfa_1009" id="tfa_1009" class="">Medical Laboratory Technology Advanced Placement Sequence (Option 1) A.A.S.</option>
|
167
|
+
<option value="tfa_1013" id="tfa_1013" class="">Nursing - Practical Advanced Certificate</option>
|
168
|
+
<option value="tfa_1012" id="tfa_1012" class="">Nursing - Registered - Advanced Placement Sequence A.A.S.</option>
|
169
|
+
<option value="tfa_1011" id="tfa_1011" class="">Nursing - Registered A.A.S.</option>
|
170
|
+
<option value="tfa_1014" id="tfa_1014" class="">Nursing Assistant Certificate</option>
|
171
|
+
<option value="tfa_1015" id="tfa_1015" class="">Paramedic A.A.S.</option>
|
172
|
+
<option value="tfa_1010" id="tfa_1010" class="">Phlebotomy Certificate *</option>
|
173
|
+
<option value="tfa_1018" id="tfa_1018" class="">Physical Therapist Assistant A.A.S.</option>
|
174
|
+
<option value="tfa_1019" id="tfa_1019" class="">Radiography A.A.S.</option>
|
175
|
+
<option value="tfa_1020" id="tfa_1020" class="">Respiratory Therapist A.A.S.</option>
|
176
|
+
<option value="tfa_1021" id="tfa_1021" class="">Respiratory Therapist Advanced Placement Sequence A.A.S.</option>
|
177
|
+
<option value="tfa_1178" id="tfa_1178" class="">Exercise Science A.A.</option></select></div>
|
178
|
+
</div>
|
179
|
+
<div class="oneField field-container-D labelsAbove " id="tfa_838-D">
|
180
|
+
<label id="tfa_838-L" class="label preField " for="tfa_838">Humanities and Social Sciences Program Interest</label><br><div class="inputWrapper"><select id="tfa_838" name="tfa_838" data-condition="`#tfa_806`" title="Humanities and Social Sciences Program Interest" class=""><option value="">Please select...</option>
|
181
|
+
<option value="tfa_1022" id="tfa_1022" class="">Art A.F.A. (Transfer)</option>
|
182
|
+
<option value="tfa_1023" id="tfa_1023" class="">English A.A. (Transfer)</option>
|
183
|
+
<option value="tfa_1024" id="tfa_1024" class="">History A.A. (Transfer)</option>
|
184
|
+
<option value="tfa_1025" id="tfa_1025" class="">Mass Communication A.A. (Transfer)</option>
|
185
|
+
<option value="tfa_1026" id="tfa_1026" class="">Political Science A.A. (Transfer)</option>
|
186
|
+
<option value="tfa_1027" id="tfa_1027" class="">Psychology A.A. (Transfer)</option>
|
187
|
+
<option value="tfa_1028" id="tfa_1028" class="">Sociology A.A. (Transfer)</option>
|
188
|
+
<option value="tfa_1029" id="tfa_1029" class="">Visual Arts A.A. (Transfer)</option>
|
189
|
+
<option value="tfa_1177" id="tfa_1177" class="">Exercise Science A.A. (Transfer)</option></select></div>
|
190
|
+
</div>
|
191
|
+
<div class="oneField field-container-D labelsAbove " id="tfa_847-D">
|
192
|
+
<label id="tfa_847-L" class="label preField " for="tfa_847">Agriculture/Horticulture Program Interest</label><br><div class="inputWrapper"><select id="tfa_847" name="tfa_847" data-condition="`#tfa_807`" title="Agriculture/Horticulture Program Interest" class=""><option value="">Please select...</option>
|
193
|
+
<option value="tfa_1033" id="tfa_1033" class="">Ag Business Certificate</option>
|
194
|
+
<option value="tfa_1044" id="tfa_1044" class="">Ag Construction Certificate</option>
|
195
|
+
<option value="tfa_1043" id="tfa_1043" class="">Ag Power Certificate</option>
|
196
|
+
<option value="tfa_1041" id="tfa_1041" class="">Ag Production Certificate</option>
|
197
|
+
<option value="tfa_1031" id="tfa_1031" class="">Agri-Hort Business A.A.S.</option>
|
198
|
+
<option value="tfa_1032" id="tfa_1032" class="">Agri-Hort Business Advanced Certificate</option>
|
199
|
+
<option value="tfa_1034" id="tfa_1034" class="">Agri-Hort Horticulture A.A.S.</option>
|
200
|
+
<option value="tfa_1035" id="tfa_1035" class="">Agri-Hort Horticulture Advanced Certificate</option>
|
201
|
+
<option value="tfa_1037" id="tfa_1037" class="">Agri-Hort Manufacturing Technology A.A.S.</option>
|
202
|
+
<option value="tfa_1038" id="tfa_1038" class="">Agri-Hort Manufacturing Technology Advanced Certificate</option>
|
203
|
+
<option value="tfa_1039" id="tfa_1039" class="">Agri-Hort Production A.A.S.</option>
|
204
|
+
<option value="tfa_1040" id="tfa_1040" class="">Agri-Hort Production Advanced Certificate</option>
|
205
|
+
<option value="tfa_1030" id="tfa_1030" class="">Agriculture A.S. (Transfer)</option>
|
206
|
+
<option value="tfa_1042" id="tfa_1042" class="">Agronomy Certificate</option>
|
207
|
+
<option value="tfa_1036" id="tfa_1036" class="">Horticulture Certificate</option>
|
208
|
+
<option value="tfa_1045" id="tfa_1045" class="">Landscaping Certificate</option>
|
209
|
+
<option value="tfa_1047" id="tfa_1047" class="">Local Foods Certificate</option>
|
210
|
+
<option value="tfa_1046" id="tfa_1046" class="">Metal Fabrication Certificate</option></select></div>
|
211
|
+
</div>
|
212
|
+
<div class="oneField field-container-D labelsAbove " id="tfa_866-D">
|
213
|
+
<label id="tfa_866-L" class="label preField " for="tfa_866">Business Program Interest</label><br><div class="inputWrapper"><select id="tfa_866" name="tfa_866" data-condition="`#tfa_808`" title="Business Program Interest" class=""><option value="">Please select...</option>
|
214
|
+
<option value="tfa_1051" id="tfa_1051" class="">Accounting I Certificate *</option>
|
215
|
+
<option value="tfa_1052" id="tfa_1052" class="">Accounting II Certificate</option>
|
216
|
+
<option value="tfa_1049" id="tfa_1049" class="">Business A.A.S.</option>
|
217
|
+
<option value="tfa_1048" id="tfa_1048" class="">Business A.S. (Transfer)</option>
|
218
|
+
<option value="tfa_1050" id="tfa_1050" class="">Business Advanced Certificate</option>
|
219
|
+
<option value="tfa_1053" id="tfa_1053" class="">Business Certificate</option>
|
220
|
+
<option value="tfa_1054" id="tfa_1054" class="">Business Management Certificate *</option>
|
221
|
+
<option value="tfa_1055" id="tfa_1055" class="">Business Marketing Certificate *</option>
|
222
|
+
<option value="tfa_1056" id="tfa_1056" class="">Human Resources Certificate *</option>
|
223
|
+
<option value="tfa_1058" id="tfa_1058" class="">Office Professional A.A.S.</option>
|
224
|
+
<option value="tfa_1057" id="tfa_1057" class="">Small Business Certificate *</option>
|
225
|
+
<option value="tfa_1179" id="tfa_1179" class="">Hospitality Operations Certificate *</option></select></div>
|
226
|
+
</div>
|
227
|
+
<div class="oneField field-container-D labelsAbove " id="tfa_878-D">
|
228
|
+
<label id="tfa_878-L" class="label preField " for="tfa_878">Construction Program Interest</label><br><div class="inputWrapper"><select id="tfa_878" name="tfa_878" data-condition="`#tfa_809`" title="Construction Program Interest" class=""><option value="">Please select...</option>
|
229
|
+
<option value="tfa_1061" id="tfa_1061" class="">Concrete Specialist Certificate *</option>
|
230
|
+
<option value="tfa_1059" id="tfa_1059" class="">Construction Craft Laborer A.A.S.</option>
|
231
|
+
<option value="tfa_1060" id="tfa_1060" class="">Construction Craft Laborer Advanced Certificate</option>
|
232
|
+
<option value="tfa_1062" id="tfa_1062" class="">Construction Management A.A.S.</option>
|
233
|
+
<option value="tfa_1063" id="tfa_1063" class="">Construction Management Advanced Certificate</option>
|
234
|
+
<option value="tfa_1065" id="tfa_1065" class="">Construction Management: Building Systems Certificate *</option>
|
235
|
+
<option value="tfa_1064" id="tfa_1064" class="">Construction Management: Materials and Methods Certificate *</option></select></div>
|
236
|
+
</div>
|
237
|
+
<div class="oneField field-container-D labelsAbove " id="tfa_886-D">
|
238
|
+
<label id="tfa_886-L" class="label preField " for="tfa_886">Education Program Interest</label><br><div class="inputWrapper"><select id="tfa_886" name="tfa_886" data-condition="`#tfa_810`" title="Education Program Interest" class=""><option value="">Please select...</option>
|
239
|
+
<option value="tfa_1066" id="tfa_1066" class="">Child Development - Director/Administrator Option A.A.S.</option>
|
240
|
+
<option value="tfa_1067" id="tfa_1067" class="">Child Development - Education Option A.A.S.</option>
|
241
|
+
<option value="tfa_1068" id="tfa_1068" class="">Child Development - Education Option Advanced Certificate</option>
|
242
|
+
<option value="tfa_1069" id="tfa_1069" class="">Elementary Education A.A. (Transfer)</option>
|
243
|
+
<option value="tfa_1070" id="tfa_1070" class="">Paraprofessional Educator/Teacher’s Aide A.A.S.</option>
|
244
|
+
<option value="tfa_1071" id="tfa_1071" class="">Paraprofessional Educator/Teacher’s Aide Advanced Certificate</option>
|
245
|
+
<option value="tfa_1072" id="tfa_1072" class="">Secondary Education A.A. (Transfer)</option></select></div>
|
246
|
+
</div>
|
247
|
+
<div class="oneField field-container-D labelsAbove " id="tfa_901-D">
|
248
|
+
<label id="tfa_901-L" class="label preField " for="tfa_901">Industrial and Manufacturing Technologies Program Interest</label><br><div class="inputWrapper"><select id="tfa_901" name="tfa_901" data-condition="`#tfa_811`" title="Industrial and Manufacturing Technologies Program Interest" class=""><option value="">Please select...</option>
|
249
|
+
<option value="tfa_1073" id="tfa_1073" class="">Air Conditioning & Refrigeration Certificate</option>
|
250
|
+
<option value="tfa_1077" id="tfa_1077" class="">Air Conditioning & Refrigeration: Commercial Refrigeration A.A.S.</option>
|
251
|
+
<option value="tfa_1074" id="tfa_1074" class="">Air Conditioning & Refrigeration: Domestic Refrigeration A.A.S.</option>
|
252
|
+
<option value="tfa_1075" id="tfa_1075" class="">Air Conditioning & Refrigeration: Domestic Refrigeration Certificate</option>
|
253
|
+
<option value="tfa_1078" id="tfa_1078" class="">Air Conditioning & Refrigeration: Energy Audit A.A.S.</option>
|
254
|
+
<option value="tfa_1079" id="tfa_1079" class="">Air Conditioning & Refrigeration: Energy Audit Advanced Certificate</option>
|
255
|
+
<option value="tfa_1082" id="tfa_1082" class="">Air Conditioning & Refrigeration: Energy Audit Air Flow Certificate *</option>
|
256
|
+
<option value="tfa_1083" id="tfa_1083" class="">Air Conditioning & Refrigeration: Energy Audit Certificate</option>
|
257
|
+
<option value="tfa_1080" id="tfa_1080" class="">Air Conditioning & Refrigeration: General Technician Certificate *</option>
|
258
|
+
<option value="tfa_1081" id="tfa_1081" class="">Air Conditioning & Refrigeration: Heating Systems Certificate *</option>
|
259
|
+
<option value="tfa_1076" id="tfa_1076" class="">Air Conditioning & Refrigeration: HVAC/R Service Advanced Certificate</option>
|
260
|
+
<option value="tfa_1084" id="tfa_1084" class="">Automotive Technology A.A.S.</option>
|
261
|
+
<option value="tfa_1085" id="tfa_1085" class="">Automotive Technology Certificate</option>
|
262
|
+
<option value="tfa_1086" id="tfa_1086" class="">Automotive Technology: Advanced Drivetrains/Powertrains Certificate</option>
|
263
|
+
<option value="tfa_1087" id="tfa_1087" class="">Automotive Technology: Automotive Heating & Air Conditioning Certificate *</option>
|
264
|
+
<option value="tfa_1088" id="tfa_1088" class="">Automotive Technology: Brakes & Alignment Certificate *</option>
|
265
|
+
<option value="tfa_1089" id="tfa_1089" class="">Automotive Technology: Drivelines Certificate *</option>
|
266
|
+
<option value="tfa_1090" id="tfa_1090" class="">Aviation A.A. (Transfer)</option>
|
267
|
+
<option value="tfa_1110" id="tfa_1110" class="">Basic Manufacturing Industrial Maintenance Certificate</option>
|
268
|
+
<option value="tfa_1117" id="tfa_1117" class="">Basic Manufacturing Machine Tool Certificate</option>
|
269
|
+
<option value="tfa_1122" id="tfa_1122" class="">Basic Manufacturing TWDL Certificate</option>
|
270
|
+
<option value="tfa_1128" id="tfa_1128" class="">Basic Manufacturing: Welding Certificate *</option>
|
271
|
+
<option value="tfa_1101" id="tfa_1101" class="">Electrical Technology: Electronic Technician Certificate</option>
|
272
|
+
<option value="tfa_1103" id="tfa_1103" class="">Electrical Technology: Entry-Level, Small-Wind Energy Technology Certificate</option>
|
273
|
+
<option value="tfa_1104" id="tfa_1104" class="">Electrical Technology: Entry-Level, Solar-PV Technology Certificate</option>
|
274
|
+
<option value="tfa_1102" id="tfa_1102" class="">Electrical Technology: Entry-Level, Solar-Thermal Technology Certificate</option>
|
275
|
+
<option value="tfa_1091" id="tfa_1091" class="">Electrical Technology: Industrial Electrical Technology A.A.S.</option>
|
276
|
+
<option value="tfa_1092" id="tfa_1092" class="">Electrical Technology: Industrial Electrical Technology Advanced Certificate</option>
|
277
|
+
<option value="tfa_1093" id="tfa_1093" class="">Electrical Technology: Industrial Instrumentation and Process Control A.A.S.</option>
|
278
|
+
<option value="tfa_1094" id="tfa_1094" class="">Electrical Technology: Industrial Instrumentation and Process Control Advanced Certificate</option>
|
279
|
+
<option value="tfa_1095" id="tfa_1095" class="">Electrical Technology: Industrial Machinery Maintenance A.A.S.</option>
|
280
|
+
<option value="tfa_1097" id="tfa_1097" class="">Electrical Technology: Industrial Motor Control Certificate *</option>
|
281
|
+
<option value="tfa_1098" id="tfa_1098" class="">Electrical Technology: Pneumatic and Hydraulic Power Certificate *</option>
|
282
|
+
<option value="tfa_1099" id="tfa_1099" class="">Electrical Technology: Programmable Logic Controllers Certificate *</option>
|
283
|
+
<option value="tfa_1096" id="tfa_1096" class="">Electrical Technology: Renewable Energy Technology A.A.S.</option>
|
284
|
+
<option value="tfa_1100" id="tfa_1100" class="">Electrical Technology: Residential & Industrial Wiring Certificate *</option>
|
285
|
+
<option value="tfa_1139" id="tfa_1139" class="">Global Supply Chain Certificate</option>
|
286
|
+
<option value="tfa_1107" id="tfa_1107" class="">Intermediate Manufacturing Industrial Maintenance Certificate</option>
|
287
|
+
<option value="tfa_1114" id="tfa_1114" class="">Intermediate Manufacturing Machine Tool Certificate</option>
|
288
|
+
<option value="tfa_1119" id="tfa_1119" class="">Intermediate Manufacturing: TWDL Certificate</option>
|
289
|
+
<option value="tfa_1125" id="tfa_1125" class="">Intermediate Manufacturing: Welding Certificate</option>
|
290
|
+
<option value="tfa_1105" id="tfa_1105" class="">Machine Tool Technology Advanced Certificate</option>
|
291
|
+
<option value="tfa_1123" id="tfa_1123" class="">Manufacturing Logistics Certificate</option>
|
292
|
+
<option value="tfa_1111" id="tfa_1111" class="">Manufacturing Production Certificate</option>
|
293
|
+
<option value="tfa_1106" id="tfa_1106" class="">Manufacturing Technology: Industrial Maintenance A.A.S.</option>
|
294
|
+
<option value="tfa_1113" id="tfa_1113" class="">Manufacturing Technology: Machine Tool A.A.S.</option>
|
295
|
+
<option value="tfa_1115" id="tfa_1115" class="">Manufacturing Technology: Machine Tool I Certificate</option>
|
296
|
+
<option value="tfa_1116" id="tfa_1116" class="">Manufacturing Technology: Machine Tool II Advanced Certificate</option>
|
297
|
+
<option value="tfa_1112" id="tfa_1112" class="">Manufacturing Technology: Process Technology Solutions Certificate *</option>
|
298
|
+
<option value="tfa_1118" id="tfa_1118" class="">Manufacturing Technology: TWDL A.A.S.</option>
|
299
|
+
<option value="tfa_1124" id="tfa_1124" class="">Manufacturing Technology: Welding A.A.S.</option>
|
300
|
+
<option value="tfa_1120" id="tfa_1120" class="">Manufacturing TWDL I Certificate</option>
|
301
|
+
<option value="tfa_1121" id="tfa_1121" class="">Manufacturing TWDL II Advanced Certificate</option>
|
302
|
+
<option value="tfa_1108" id="tfa_1108" class="">Manufacturing: Industrial Maintenance I Certificate</option>
|
303
|
+
<option value="tfa_1109" id="tfa_1109" class="">Manufacturing: Industrial Maintenance II Advanced Certificate</option>
|
304
|
+
<option value="tfa_1126" id="tfa_1126" class="">Manufacturing: Welding I Certificate</option>
|
305
|
+
<option value="tfa_1127" id="tfa_1127" class="">Manufacturing: Welding II Advanced Certificate</option>
|
306
|
+
<option value="tfa_1129" id="tfa_1129" class="">Millwright Advanced Certificate</option>
|
307
|
+
<option value="tfa_1137" id="tfa_1137" class="">Supply Chain Management Certificate *</option>
|
308
|
+
<option value="tfa_1138" id="tfa_1138" class="">Sustainable Resource Management Certificate *</option>
|
309
|
+
<option value="tfa_1130" id="tfa_1130" class="">Tower Construction & Maintenance Certificate *</option>
|
310
|
+
<option value="tfa_1131" id="tfa_1131" class="">Welding Technology A.A.S.</option>
|
311
|
+
<option value="tfa_1132" id="tfa_1132" class="">Welding Technology Advanced Certificate</option>
|
312
|
+
<option value="tfa_1136" id="tfa_1136" class="">Welding: Maintenance Welding Certificate *</option>
|
313
|
+
<option value="tfa_1135" id="tfa_1135" class="">Welding: Pipe Welding Certificate *</option>
|
314
|
+
<option value="tfa_1133" id="tfa_1133" class="">Welding: Shielded Metal-Arc Welding All Positions Certificate *</option>
|
315
|
+
<option value="tfa_1134" id="tfa_1134" class="">Welding: Tungsten Inert Gas & Metallic Inert Gas Certificate *</option></select></div>
|
316
|
+
</div>
|
317
|
+
<div class="oneField field-container-D labelsAbove " id="tfa_968-D">
|
318
|
+
<label id="tfa_968-L" class="label preField " for="tfa_968">Computer Technology Program Interest</label><br><div class="inputWrapper"><select id="tfa_968" name="tfa_968" data-condition="`#tfa_1165`" title="Computer Technology Program Interest" class=""><option value="">Please select...</option>
|
319
|
+
<option value="tfa_1141" id="tfa_1141" class="">Computer Graphic Technology A.A.S.</option>
|
320
|
+
<option value="tfa_1142" id="tfa_1142" class="">Computer Graphic Technology Advanced Certificate</option>
|
321
|
+
<option value="tfa_1143" id="tfa_1143" class="">Computer Graphic Technology Certificate I</option>
|
322
|
+
<option value="tfa_1144" id="tfa_1144" class="">Computer Graphic Technology Certificate II</option>
|
323
|
+
<option value="tfa_1148" id="tfa_1148" class="">Computer Graphic Technology: Design Technology Specialization A.A.S.</option>
|
324
|
+
<option value="tfa_1149" id="tfa_1149" class="">Computer Graphic Technology: Design Technology Specialization Certificate I</option>
|
325
|
+
<option value="tfa_1150" id="tfa_1150" class="">Computer Graphic Technology: Design Technology Specialization Certificate II</option>
|
326
|
+
<option value="tfa_1145" id="tfa_1145" class="">Computer Graphic Technology: Graphic Design Specialization A.A.S.</option>
|
327
|
+
<option value="tfa_1146" id="tfa_1146" class="">Computer Graphic Technology: Graphic Design Specialization Certificate I</option>
|
328
|
+
<option value="tfa_1147" id="tfa_1147" class="">Computer Graphic Technology: Graphic Design Specialization Certificate II</option>
|
329
|
+
<option value="tfa_1140" id="tfa_1140" class="">Microsoft Office Suite Applications Certificate *</option></select></div>
|
330
|
+
</div>
|
331
|
+
<div class="oneField field-container-D labelsAbove " id="tfa_992-D">
|
332
|
+
<label id="tfa_992-L" class="label preField " for="tfa_992">General Program Interest</label><br><div class="inputWrapper"><select id="tfa_992" name="tfa_992" data-condition="`#tfa_814`" title="General Program Interest" class=""><option value="">Please select...</option>
|
333
|
+
<option value="tfa_1162" id="tfa_1162" class="">Associate in Arts Transfer</option>
|
334
|
+
<option value="tfa_1163" id="tfa_1163" class="">Associate in Science Transfer</option>
|
335
|
+
<option value="tfa_1164" id="tfa_1164" class="">General Studies A.G.S.</option></select></div>
|
336
|
+
</div>
|
337
|
+
<div class="oneField field-container-D labelsAbove " id="tfa_980-D">
|
338
|
+
<label id="tfa_980-L" class="label preField " for="tfa_980">Law Enforcement/Legal Studies Program Interest</label><br><div class="inputWrapper"><select id="tfa_980" name="tfa_980" data-condition="`#tfa_813`" title="Law Enforcement/Legal Studies Program Interest" class=""><option value="">Please select...</option>
|
339
|
+
<option value="tfa_1154" id="tfa_1154" class="">Basic Law Enforcement Principles Certificate *</option>
|
340
|
+
<option value="tfa_1157" id="tfa_1157" class="">Crime, Criminals & Corrections Certificate *</option>
|
341
|
+
<option value="tfa_1151" id="tfa_1151" class="">Criminal Justice A.A. (Transfer)</option>
|
342
|
+
<option value="tfa_1158" id="tfa_1158" class="">Investigation & Organization Certificate *</option>
|
343
|
+
<option value="tfa_1152" id="tfa_1152" class="">Law Enforcement A.A.S.</option>
|
344
|
+
<option value="tfa_1153" id="tfa_1153" class="">Law Enforcement Advanced Certificate</option>
|
345
|
+
<option value="tfa_1155" id="tfa_1155" class="">Laws & Evidentiary Procedures Certificate *</option>
|
346
|
+
<option value="tfa_1160" id="tfa_1160" class="">Paralegal/Legal Assistant Studies A.A.S.</option>
|
347
|
+
<option value="tfa_1161" id="tfa_1161" class="">Paralegal/Legal Assistant Studies Advanced Certificate</option>
|
348
|
+
<option value="tfa_1159" id="tfa_1159" class="">Private Security Certificate *</option>
|
349
|
+
<option value="tfa_1156" id="tfa_1156" class="">Relationships & Juveniles Certificate *</option></select></div>
|
350
|
+
</div>
|
351
|
+
</div>
|
352
|
+
<div class="oneField field-container-D labelsAbove " id="tfa_996-D">
|
353
|
+
<label id="tfa_996-L" class="label preField " for="tfa_996">Other Program Interest</label><br><div class="inputWrapper"><input type="text" id="tfa_996" name="tfa_996" value="" data-condition="`#tfa_816`" title="Other Program Interest" data-dataset-allow-free-responses="" class=""></div>
|
354
|
+
</div>
|
355
|
+
<div class="oneField field-container-D " id="tfa_1166-D" role="group" aria-labelledby="tfa_1166-L" data-tfa-labelledby="-L tfa_1166-L">
|
356
|
+
<label id="tfa_1166-L" class="label preField ">I would like additional information about (select all that apply): </label><div class="inputWrapper"><span id="tfa_1166" class="choices vertical "><span class="oneChoice"><input type="checkbox" value="tfa_1170" class="" id="tfa_1170" name="tfa_1170" aria-labelledby="tfa_1170-L" data-tfa-labelledby="tfa_1166-L tfa_1170-L"><label class="label postField" id="tfa_1170-L" for="tfa_1170"><span class="input-checkbox-faux"></span>Tour or Program Visit</label></span><span class="oneChoice"><input type="checkbox" value="tfa_1169" class="" id="tfa_1169" name="tfa_1169" aria-labelledby="tfa_1169-L" data-tfa-labelledby="tfa_1166-L tfa_1169-L"><label class="label postField" id="tfa_1169-L" for="tfa_1169"><span class="input-checkbox-faux"></span>Registering for Classes </label></span><span class="oneChoice"><input type="checkbox" value="tfa_1171" class="" id="tfa_1171" name="tfa_1171" aria-labelledby="tfa_1171-L" data-tfa-labelledby="tfa_1166-L tfa_1171-L"><label class="label postField" id="tfa_1171-L" for="tfa_1171"><span class="input-checkbox-faux"></span>Summer Courses </label></span><span class="oneChoice"><input type="checkbox" value="tfa_1167" class="" id="tfa_1167" name="tfa_1167" aria-labelledby="tfa_1167-L" data-tfa-labelledby="tfa_1166-L tfa_1167-L"><label class="label postField" id="tfa_1167-L" for="tfa_1167"><span class="input-checkbox-faux"></span>Paying for College</label></span></span></div>
|
357
|
+
</div>
|
358
|
+
<div class="oneField field-container-D labelsAbove " id="tfa_381-D">
|
359
|
+
<label id="tfa_381-L" class="label preField " for="tfa_381"><span id="j_id0:j_id6"><span id="j_id0:j_id6:j_id7:j_id45"><span id="j_id0:j_id6:j_id7:form:j_id50:28:j_id59"><span id="LaDescription" title="">Comments, Questions, or Requests </span></span></span></span></label><br><div class="inputWrapper"><textarea id="tfa_381" name="tfa_381" title="Comments, Questions, or Requests " class=""></textarea></div>
|
360
|
+
</div>
|
361
|
+
<input type="hidden" id="tfa_383" name="tfa_383" value="FormAssembly" class=""><div class="actions" id="217756-A"><input type="submit" data-label="GET STARTED" class="primaryAction" id="submit_button" value="GET STARTED"></div>
|
362
|
+
<div style="clear:both"></div>
|
363
|
+
<input type="hidden" value="217756" name="tfa_dbFormId" id="tfa_dbFormId"><input type="hidden" value="" name="tfa_dbResponseId" id="tfa_dbResponseId"><input type="hidden" value="90d5f6fc2b37b0221ad03a8eb55b96e0" name="tfa_dbControl" id="tfa_dbControl"><input type="hidden" value="39" name="tfa_dbVersionId" id="tfa_dbVersionId"><input type="hidden" value="" name="tfa_switchedoff" id="tfa_switchedoff">
|
364
|
+
</form>
|
365
|
+
</div></div><div class="wFormFooter"><p class="supportInfo"><a target="new" class="contactInfoLink" href="https://kcc.tfaforms.net/forms/help/217741">Contact Information</a><br></p></div>
|
366
|
+
<p class="supportInfo" >
|
367
|
+
|
368
|
+
|
369
|
+
</p>
|
370
|
+
</div>
|
@@ -0,0 +1,48 @@
|
|
1
|
+
<!-- TargetX FORM -->
|
2
|
+
<!-- FORM: HEAD SECTION -->
|
3
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
4
|
+
<script type="text/javascript">
|
5
|
+
document.addEventListener("DOMContentLoaded", function(){
|
6
|
+
const FORM_TIME_START = Math.floor((new Date).getTime()/1000);
|
7
|
+
let formElement = document.getElementById("tfa_0");
|
8
|
+
if (null === formElement) {
|
9
|
+
formElement = document.getElementById("0");
|
10
|
+
}
|
11
|
+
let appendJsTimerElement = function(){
|
12
|
+
let formTimeDiff = Math.floor((new Date).getTime()/1000) - FORM_TIME_START;
|
13
|
+
let cumulatedTimeElement = document.getElementById("tfa_dbCumulatedTime");
|
14
|
+
if (null !== cumulatedTimeElement) {
|
15
|
+
let cumulatedTime = parseInt(cumulatedTimeElement.value);
|
16
|
+
if (null !== cumulatedTime && cumulatedTime > 0) {
|
17
|
+
formTimeDiff += cumulatedTime;
|
18
|
+
}
|
19
|
+
}
|
20
|
+
let jsTimeInput = document.createElement("input");
|
21
|
+
jsTimeInput.setAttribute("type", "hidden");
|
22
|
+
jsTimeInput.setAttribute("value", formTimeDiff.toString());
|
23
|
+
jsTimeInput.setAttribute("name", "tfa_dbElapsedJsTime");
|
24
|
+
jsTimeInput.setAttribute("id", "tfa_dbElapsedJsTime");
|
25
|
+
jsTimeInput.setAttribute("autocomplete", "off");
|
26
|
+
if (null !== formElement) {
|
27
|
+
formElement.appendChild(jsTimeInput);
|
28
|
+
}
|
29
|
+
};
|
30
|
+
if (null !== formElement) {
|
31
|
+
if(formElement.addEventListener){
|
32
|
+
formElement.addEventListener('submit', appendJsTimerElement, false);
|
33
|
+
} else if(formElement.attachEvent){
|
34
|
+
formElement.attachEvent('onsubmit', appendJsTimerElement);
|
35
|
+
}
|
36
|
+
}
|
37
|
+
});
|
38
|
+
</script>
|
39
|
+
|
40
|
+
<link href="https://kcc.tfaforms.net/dist/form-builder/5.0.0/wforms-layout.css?v=548-1" rel="stylesheet" type="text/css" />
|
41
|
+
|
42
|
+
<link href="https://kcc.tfaforms.net/uploads/themes/theme-7.css" rel="stylesheet" type="text/css" />
|
43
|
+
<link href="https://kcc.tfaforms.net/dist/form-builder/5.0.0/wforms-jsonly.css?v=548-1" rel="alternate stylesheet" title="This stylesheet activated by javascript" type="text/css" />
|
44
|
+
<script type="text/javascript" src="https://kcc.tfaforms.net/wForms/3.11/js/wforms.js?v=548-1"></script>
|
45
|
+
<script type="text/javascript">
|
46
|
+
wFORMS.behaviors.prefill.skip = false;
|
47
|
+
</script>
|
48
|
+
<script type="text/javascript" src="https://kcc.tfaforms.net/wForms/3.11/js/localization-en_US.js?v=548-1"></script>
|
data/assets/css/kcc-theme.css
CHANGED
@@ -1 +1 @@
|
|
1
|
-
.nav-tabs{border-bottom:1px solid #b1b1b1}.nav-tabs .nav-link{background-color:#f8f9fa;border-left-color:#e5e8ed;border-left-style:solid;border-left-width:1px;border-right-color:#e5e8ed;border-right-style:solid;border-right-width:1px;border-top-color:#e5e8ed;border-top-style:solid;border-top-width:1px;border-bottom-color:#b1b1b1}.nav-tabs .nav-link.active{border-color:#b1b1b1 #b1b1b1 #fff}.navbar-brand{margin-right:0}@media screen and (min-width:768px){.navbar-brand{margin-right:1rem}}.editor-link{display:none}.cms-editor-active .editor-link{display:block}.editor-button{display:none}.cms-editor-active .editor-button{display:inline-block}#___gcse_0:focus #gsc-iw-id1,#___gcse_0:hover #gsc-iw-id1{filter:drop-shadow(2px 2px 6px rgba(128,128,128,.5))}#gsc-iw-id1{border-radius:2rem;padding-left:.5rem;border:thin solid #b1b1b1;line-height:1;padding-top:3px;padding-bottom:3px}.gsc-search-button-v2{background-color:transparent!important;border:none!important;pointer-events:auto;position:relative;right:30px;transition-property:right;transition-duration:.2s}.gsst_a .gscb_a{vertical-align:middle}button.gsc-overrides__clear-x{right:48px;padding-right:5px!important}.gsc-search-button-v2 svg{fill:#0f3b63!important;height:1.25rem;width:1.25rem;transition-property:fill;transition-duration:.2s}.gsc-search-button-v2:focus svg,.gsc-search-button-v2:hover svg{fill:#c61f48!important}td.gsc-search-button{display:inline;pointer-events:none;position:absolute;right:50px}@media screen and (min-width:1400px){td.gsc-search-button{right:44px}}body{font-size:1rem}.typography__nav-heading{-ms-flex-item-align:center;align-self:center;color:#0f3b63;display:inline;font-family:Eurostile,sans-serif;font-size:1.5rem;font-style:italic;font-weight:700;text-transform:uppercase;vertical-align:middle;transition-property:color;transition-timing-function:ease;transition-duration:.4s}.typography__nav-heading:focus,.typography__nav-heading:hover{color:#c61f48}.typography__nav-heading--smaller{font-size:1.2rem}@media screen and (min-width:360px){.typography__nav-heading{font-size:1.8rem}.typography__nav-heading--smaller{font-size:1.35rem}}@media screen and (min-width:410px){.typography__nav-heading{font-size:1.5rem}}@media screen and (min-width:576px){.typography__nav-heading{font-size:2.3rem}}@media screen and (min-width:768px){.typography__nav-heading{font-size:2.4rem}}@media screen and (min-width:1500px){.typography__nav-heading{font-size:2.6rem}}.typography__footer-heading{font-family:Roboto,sans-serif;font-size:1.95rem;font-weight:900}@media screen and (min-width:360px){.typography__footer-heading{font-size:2.2rem}}@media screen and (min-width:375px){.typography__footer-heading{font-size:2.4rem}}@media screen and (min-width:410px){.typography__footer-heading{font-size:2.6rem}}.typography__contacts--name{color:#0f3b63;font-size:1.3em}.typography__contacts--name,.typography__contacts--title{font-family:Roboto,sans-serif;font-weight:700;margin-bottom:.2rem}.typography__contacts--title{color:#666;font-size:1.1em}.typography__orange-h4{color:#f99e1b;font-family:Oswald,sans-serif;font-size:2.4rem}.typography__sub-nav--red-h3{color:#c61f48;font-family:Oswald,sans-serif;font-size:1.4rem;font-weight:500;text-transform:uppercase}@media screen and (min-width:768px){.typography__sub-nav--red-h3{font-size:1.8rem}}.typography__section--heading{color:#c61f48;font-family:Oswald,sans-serif;font-size:2rem;font-weight:500}.typography__nav-link{font-family:Oswald,sans-serif;font-weight:500;text-transform:uppercase}.typography__power-text{color:#fff;font-family:Libre Franklin,sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}@media screen and (min-width:360px){.typography__power-text{font-size:1.3rem}}@media screen and (min-width:768px){.typography__power-text{font-size:2.2rem}}@media screen and (min-width:992px){.typography__power-text{font-size:2.9rem}}@media screen and (min-width:1200px){.typography__power-text{font-size:3.1rem}}.typography__h2{color:#666;font-family:Roboto,sans-serif;font-size:2rem;font-weight:500}.typography__h3{color:#0f3b63;font-size:1.75rem}.typography__h3,.typography__h4{font-family:Roboto,sans-serif;font-weight:600}.typography__h4{color:#c61f48;font-size:1.7rem}.typography__h5{font-size:1.5rem}.typography__h5,.typography__h6{color:#666;font-family:Roboto,sans-serif;font-weight:700}.typography__h6{font-size:1.4rem}.typography__phone--span{color:#fff;font-family:Oswald,sans-serif;font-size:1.3rem;font-weight:400;letter-spacing:.07rem;white-space:nowrap}@media screen and (min-width:768px){.typography__phone--span{font-size:1.45rem}}@media screen and (min-width:1024px){.typography__phone--span{font-size:1.5rem}}.typography__p--bold{color:#666;font-family:Roboto,sans-serif;font-weight:700;font-size:1.25rem;line-height:1.2}.typography__larger-p{font-size:1.3rem}.typography__col--heading-underline{background-image:url(/assets/img/heading-bg-underline.png);background-repeat:no-repeat;background-position:0 50px}.typography__col--heading-underline-tan{background-image:url(/assets/img/heading-bg-underline-tan.png);background-repeat:no-repeat;background-position:0 50px}ol,p,ul:not(.navbar-nav){color:#666;font-family:Open Sans,sans-serif;font-size:1rem}.typography__tables th{color:#c61f48;font-family:Roboto,sans-serif;font-weight:700}.typography__tables td{color:#666;font-family:Open Sans,sans-serif;font-size:1rem}h1 sup,h2 sup,h3 sup,h4 sup,h5 sup,h6 sup{font-size:45%!important;top:-1em;font-weight:400}.links__kcc-logo{display:inline;float:left;width:120px;height:80px}.links__offset:before{content:" ";display:block;height:171px;margin-top:-171px;pointer-events:none;visibility:hidden}@media screen and (min-width:768px){.links__offset:before{height:150px;margin-top:-150px}}.links__darker-link{color:#006ce0}.navbar-light .navbar-nav .links__nav-link--color{color:#0f3b63}.navbar-light .navbar-nav .active>.nav-link{border-bottom-color:#c61f48;border-bottom-style:solid;border-bottom-width:thick;color:#0f3b63;padding-bottom:0}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:#c61f48}.links__phone--span{color:#fff;text-decoration:none}.links__phone--span:visited{color:#fff}.links__no-underline,.links__no-underline:hover,.links__phone--span:hover{text-decoration:none}.navbar-light .navbar-nav .nav-link.buttons__btn-primary-custom{background-color:#c61f48;color:#fff}.navbar-light .navbar-nav .nav-link.buttons__btn-primary-custom:hover{background-color:#0f3b63}.buttons__yt-subscribe{display:inline-block;height:1rem;margin-top:-4px;margin-right:5px;-ms-transform:scale(1.8);transform:scale(1.8);vertical-align:middle;width:1rem}.buttons__custom-danger{margin-right:20px}.buttons__btn-margin-top{margin-top:20px}.btn-primary{background-color:#0051a7;border-color:#003773}.btn-primary:hover{background-color:#022b55;border-color:#021e3d}.img__responsive--svg{max-width:100%}.img__full-width{width:100%}.img__shadow,.img__shadow--border{filter:drop-shadow(3px 3px 10px rgba(126,126,126,.45))}.img__shadow--border{border:3px solid #0f3b63}.footer__margin{margin-top:20px}.footer{background-color:#f8f9fa;margin-top:60px;padding-bottom:40px;padding-top:40px;width:100%}a.footer-link{color:#0f3b63}a.footer-link:hover{text-decoration:none!important;color:#c61f48}.footer-heading{transition-property:color;transition-timing-function:ease;transition-duration:.3s}.footer-icons{background-color:#c61f48;border-radius:50%;transition-property:background-color;transition-timing-function:ease;transition-duration:.3s;height:33px;margin:4px;padding:2px;width:33px}@media screen and (min-width:360px){.footer-icons{height:40px;margin:5px;width:40px}}@media screen and (min-width:412px){.footer-icons{height:50px;width:50px}}a.footer-social-links,a.footer-social-links .footer-icons{text-decoration:none!important}a.footer-social-links:hover .footer-icons{text-decoration:none!important;background-color:#0f3b63}.footer__mobile--margin-bottom{margin-bottom:20px}@media screen and (min-width:992px){.footer__mobile--margin-bottom{margin-bottom:0}}.slider-container{padding-left:0;padding-right:0}@media screen and (min-width:1400px){.index-slider-container,.slider-container{max-width:1300px}}.slider-row{margin-left:0;margin-right:0}.heading-container{border-left-color:#fff;border-left-style:solid;border-left-width:2px;margin-left:.9%;padding-left:5px;position:absolute;top:55%;width:7%;z-index:4444}@media screen and (min-width:488px){.heading-container{top:60%;width:6%}}@media screen and (min-width:768px){.heading-container{margin-left:.7%;padding-left:10px;top:61%;width:6%}}@media screen and (min-width:992px){.heading-container{margin-left:.6%;padding-left:20px;top:67%}}@media screen and (min-width:1200px){.heading-container{top:69%}}.baseballSlider .slide-img,.heroSlider .slide-img{position:relative;width:100%}.baseballSlider .slick-next,.heroSlider .slick-next{right:20px}.baseballSlider .slick-prev,.heroSlider .slick-prev{left:20px;z-index:4}@media screen and (min-width:576px){.baseballSlider .slick-next,.heroSlider .slick-next{right:25px}.baseballSlider .slick-prev,.heroSlider .slick-prev{left:25px;z-index:4}}.baseballSlider .slick-next,.baseballSlider .slick-prev,.heroSlider .slick-next,.heroSlider .slick-prev{height:25px;top:75%;width:25px}@media screen and (min-width:992px){.baseballSlider .slick-next,.baseballSlider .slick-prev,.heroSlider .slick-next,.heroSlider .slick-prev{height:40px;top:80%;width:40px}}.baseballSlider .slick-dots li button:before,.heroSlider .slick-dots li button:before{color:#e5e8ed;font-size:12px;line-height:30px;opacity:1;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.baseballSlider .slick-dots li.slick-active button:before,.heroSlider .slick-dots li.slick-active button:before{color:#0f3b63;opacity:1;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.baseballSlider .slick-dots li,.heroSlider .slick-dots li{margin-left:1px;margin-right:1px;padding-left:0;padding-right:0}.njcaa-link{margin-top:30px;position:absolute;right:15%;z-index:1000}@media screen and (min-width:1600px){.njcaa-link{right:20%}}@media screen and (min-width:1900px){.njcaa-link{right:25%}}@media screen and (min-width:1200px){.njcaa-logo{width:175px}}@media screen and (min-width:1600px){.njcaa-logo{width:200px}}.baseballSlider{visibility:hidden}.slick-track{margin-left:0}.nav-local{top:55px;border-bottom-color:#b1b1b1;border-bottom-style:solid;border-bottom-width:1px}.nav-local__search-toggle{top:86px}.nav-local .nav-link{margin-left:10px;margin-right:10px}@media screen and (min-width:992px){.nav-local .nav-link{margin-left:5px;margin-right:5px}}@media screen and (min-width:1200px){.nav-local .nav-link{margin-left:10px;margin-right:10px}}#mainNav,.navbar-brand{transition:all .4s ease}@media screen and (min-width:992px){#mainNav.navbar-shrink{padding-top:0;padding-bottom:0;opacity:.96}#mainNav.navbar-shrink .navbar-brand{-ms-transform:scale(.8);transform:scale(.8)}}.social-icons__icons{background-color:#c61f48;border-radius:50%;height:33px;margin:4px;padding:2px;transition-property:background-color;transition-timing-function:ease;transition-duration:.3s;width:33px}@media screen and (min-width:360px){.social-icons__icons{height:40px;margin:5px;width:40px}}@media screen and (min-width:412px){.social-icons__icons{height:50px;width:50px}}a.social-icons__links,a.social-icons__links .social-icons__icons{text-decoration:none!important}a.social-icons__links:hover .social-icons__icons{text-decoration:none!important;background-color:#0f3b63}.nav-global{background-color:#c61f48;height:56px;margin-left:0;margin-right:0;max-width:100%;min-width:100%;padding-bottom:5px;padding-left:5%;padding-top:5px;width:100%;z-index:1031}.nav-global__kcc-logo{margin-left:5px;width:190px}@media screen and (min-width:360px){.nav-global__kcc-logo{width:220px}}@media screen and (min-width:375px){.nav-global__kcc-logo{width:230px}}@media screen and (min-width:410px){.nav-global__kcc-logo{width:255px}}@media screen and (min-width:488px){.nav-global__kcc-logo{width:260px}}@media screen and (min-width:576px){.nav-global__kcc-logo{width:300px}}@media screen and (min-width:768px){.nav-global__kcc-logo{width:320px}}@media screen and (min-width:992px) and (max-width:1100px){.nav-global__kcc-logo{margin-left:-25px;width:310px}}@media screen and (min-width:1100px){.nav-global__kcc-logo{margin-left:-25px;width:340px}}.clearSearch{background-position:center 72px;padding-top:72px}.search-row{background-color:#005bac;height:46px}.nav-global__gcse-wrapper{margin-left:-5px}@media screen and (min-width:992px){.nav-global__gcse-wrapper{display:block;float:right;margin-top:-18px;width:50%}}.nav-global__search-icon{background-position:50%;background-size:20px 20px;background-repeat:no-repeat;display:inline;height:22px;margin:4px;pointer-events:none;width:22px}@media screen and (min-width:360px){.nav-global__search-icon{background-size:21px 21px}}@media screen and (min-width:410px){.nav-global__search-icon{background-size:22px 22px}}@media screen and (min-width:576px){.nav-global__search-icon{background-size:24px 24px;height:24px;width:24px}}@media screen and (min-width:768px){.nav-global__search-icon{background-size:25px 25px;height:26px;width:26px}}.nav-global .nav-global__search-toggle .nav-global__search-icon{float:right}.nav-global__search-collapse{display:none;margin-top:-113px}@media screen and (min-width:576px){.nav-global__search-collapse{margin-top:-115px}}@media screen and (min-width:992px){.nav-global__search-collapse{display:block;margin-left:0;margin-right:0;margin-top:0}}.nav-global__search-collapse--visible{display:block;width:100%}.nav-global__search-toggle{top:30px;text-decoration:none!important}.nav-global__search--conatiner{max-width:1100px;margin-left:auto;margin-right:auto}.nav-global__search--open-background{width:120%;background-color:#c61f48;height:65px;position:absolute;z-index:-1;top:-60px;left:-40px}.nav-global__navbar-brand{margin-left:-10px}@media screen and (min-width:410px){.nav-global__navbar-brand{margin-left:-15px}}@media screen and (min-width:488px){.nav-global__navbar-brand{margin-left:-20px}}@media screen and (min-width:576px){.nav-global__navbar-brand{margin-left:-25px}}@media screen and (min-width:768px){.nav-global__navbar-brand{margin-left:-35px}}@media screen and (min-width:992px){.nav-global__navbar-brand{margin-left:-20px}}@media screen and (min-width:1000px){.nav-global__navbar-brand{margin-left:-18px}}@media screen and (min-width:1080px){.nav-global__navbar-brand{margin-left:-22px}}@media screen and (min-width:1200px){.nav-global__navbar-brand{margin-left:-2.5%}}@media screen and (min-width:1600px){.nav-global__navbar-brand{margin-left:-3%}}@media screen and (min-width:1900px){.nav-global__navbar-brand{margin-left:-3.25%}}@media screen and (min-width:2000px){.nav-global__navbar-brand{margin-left:-3.5%}}.nav-global__kcc-logo-inverse{margin-left:-3px;width:50px;margin-right:-10px}@media screen and (min-width:360px){.nav-global__kcc-logo-inverse{width:60px}}@media screen and (min-width:410px){.nav-global__kcc-logo-inverse{width:68px}}@media screen and (min-width:488px){.nav-global__kcc-logo-inverse{width:68px}}@media screen and (min-width:576px){.nav-global__kcc-logo-inverse{width:73px}}@media screen and (min-width:768px){.nav-global__kcc-logo-inverse{width:80px}}@media screen and (min-width:992px){.nav-global__kcc-logo-inverse{width:80px;margin-left:-30px;margin-right:20px}}@media screen and (min-width:1100px){.nav-global__kcc-logo-inverse{width:85px;margin-right:15px}}@media screen and (min-width:1300px){.nav-global__kcc-logo-inverse{width:85px;margin-left:-35px}}@media screen and (min-width:1400px){.nav-global__kcc-logo-inverse{width:85px;margin-left:-40px}}.error__main-heading{color:#c61f48;font-weight:700}.error__sub-heading{color:#0f3b63;font-weight:700}.benefits__typography--caption{bottom:15px;color:#fff;filter:drop-shadow(0 0 2px rgba(0,0,0,.25));font-family:Oswald,sans-serif;font-size:1rem;font-weight:700;letter-spacing:.07rem;position:absolute;right:25px}@media screen and (min-width:768px){.benefits__typography--caption{font-size:1.1rem}}@media screen and (min-width:1000px){.benefits__typography--caption{font-size:1.2rem}}.benefits__typography-h4{font-family:Oswald,sans-serif;font-size:1.6rem;margin-bottom:.5rem}@media screen and (min-width:768px){.benefits__typography-h4{font-size:2rem}}@media screen and (min-width:1200px){.benefits__typography-h4{font-size:2rem;margin-bottom:1.5rem}}@media screen and (min-width:1800px){.benefits__typography-h4{font-size:2.4rem;margin-bottom:1.8rem}}.benefits__typography--h5{color:#c61f48;font-family:Oswald,sans-serif;font-size:2rem;font-weight:700;letter-spacing:.03rem;margin-bottom:40px}@media screen and (min-width:768px){.benefits__typography--h5{font-size:2.8rem}}@media screen and (min-width:992px){.benefits__typography--h5{margin-bottom:60px}}@media screen and (min-width:1200px){.benefits__typography-h5{font-size:3rem}}.benefits__typography--h5--black{color:#000;font-family:Oswald,sans-serif;font-size:2rem;font-weight:400;letter-spacing:.03rem;margin-bottom:60px}@media screen and (min-width:768px){.benefits__typography--h5--black{font-size:2.1rem}}@media screen and (min-width:1200px){.benefits__typography-h5--black{font-size:3rem}}.benefits__typography--student-p{color:#000;font-weight:600;font-size:1.15em;margin-top:15px;margin-bottom:.5rem}.benefits__typography--img-cap{font-size:1.35rem;font-weight:600;display:block}.benefits__typography-itransfer{font-size:1.7rem;font-weight:600;line-height:1;position:absolute;top:4rem;margin-left:-20px}@media screen and (min-width:400px){.benefits__typography-itransfer{font-size:1.8rem}}@media screen and (min-width:768px){.benefits__typography-itransfer{font-size:1.9rem}}.benefits__typography--h6{color:#c61f48;font-family:Saira,"sans-serif";font-weight:700;font-size:2rem;letter-spacing:.03rem}.benefits__typography--thank-you{color:#0f3b63;font-family:Eurostile,sans-serif;font-size:2rem}.benefits__typography--thank-you--message{color:#c61f48;font-family:Saira,"sans-serif";font-weight:700;font-size:1.4rem}@media screen and (min-width:768px){.benefits__typography--thank-you{font-size:2.4rem;margin-left:100px;margin-top:-10px}.benefits__typography--thank-you--message{font-size:1.6rem;margin-left:95px}}@media screen and (min-width:1200px){.benefits__typography--thank-you{font-size:2.6rem}}@media screen and (min-width:1800px){.benefits__typography--thank-you{font-size:3rem;margin-top:-15px}}.benefits__check-svg{margin-top:-60px;width:80px}.benefits__blue-section{background-color:#ccdde1;padding-bottom:25px;padding-top:25px}.benefits__card--spacing{margin-bottom:40px}.benefits__first-section--marg{margin-top:15px;background-color:#ccdde1;padding-bottom:25px;padding-top:25px}@media screen and (min-width:1200px){.benefits__first-section--marg{margin-top:15px}}.benefits__section--marg{margin-top:35px}@media screen and (min-width:1200px){.benefits__section--marg{margin-top:65px}}.benefits__row--pad{margin-top:25px}.benefits__itransfer-img{width:120px;margin-top:40px}@media screen and (min-width:400px){.benefits__itransfer-img{width:140px}}@media screen and (min-width:768px){.benefits__itransfer-img{width:150px}}@media screen and (min-width:992px){.benefits__itransfer-img{margin-top:20px;width:160px}}.benefits__idfpr-img{width:330px}@media screen and (max-width:768px){.benefits__idfpr-img{margin-top:60px}}@media screen and (max-width:992px){.benefits__idfpr-img{margin-bottom:15px}}.benefits__iccb-img{width:250px}@media screen and (max-width:992px){.benefits__iccb-img{margin-top:15px}}.benefits__offset-global-nav{margin-top:60px}.benefits__accredited--card{background-color:#0f3b63;padding:15px 10px 25px;width:90%}@media screen and (min-width:400px){.benefits__accredited--card{width:75%}}@media screen and (min-width:768px){.benefits__accredited--card{width:50%}}@media screen and (min-width:992px){.benefits__accredited--card{width:100%}}@media screen and (min-width:1200px){.benefits__accredited--card{width:75%}}.benefits__accredited--span-l{color:#fff;font-size:2.1rem;font-weight:bolder;display:block;line-height:1;margin-top:-10px;margin-bottom:5px}.benefits__accredited--span-s{color:#fff;font-size:1.1rem;font-style:italic;line-height:.5;font-weight:600;letter-spacing:-.04rem}.benefits__accredited--span--source{display:block}.benefits__accredited--itransfer--wrapper{width:50%}.benefits__borders--circle-img{border:3px solid #fff;filter:drop-shadow(5px 5px 12px #b1b1b1)}#page-top:before{display:block;content:" ";margin-top:-60px;height:60px;visibility:hidden;pointer-events:none}.hero-slider__slider--sub-heading{color:#fff;font-family:Roboto,sans-serif;font-size:.7em;font-weight:400;letter-spacing:.01em;margin-bottom:2px;padding-top:5px;text-transform:uppercase}@media screen and (min-width:768px){.hero-slider__slider--sub-heading{font-size:.9em}}@media screen and (min-width:992px){.hero-slider__slider--sub-heading{font-size:1em}}@media screen and (min-width:1200px){.hero-slider__slider--sub-heading{font-size:1.2em}}.hero-slider__slider--slide-heading{color:#fff;font-family:Libre Franklin,sans-serif;font-size:1em;font-weight:300;letter-spacing:.02em;text-transform:uppercase}@media screen and (min-width:360px){.hero-slider__slider--slide-heading{font-size:1.2em}}@media screen and (min-width:768px){.hero-slider__slider--slide-heading{font-size:2.1em}}@media screen and (min-width:992px){.hero-slider__slider--slide-heading{font-size:2.8em}}@media screen and (min-width:1200px){.hero-slider__slider--slide-heading{font-size:3em}}.hero-slider__heading--bold{color:#fff;filter:drop-shadow(2px 2px 5px #000);font-family:Libre Franklin,sans-serif;font-size:1em;font-weight:500;letter-spacing:.02em;text-transform:uppercase}@media screen and (min-width:360px){.hero-slider__heading--bold{font-size:1.2em}}@media screen and (min-width:768px){.hero-slider__heading--bold{font-size:2.1em}}@media screen and (min-width:992px){.hero-slider__heading--bold{font-size:2.8em}}@media screen and (min-width:1200px){.hero-slider__heading--bold{font-size:3em}}.hero-slider__slider{padding-left:0;padding-right:0}.hero-slider__slider--heading-container{margin-left:.5%;padding-left:5px;position:absolute;top:55%;width:10%;z-index:4444}@media screen and (min-width:488px){.hero-slider__slider--heading-container{top:63%;width:10%}}@media screen and (min-width:576px){.hero-slider__slider--heading-container{top:64%;width:10%}}@media screen and (min-width:768px){.hero-slider__slider--heading-container{padding-left:10px;top:64.5%;width:10%}}@media screen and (min-width:992px){.hero-slider__slider--heading-container{padding-left:20px;top:70%;width:10%}}@media screen and (min-width:1200px){.hero-slider__slider--heading-container{top:71%;width:10%}}.hero-slider__slides-4{width:10%}.hero-slider__slides-8{width:5%}.hero-slider__slider--slide-img{position:relative;width:100%}.hero-slider__slider .slick-next{right:10px}.hero-slider__slider .slick-prev{left:10px;z-index:1}@media screen and (min-width:488px){.hero-slider__slider .slick-next{right:20px}}@media screen and (min-width:488px){.hero-slider__slider .slick-prev{left:20px}}@media screen and (min-width:576px){.hero-slider__slider .slick-next{right:25px}.hero-slider__slider .slick-prev{left:25px}}.hero-slider__slider .slick-next,.hero-slider__slider .slick-prev{height:25px;top:75%;width:25px}@media screen and (min-width:992px){.hero-slider__slider .slick-next,.hero-slider__slider .slick-prev{height:40px;top:80%;width:40px}}.hero-slider__slider .slick-dots li button:before{color:#e5e8ed;font-size:12px;line-height:30px;opacity:1;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.hero-slider__slider .slick-dots li.slick-active button:before{color:#0f3b63;opacity:1;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.hero-slider__slider .slick-dots li{margin-left:1px;margin-right:1px;padding-left:0;padding-right:0}.hero-slider__slider{visibility:hidden}.slick-initialized{visibility:visible}.img-hover__img-wrapper{margin:0 0 15px;right:0}@media (min-width:767px){.img-hover__img-wrapper{margin:0 0 30px}}.img-hover__img-link{border-radius:5px;cursor:pointer;display:block;margin:0 auto;max-width:400px;overflow:hidden;position:relative}.img-hover__hover{background:#0f3b63;border:5px solid #c61f48;border-radius:5px;height:100%;position:absolute;transition:all .5s ease;width:100%;z-index:2;opacity:0}.img-hover__hover--inverse{opacity:.7}.img-hover__hover:hover,.img-hover__thumb-caption:hover+.img-hover__hover{opacity:.85}.img-hover__hover--inverse:hover,.img-hover__thumb-caption:hover+.img-hover__hover--inverse{opacity:0}.img-hover__img-ease{transition:all 1s ease-in-out}.img-hover__img-link:hover img.img-hover__img-ease{-ms-transform:scale(1.2);transform:scale(1.2)}.img-hover__thumb-caption{color:#fff;font-size:20px;height:20px;margin-top:-12px;position:absolute;text-align:center;top:50%;width:100%;z-index:3}.sub-nav__nav-link{color:#0f3b63;font-family:Oswald,sans-serif;font-weight:500;margin-left:10px;margin-right:10px;padding-left:5px;padding-right:5px}.sub-nav__nav-link:hover{color:#c61f48}.nav-item.active .sub-nav__nav-link{border-bottom-color:#c61f48;border-bottom-style:solid;border-bottom-width:thick;padding-bottom:0}.sub-nav__navbar{border:1px solid #b1b1b1;border-radius:3px}.sub-nav__content--wrapper{padding-left:25px;padding-right:25px}.card-section__col--margin-btm{margin-bottom:2.5rem}.card-section__text-wrapper{margin-bottom:10px;min-height:14rem}.positioning__margin-bottom{margin-bottom:30px}@media screen and (min-width:1200px){.positioning__margin-bottom{margin-bottom:40px}}.positioning__margin-top{margin-top:30px}@media screen and (min-width:1200px){.positioning__margin-top{margin-top:40px}}.positioning__heading-margin-bottom{margin-bottom:15px}@media screen and (min-width:1200px){.positioning__heading-margin-bottom{margin-bottom:20px}}.position__offset-fixed-nav{margin-top:115px}@media screen and (min-width:360px){.position__offset-fixed-nav{margin-top:115px}}@media screen and (min-width:410px){.position__offset-fixed-nav{margin-top:120px}}@media screen and (min-width:576px){.position__offset-fixed-nav{margin-top:145px}}@media screen and (min-width:768px){.position__offset-fixed-nav{margin-top:160px}}.positioning__iframe-wrapper{margin-bottom:20px;position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.positioning__iframe-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.margins__col--top{margin-top:40px}.margins__heading--btm{margin-bottom:40px}.margins__heading-tan--btm{margin-bottom:21px}.tables td,.tables th{border:thin solid gray;padding-left:5px;padding-right:5px}.section__heading-underline{background-image:url(/assets/img/heading-bg-underline.png);background-repeat:no-repeat;background-position:0 50px}.section__heading-underline-tan{background-image:url(/assets/img/heading-bg-underline-tan.png);background-repeat:no-repeat;background-position:0 50px}.section__margin-bottom{margin-bottom:3rem}.home__col--heading-underline{background-image:url(/assets/img/heading-bg-underline.png);background-repeat:no-repeat;background-position:0 50px}.home__col--heading-underline-tan{background-image:url(/assets/img/heading-bg-underline-tan.png);background-repeat:no-repeat;background-position:0 50px}
|
1
|
+
.nav-tabs{border-bottom:1px solid #b1b1b1}.nav-tabs .nav-link{background-color:#f8f9fa;border-left-color:#e5e8ed;border-left-style:solid;border-left-width:1px;border-right-color:#e5e8ed;border-right-style:solid;border-right-width:1px;border-top-color:#e5e8ed;border-top-style:solid;border-top-width:1px;border-bottom-color:#b1b1b1}.nav-tabs .nav-link.active{border-color:#b1b1b1 #b1b1b1 #fff}.navbar-brand{margin-right:0}@media screen and (min-width:768px){.navbar-brand{margin-right:1rem}}.editor-link{display:none}.cms-editor-active .editor-link{display:block}.editor-button{display:none}.cms-editor-active .editor-button{display:inline-block}#___gcse_0:focus #gsc-iw-id1,#___gcse_0:hover #gsc-iw-id1{filter:drop-shadow(2px 2px 6px rgba(128,128,128,.5))}#gsc-iw-id1{border-radius:2rem;padding-left:.5rem;border:thin solid #b1b1b1;line-height:1;padding-top:3px;padding-bottom:3px}.gsc-search-button-v2{background-color:transparent!important;border:none!important;pointer-events:auto;position:relative;right:30px;transition-property:right;transition-duration:.2s}.gsst_a .gscb_a{vertical-align:middle}button.gsc-overrides__clear-x{right:48px;padding-right:5px!important}.gsc-search-button-v2 svg{fill:#0f3b63!important;height:1.25rem;width:1.25rem;transition-property:fill;transition-duration:.2s}.gsc-search-button-v2:focus svg,.gsc-search-button-v2:hover svg{fill:#c61f48!important}td.gsc-search-button{display:inline;pointer-events:none;position:absolute;right:50px}@media screen and (min-width:1400px){td.gsc-search-button{right:44px}}.targetx__wrapper{margin-top:-35px;z-index:-1}p.supportInfo{display:none}@media screen and (min-width:1200px){.wForm form>div.oneField{margin-top:0!important}}@media screen and (min-width:1800px){.wForm form>div.oneField{margin-top:10px!important}}.wFormContainer{padding-left:5px!important;padding-right:5px!important}@media screen and (min-width:1600px){.wFormContainer{padding:1rem 2rem!important}}#tfa_11:before{display:block;content:" ";margin-top:-60px;height:60px;visibility:hidden;pointer-events:none}body{font-size:1rem}.typography__nav-heading{-ms-flex-item-align:center;align-self:center;color:#0f3b63;display:inline;font-family:Eurostile,sans-serif;font-size:1.5rem;font-style:italic;font-weight:700;text-transform:uppercase;vertical-align:middle;transition-property:color;transition-timing-function:ease;transition-duration:.4s}.typography__nav-heading:focus,.typography__nav-heading:hover{color:#c61f48}.typography__nav-heading--smaller{font-size:1.2rem}@media screen and (min-width:360px){.typography__nav-heading{font-size:1.8rem}.typography__nav-heading--smaller{font-size:1.35rem}}@media screen and (min-width:410px){.typography__nav-heading{font-size:1.5rem}}@media screen and (min-width:576px){.typography__nav-heading{font-size:2.3rem}}@media screen and (min-width:768px){.typography__nav-heading{font-size:2.4rem}}@media screen and (min-width:1500px){.typography__nav-heading{font-size:2.6rem}}.typography__footer-heading{font-family:Roboto,sans-serif;font-size:1.95rem;font-weight:900}@media screen and (min-width:360px){.typography__footer-heading{font-size:2.2rem}}@media screen and (min-width:375px){.typography__footer-heading{font-size:2.4rem}}@media screen and (min-width:410px){.typography__footer-heading{font-size:2.6rem}}.typography__contacts--name{color:#0f3b63;font-size:1.3em}.typography__contacts--name,.typography__contacts--title{font-family:Roboto,sans-serif;font-weight:700;margin-bottom:.2rem}.typography__contacts--title{color:#666;font-size:1.1em}.typography__orange-h4{color:#f99e1b;font-family:Oswald,sans-serif;font-size:2.4rem}.typography__sub-nav--red-h3{color:#c61f48;font-family:Oswald,sans-serif;font-size:1.4rem;font-weight:500;text-transform:uppercase}@media screen and (min-width:768px){.typography__sub-nav--red-h3{font-size:1.8rem}}.typography__section--heading{color:#c61f48;font-family:Oswald,sans-serif;font-size:2rem;font-weight:500}.typography__nav-link{font-family:Oswald,sans-serif;font-weight:500;text-transform:uppercase}.typography__power-text{color:#fff;font-family:Libre Franklin,sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}@media screen and (min-width:360px){.typography__power-text{font-size:1.3rem}}@media screen and (min-width:768px){.typography__power-text{font-size:2.2rem}}@media screen and (min-width:992px){.typography__power-text{font-size:2.9rem}}@media screen and (min-width:1200px){.typography__power-text{font-size:3.1rem}}.typography__h2{color:#666;font-family:Roboto,sans-serif;font-size:2rem;font-weight:500}.typography__h3{color:#0f3b63;font-size:1.75rem}.typography__h3,.typography__h4{font-family:Roboto,sans-serif;font-weight:600}.typography__h4{color:#c61f48;font-size:1.7rem}.typography__h5{font-size:1.5rem}.typography__h5,.typography__h6{color:#666;font-family:Roboto,sans-serif;font-weight:700}.typography__h6{font-size:1.4rem}.typography__phone--span{font-weight:400}.typography__p--bold{color:#666;font-family:Roboto,sans-serif;font-weight:700;font-size:1.25rem;line-height:1.2}.typography__stories--quote{color:#0f3b63;font-family:Oswald,sans-serif;font-size:1.1em;font-weight:300}@media screen and (min-width:488px){.typography__stories--quote{font-size:1.3rem}}@media screen and (min-width:768px){.typography__stories--quote{font-size:1.2rem}}@media screen and (min-width:992px){.typography__stories--quote{font-size:1.4rem}}.typography__larger-p{font-size:1.3rem}.typography__col--heading-underline{background-image:url(/assets/img/heading-bg-underline.png);background-repeat:no-repeat;background-position:0 50px}.typography__col--heading-underline-tan{background-image:url(/assets/img/heading-bg-underline-tan.png);background-repeat:no-repeat;background-position:0 50px}ol,p,ul:not(.navbar-nav){color:#666;font-family:Open Sans,sans-serif;font-size:1rem}.typography__tables th{color:#c61f48;font-family:Roboto,sans-serif;font-weight:700}.typography__tables td{color:#666;font-family:Open Sans,sans-serif;font-size:1rem}h1 sup,h2 sup,h3 sup,h4 sup,h5 sup,h6 sup{font-size:45%!important;top:-1em;font-weight:400}.typography__register--h2{color:#fff;font-family:eurostile,sans-serif;font-size:2.4rem;font-weight:500;letter-spacing:.03rem;position:relative;top:30%;margin-bottom:-10px}@media screen and (min-width:400px){.typography__register--h2{font-size:3rem}}@media screen and (min-width:768px){.typography__register--h2{font-size:5.2rem}}@media screen and (min-width:1200px){.typography__register--h2{font-size:6rem}}@media screen and (min-width:1800px){.typography__register--h2{font-size:6.6rem}}.typography__register--h3{color:#fff;font-family:eurostile,sans-serif;font-size:1.2rem;font-weight:500;letter-spacing:.03rem;position:relative;top:31%}@media screen and (min-width:400px){.typography__register--h3{font-size:1.45rem;top:30.5%}}@media screen and (min-width:768px){.typography__register--h3{font-size:2.5rem;top:30%}}@media screen and (min-width:1200px){.typography__register--h3{font-size:2.6rem;top:30%}}@media screen and (min-width:1800px){.typography__register--h3{font-size:2.7rem;top:30%}}.typography__register--caption{color:#fff;font-family:Oswald,sans-serif;font-size:1rem;font-weight:500;letter-spacing:.07rem;position:absolute;bottom:15px}@media screen and (min-width:1200px){.typography__register--caption{font-size:1.2rem}}.typography__register-h4{font-family:Oswald,sans-serif;font-size:1.6rem}@media screen and (min-width:768px){.typography__register-h4{font-size:2rem}}@media screen and (min-width:1200px){.typography__register-h4{font-size:2rem}}@media screen and (min-width:1800px){.typography__register-h4{font-size:2.3rem}}.typography__phone--span{color:#fff;font-family:Oswald,sans-serif;font-size:1.3rem;font-weight:500;letter-spacing:.07rem;white-space:nowrap}@media screen and (min-width:768px){.typography__phone--span{font-size:1.45rem}}@media screen and (min-width:1024px){.typography__phone--span{font-size:1.5rem}}.typography__register--h5{color:#c61f48;font-family:Oswald,sans-serif;font-size:2rem;font-weight:700;letter-spacing:.03rem;margin-bottom:50px}@media screen and (min-width:768px){.typography__register--h5{font-size:2.8rem}}@media screen and (min-width:992px){.typography__register--h5{margin-bottom:60px}}@media screen and (min-width:1200px){.typography__register-h5{font-size:3rem}}.typography__register--student-p{color:#000;font-weight:600;font-size:1.2em;margin-top:15px}.typography__register--img-cap{font-weight:600;display:block}.typography__register-itransfer{font-size:1.7rem;font-weight:600;line-height:1;position:absolute;top:4rem;margin-left:-20px}@media screen and (min-width:400px){.typography__register-itransfer{font-size:1.8rem}}@media screen and (min-width:768px){.typography__register-itransfer{font-size:1.9rem}}.typography__register--h6{color:#c61f48;font-family:Saira,"sans-serif";font-weight:700;font-size:2rem;letter-spacing:.03rem}.typography__larger-p{font-size:1.2rem}.typography__register--thank-you{color:#0f3b63;font-family:Eurostile,sans-serif;font-size:2rem}.typography__register--thank-you--message{color:#c61f48;font-family:Saira,"sans-serif";font-weight:700;font-size:1.4rem}@media screen and (min-width:768px){.typography__register--thank-you{font-size:2.4rem}.typography__register--thank-you--message{font-size:1.6rem}}@media screen and (min-width:1200px){.typography__register--thank-you{font-size:2.6rem}}@media screen and (min-width:1800px){.typography__register--thank-you{font-size:3rem}}.links__kcc-logo{display:inline;float:left;width:120px;height:80px}.links__offset:before{content:" ";display:block;height:171px;margin-top:-171px;pointer-events:none;visibility:hidden}@media screen and (min-width:768px){.links__offset:before{height:150px;margin-top:-150px}}.links__darker-link{color:#006ce0}.navbar-light .navbar-nav .links__nav-link--color{color:#0f3b63}.navbar-light .navbar-nav .active>.nav-link{border-bottom-color:#c61f48;border-bottom-style:solid;border-bottom-width:thick;color:#0f3b63;padding-bottom:0}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:#c61f48}.links__phone--span{color:#fff;text-decoration:none}.links__phone--span:visited{color:#fff}.links__no-underline,.links__no-underline:hover,.links__phone--span:hover{text-decoration:none}.navbar-light .navbar-nav .nav-link.buttons__btn-primary-custom{background-color:#c61f48;color:#fff}.navbar-light .navbar-nav .nav-link.buttons__btn-primary-custom:hover{background-color:#0f3b63}.buttons__yt-subscribe{display:inline-block;height:1rem;margin-top:-4px;margin-right:5px;-ms-transform:scale(1.8);transform:scale(1.8);vertical-align:middle;width:1rem}.buttons__custom-danger{margin-right:20px}.buttons__btn-margin-top{margin-top:20px}.btn-primary{background-color:#0051a7;border-color:#003773}.btn-primary:hover{background-color:#022b55;border-color:#021e3d}.img__responsive--svg{max-width:100%}.img__full-width{width:100%}.img__shadow,.img__shadow--border{filter:drop-shadow(3px 3px 10px rgba(126,126,126,.45))}.img__shadow--border{border:3px solid #0f3b63}.header__bg{background-image:url(/assets/img/DSC_8724_4x3.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;height:55%;height:55vh}@media screen and (min-width:1200px){.header__bg{height:auto}}.footer__margin{margin-top:20px}.footer{background-color:#f8f9fa;margin-top:60px;padding-bottom:40px;padding-top:40px;width:100%}a.footer-link{color:#0f3b63}a.footer-link:hover{text-decoration:none!important;color:#c61f48}.footer-heading{transition-property:color;transition-timing-function:ease;transition-duration:.3s}.footer-icons{background-color:#c61f48;border-radius:50%;transition-property:background-color;transition-timing-function:ease;transition-duration:.3s;height:33px;margin:4px;padding:2px;width:33px}@media screen and (min-width:360px){.footer-icons{height:40px;margin:5px;width:40px}}@media screen and (min-width:412px){.footer-icons{height:50px;width:50px}}a.footer-social-links,a.footer-social-links .footer-icons{text-decoration:none!important}a.footer-social-links:hover .footer-icons{text-decoration:none!important;background-color:#0f3b63}.footer__mobile--margin-bottom{margin-bottom:20px}@media screen and (min-width:992px){.footer__mobile--margin-bottom{margin-bottom:0}}.slider-container{padding-left:0;padding-right:0}@media screen and (min-width:1400px){.index-slider-container,.slider-container{max-width:1300px}}.slider-row{margin-left:0;margin-right:0}.heading-container{border-left-color:#fff;border-left-style:solid;border-left-width:2px;margin-left:.9%;padding-left:5px;position:absolute;top:55%;width:7%;z-index:4444}@media screen and (min-width:488px){.heading-container{top:60%;width:6%}}@media screen and (min-width:768px){.heading-container{margin-left:.7%;padding-left:10px;top:61%;width:6%}}@media screen and (min-width:992px){.heading-container{margin-left:.6%;padding-left:20px;top:67%}}@media screen and (min-width:1200px){.heading-container{top:69%}}.baseballSlider .slide-img,.heroSlider .slide-img{position:relative;width:100%}.baseballSlider .slick-next,.heroSlider .slick-next{right:20px}.baseballSlider .slick-prev,.heroSlider .slick-prev{left:20px;z-index:4}@media screen and (min-width:576px){.baseballSlider .slick-next,.heroSlider .slick-next{right:25px}.baseballSlider .slick-prev,.heroSlider .slick-prev{left:25px;z-index:4}}.baseballSlider .slick-next,.baseballSlider .slick-prev,.heroSlider .slick-next,.heroSlider .slick-prev{height:25px;top:75%;width:25px}@media screen and (min-width:992px){.baseballSlider .slick-next,.baseballSlider .slick-prev,.heroSlider .slick-next,.heroSlider .slick-prev{height:40px;top:80%;width:40px}}.baseballSlider .slick-dots li button:before,.heroSlider .slick-dots li button:before{color:#e5e8ed;font-size:12px;line-height:30px;opacity:1;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.baseballSlider .slick-dots li.slick-active button:before,.heroSlider .slick-dots li.slick-active button:before{color:#0f3b63;opacity:1;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.baseballSlider .slick-dots li,.heroSlider .slick-dots li{margin-left:1px;margin-right:1px;padding-left:0;padding-right:0}.njcaa-link{margin-top:30px;position:absolute;right:15%;z-index:1000}@media screen and (min-width:1600px){.njcaa-link{right:20%}}@media screen and (min-width:1900px){.njcaa-link{right:25%}}@media screen and (min-width:1200px){.njcaa-logo{width:175px}}@media screen and (min-width:1600px){.njcaa-logo{width:200px}}.baseballSlider{visibility:hidden}.slick-track{margin-left:0}.nav-local{top:55px;border-bottom-color:#b1b1b1;border-bottom-style:solid;border-bottom-width:1px}.nav-local__search-toggle{top:86px}.nav-local .nav-link{margin-left:10px;margin-right:10px}@media screen and (min-width:992px){.nav-local .nav-link{margin-left:5px;margin-right:5px}}@media screen and (min-width:1200px){.nav-local .nav-link{margin-left:10px;margin-right:10px}}#mainNav,.navbar-brand{transition:all .4s ease}@media screen and (min-width:992px){#mainNav.navbar-shrink{padding-top:0;padding-bottom:0;opacity:.96}#mainNav.navbar-shrink .navbar-brand{-ms-transform:scale(.8);transform:scale(.8)}}.social-icons__icons{background-color:#c61f48;border-radius:50%;height:33px;margin:4px;padding:2px;transition-property:background-color;transition-timing-function:ease;transition-duration:.3s;width:33px}@media screen and (min-width:360px){.social-icons__icons{height:40px;margin:5px;width:40px}}@media screen and (min-width:412px){.social-icons__icons{height:50px;width:50px}}a.social-icons__links,a.social-icons__links .social-icons__icons{text-decoration:none!important}a.social-icons__links:hover .social-icons__icons{text-decoration:none!important;background-color:#0f3b63}.nav-global{background-color:#c61f48;height:56px;margin-left:0;margin-right:0;max-width:100%;min-width:100%;padding-bottom:5px;padding-left:5%;padding-top:5px;width:100%;z-index:1031}.nav-global__kcc-logo{margin-left:5px;width:190px}@media screen and (min-width:360px){.nav-global__kcc-logo{width:220px}}@media screen and (min-width:375px){.nav-global__kcc-logo{width:230px}}@media screen and (min-width:410px){.nav-global__kcc-logo{width:255px}}@media screen and (min-width:488px){.nav-global__kcc-logo{width:260px}}@media screen and (min-width:576px){.nav-global__kcc-logo{width:300px}}@media screen and (min-width:768px){.nav-global__kcc-logo{width:320px}}@media screen and (min-width:992px) and (max-width:1100px){.nav-global__kcc-logo{margin-left:-25px;width:310px}}@media screen and (min-width:1100px){.nav-global__kcc-logo{margin-left:-25px;width:340px}}.clearSearch{background-position:center 72px;padding-top:72px}.search-row{background-color:#005bac;height:46px}.nav-global__gcse-wrapper{margin-left:-5px}@media screen and (min-width:992px){.nav-global__gcse-wrapper{display:block;float:right;margin-top:-18px;width:50%}}.nav-global__search-icon{background-position:50%;background-size:20px 20px;background-repeat:no-repeat;display:inline;height:22px;margin:4px;pointer-events:none;width:22px}@media screen and (min-width:360px){.nav-global__search-icon{background-size:21px 21px}}@media screen and (min-width:410px){.nav-global__search-icon{background-size:22px 22px}}@media screen and (min-width:576px){.nav-global__search-icon{background-size:24px 24px;height:24px;width:24px}}@media screen and (min-width:768px){.nav-global__search-icon{background-size:25px 25px;height:26px;width:26px}}.nav-global .nav-global__search-toggle .nav-global__search-icon{float:right}.nav-global__search-collapse{display:none;margin-top:-113px}@media screen and (min-width:576px){.nav-global__search-collapse{margin-top:-115px}}@media screen and (min-width:992px){.nav-global__search-collapse{display:block;margin-left:0;margin-right:0;margin-top:0}}.nav-global__search-collapse--visible{display:block;width:100%}.nav-global__search-toggle{top:30px;text-decoration:none!important}.nav-global__search--conatiner{max-width:1100px;margin-left:auto;margin-right:auto}.nav-global__search--open-background{width:120%;background-color:#c61f48;height:65px;position:absolute;z-index:-1;top:-60px;left:-40px}.nav-global__navbar-brand{margin-left:-10px}@media screen and (min-width:410px){.nav-global__navbar-brand{margin-left:-15px}}@media screen and (min-width:488px){.nav-global__navbar-brand{margin-left:-20px}}@media screen and (min-width:576px){.nav-global__navbar-brand{margin-left:-25px}}@media screen and (min-width:768px){.nav-global__navbar-brand{margin-left:-35px}}@media screen and (min-width:992px){.nav-global__navbar-brand{margin-left:-20px}}@media screen and (min-width:1000px){.nav-global__navbar-brand{margin-left:-18px}}@media screen and (min-width:1080px){.nav-global__navbar-brand{margin-left:-22px}}@media screen and (min-width:1200px){.nav-global__navbar-brand{margin-left:-2.5%}}@media screen and (min-width:1600px){.nav-global__navbar-brand{margin-left:-3%}}@media screen and (min-width:1900px){.nav-global__navbar-brand{margin-left:-3.25%}}@media screen and (min-width:2000px){.nav-global__navbar-brand{margin-left:-3.5%}}.nav-global__kcc-logo-inverse{margin-left:-3px;width:50px;margin-right:-10px}@media screen and (min-width:360px){.nav-global__kcc-logo-inverse{width:60px}}@media screen and (min-width:410px){.nav-global__kcc-logo-inverse{width:68px}}@media screen and (min-width:488px){.nav-global__kcc-logo-inverse{width:68px}}@media screen and (min-width:576px){.nav-global__kcc-logo-inverse{width:73px}}@media screen and (min-width:768px){.nav-global__kcc-logo-inverse{width:80px}}@media screen and (min-width:992px){.nav-global__kcc-logo-inverse{width:80px;margin-left:-30px;margin-right:20px}}@media screen and (min-width:1100px){.nav-global__kcc-logo-inverse{width:85px;margin-right:15px}}@media screen and (min-width:1300px){.nav-global__kcc-logo-inverse{width:85px;margin-left:-35px}}@media screen and (min-width:1400px){.nav-global__kcc-logo-inverse{width:85px;margin-left:-40px}}.error__main-heading{color:#c61f48;font-weight:700}.error__sub-heading{color:#0f3b63;font-weight:700}.benefits__typography--caption{bottom:15px;color:#fff;filter:drop-shadow(0 0 2px rgba(0,0,0,.25));font-family:Oswald,sans-serif;font-size:1rem;font-weight:700;letter-spacing:.07rem;position:absolute;right:25px}@media screen and (min-width:768px){.benefits__typography--caption{font-size:1.1rem}}@media screen and (min-width:1000px){.benefits__typography--caption{font-size:1.2rem}}.benefits__typography-h4{font-family:Oswald,sans-serif;font-size:1.6rem;margin-bottom:.5rem}@media screen and (min-width:768px){.benefits__typography-h4{font-size:2rem}}@media screen and (min-width:1200px){.benefits__typography-h4{font-size:2rem;margin-bottom:1.5rem}}@media screen and (min-width:1800px){.benefits__typography-h4{font-size:2.4rem;margin-bottom:1.8rem}}.benefits__typography--h5{color:#c61f48;font-family:Oswald,sans-serif;font-size:2rem;font-weight:700;letter-spacing:.03rem;margin-bottom:40px}@media screen and (min-width:768px){.benefits__typography--h5{font-size:2.8rem}}@media screen and (min-width:992px){.benefits__typography--h5{margin-bottom:60px}}@media screen and (min-width:1200px){.benefits__typography-h5{font-size:3rem}}.benefits__typography--h5--black{color:#000;font-family:Oswald,sans-serif;font-size:2rem;font-weight:400;letter-spacing:.03rem;margin-bottom:60px}@media screen and (min-width:768px){.benefits__typography--h5--black{font-size:2.1rem}}@media screen and (min-width:1200px){.benefits__typography-h5--black{font-size:3rem}}.benefits__typography--student-p{color:#000;font-weight:600;font-size:1.15em;margin-top:15px;margin-bottom:.5rem}.benefits__typography--img-cap{font-size:1.35rem;font-weight:600;display:block}.benefits__typography-itransfer{font-size:1.7rem;font-weight:600;line-height:1;position:absolute;top:4rem;margin-left:-20px}@media screen and (min-width:400px){.benefits__typography-itransfer{font-size:1.8rem}}@media screen and (min-width:768px){.benefits__typography-itransfer{font-size:1.9rem}}.benefits__typography--h6{color:#c61f48;font-family:Saira,"sans-serif";font-weight:700;font-size:2rem;letter-spacing:.03rem}.benefits__typography--thank-you{color:#0f3b63;font-family:Eurostile,sans-serif;font-size:2rem}.benefits__typography--thank-you--message{color:#c61f48;font-family:Saira,"sans-serif";font-weight:700;font-size:1.4rem}@media screen and (min-width:768px){.benefits__typography--thank-you{font-size:2.4rem;margin-left:100px;margin-top:-10px}.benefits__typography--thank-you--message{font-size:1.6rem;margin-left:95px}}@media screen and (min-width:1200px){.benefits__typography--thank-you{font-size:2.6rem}}@media screen and (min-width:1800px){.benefits__typography--thank-you{font-size:3rem;margin-top:-15px}}.benefits__check-svg{margin-top:-60px;width:80px}.benefits__blue-section{background-color:#ccdde1;padding-bottom:25px;padding-top:25px}.benefits__card--spacing{margin-bottom:40px}.benefits__first-section--marg{margin-top:15px;background-color:#ccdde1;padding-bottom:25px;padding-top:25px}@media screen and (min-width:1200px){.benefits__first-section--marg{margin-top:15px}}.benefits__section--marg{margin-top:35px}@media screen and (min-width:1200px){.benefits__section--marg{margin-top:65px}}.benefits__row--pad{margin-top:25px}.benefits__itransfer-img{width:120px;margin-top:40px}@media screen and (min-width:400px){.benefits__itransfer-img{width:140px}}@media screen and (min-width:768px){.benefits__itransfer-img{width:150px}}@media screen and (min-width:992px){.benefits__itransfer-img{margin-top:20px;width:160px}}.benefits__idfpr-img{width:330px}@media screen and (max-width:768px){.benefits__idfpr-img{margin-top:60px}}@media screen and (max-width:992px){.benefits__idfpr-img{margin-bottom:15px}}.benefits__iccb-img{width:250px}@media screen and (max-width:992px){.benefits__iccb-img{margin-top:15px}}.benefits__offset-global-nav{margin-top:60px}.benefits__accredited--card{background-color:#0f3b63;padding:15px 10px 25px;width:90%}@media screen and (min-width:400px){.benefits__accredited--card{width:75%}}@media screen and (min-width:768px){.benefits__accredited--card{width:50%}}@media screen and (min-width:992px){.benefits__accredited--card{width:100%}}@media screen and (min-width:1200px){.benefits__accredited--card{width:75%}}.benefits__accredited--span-l{color:#fff;font-size:2.1rem;font-weight:bolder;display:block;line-height:1;margin-top:-10px;margin-bottom:5px}.benefits__accredited--span-s{color:#fff;font-size:1.1rem;font-style:italic;line-height:.5;font-weight:600;letter-spacing:-.04rem}.benefits__accredited--span--source{display:block}.benefits__accredited--itransfer--wrapper{width:50%}.benefits__borders--circle-img{border:3px solid #fff;filter:drop-shadow(5px 5px 12px #b1b1b1)}#page-top:before{display:block;content:" ";margin-top:-60px;height:60px;visibility:hidden;pointer-events:none}.hero-slider__slider--sub-heading{color:#fff;font-family:Roboto,sans-serif;font-size:.7em;font-weight:400;letter-spacing:.01em;margin-bottom:2px;padding-top:5px;text-transform:uppercase}@media screen and (min-width:768px){.hero-slider__slider--sub-heading{font-size:.9em}}@media screen and (min-width:992px){.hero-slider__slider--sub-heading{font-size:1em}}@media screen and (min-width:1200px){.hero-slider__slider--sub-heading{font-size:1.2em}}.hero-slider__slider--slide-heading{color:#fff;font-family:Libre Franklin,sans-serif;font-size:1em;font-weight:300;letter-spacing:.02em;text-transform:uppercase}@media screen and (min-width:360px){.hero-slider__slider--slide-heading{font-size:1.2em}}@media screen and (min-width:768px){.hero-slider__slider--slide-heading{font-size:2.1em}}@media screen and (min-width:992px){.hero-slider__slider--slide-heading{font-size:2.8em}}@media screen and (min-width:1200px){.hero-slider__slider--slide-heading{font-size:3em}}.hero-slider__heading--bold{color:#fff;filter:drop-shadow(2px 2px 5px #000);font-family:Libre Franklin,sans-serif;font-size:1em;font-weight:500;letter-spacing:.02em;text-transform:uppercase}@media screen and (min-width:360px){.hero-slider__heading--bold{font-size:1.2em}}@media screen and (min-width:768px){.hero-slider__heading--bold{font-size:2.1em}}@media screen and (min-width:992px){.hero-slider__heading--bold{font-size:2.8em}}@media screen and (min-width:1200px){.hero-slider__heading--bold{font-size:3em}}.hero-slider__slider{padding-left:0;padding-right:0}.hero-slider__slider--heading-container{margin-left:.5%;padding-left:5px;position:absolute;top:55%;width:10%;z-index:4444}@media screen and (min-width:488px){.hero-slider__slider--heading-container{top:63%;width:10%}}@media screen and (min-width:576px){.hero-slider__slider--heading-container{top:64%;width:10%}}@media screen and (min-width:768px){.hero-slider__slider--heading-container{padding-left:10px;top:64.5%;width:10%}}@media screen and (min-width:992px){.hero-slider__slider--heading-container{padding-left:20px;top:70%;width:10%}}@media screen and (min-width:1200px){.hero-slider__slider--heading-container{top:71%;width:10%}}.hero-slider__slides-4{width:10%}.hero-slider__slides-8{width:5%}.hero-slider__slider--slide-img{position:relative;width:100%}.hero-slider__slider .slick-next{right:10px}.hero-slider__slider .slick-prev{left:10px;z-index:1}@media screen and (min-width:488px){.hero-slider__slider .slick-next{right:20px}}@media screen and (min-width:488px){.hero-slider__slider .slick-prev{left:20px}}@media screen and (min-width:576px){.hero-slider__slider .slick-next{right:25px}.hero-slider__slider .slick-prev{left:25px}}.hero-slider__slider .slick-next,.hero-slider__slider .slick-prev{height:25px;top:75%;width:25px}@media screen and (min-width:992px){.hero-slider__slider .slick-next,.hero-slider__slider .slick-prev{height:40px;top:80%;width:40px}}.hero-slider__slider .slick-dots li button:before{color:#e5e8ed;font-size:12px;line-height:30px;opacity:1;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.hero-slider__slider .slick-dots li.slick-active button:before{color:#0f3b63;opacity:1;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.hero-slider__slider .slick-dots li{margin-left:1px;margin-right:1px;padding-left:0;padding-right:0}.hero-slider__slider{visibility:hidden}.slick-initialized{visibility:visible}.img-hover__img-wrapper{margin:0 0 15px;right:0}@media (min-width:767px){.img-hover__img-wrapper{margin:0 0 30px}}.img-hover__img-link{border-radius:5px;cursor:pointer;display:block;margin:0 auto;max-width:400px;overflow:hidden;position:relative}.img-hover__hover{background:#0f3b63;border:5px solid #c61f48;border-radius:5px;height:100%;position:absolute;transition:all .5s ease;width:100%;z-index:2;opacity:0}.img-hover__hover--inverse{opacity:.7}.img-hover__hover:hover,.img-hover__thumb-caption:hover+.img-hover__hover{opacity:.85}.img-hover__hover--inverse:hover,.img-hover__thumb-caption:hover+.img-hover__hover--inverse{opacity:0}.img-hover__img-ease{transition:all 1s ease-in-out}.img-hover__img-link:hover img.img-hover__img-ease{-ms-transform:scale(1.2);transform:scale(1.2)}.img-hover__thumb-caption{color:#fff;font-size:20px;height:20px;margin-top:-12px;position:absolute;text-align:center;top:50%;width:100%;z-index:3}.sub-nav__nav-link{color:#0f3b63;font-family:Oswald,sans-serif;font-weight:500;margin-left:10px;margin-right:10px;padding-left:5px;padding-right:5px}.sub-nav__nav-link:hover{color:#c61f48}.nav-item.active .sub-nav__nav-link{border-bottom-color:#c61f48;border-bottom-style:solid;border-bottom-width:thick;padding-bottom:0}.sub-nav__navbar{border:1px solid #b1b1b1;border-radius:3px}.sub-nav__content--wrapper{padding-left:25px;padding-right:25px}.card-section__col--margin-btm{margin-bottom:2.5rem}.card-section__text-wrapper{margin-bottom:10px;min-height:14rem}.positioning__margin-bottom{margin-bottom:30px}@media screen and (min-width:1200px){.positioning__margin-bottom{margin-bottom:40px}}.positioning__margin-top{margin-top:30px}@media screen and (min-width:1200px){.positioning__margin-top{margin-top:40px}}.positioning__heading-margin-bottom{margin-bottom:15px}@media screen and (min-width:1200px){.positioning__heading-margin-bottom{margin-bottom:20px}}.position__offset-fixed-nav{margin-top:115px}@media screen and (min-width:360px){.position__offset-fixed-nav{margin-top:115px}}@media screen and (min-width:410px){.position__offset-fixed-nav{margin-top:120px}}@media screen and (min-width:576px){.position__offset-fixed-nav{margin-top:145px}}@media screen and (min-width:768px){.position__offset-fixed-nav{margin-top:160px}}.positioning__iframe-wrapper{margin-bottom:20px;position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.positioning__iframe-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.positioning__accordian--padding{margin-top:15px;padding-left:5px;padding-right:5px}@media screen and (min-width:992px){.positioning__accordian--padding{margin-top:60px}}.positioning__accordian-marg{margin-top:75px}.positioning__card--spacing{margin-bottom:40px}.positioning__first-section--marg{margin-top:15px;background-color:#ccdde1;padding-bottom:25px;padding-top:25px}@media screen and (min-width:1200px){.positioning__first-section--marg{margin-top:15px}}.positioning__section--marg{margin-top:35px}@media screen and (min-width:1200px){.positioning__section--marg{margin-top:65px}}.positioning__row--pad{margin-top:25px}.positioning__register--itransfer-img{width:120px;margin-top:40px}@media screen and (min-width:400px){.positioning__register--itransfer-img{width:140px}}@media screen and (min-width:768px){.positioning__register--itransfer-img{width:150px}}@media screen and (min-width:992px){.positioning__register--itransfer-img{padding-left:25px}}.positioning__register--mobile-row--pad{padding-left:0}@media screen and (min-width:576px){.positioning__register--mobile-row--pad{padding-left:20%}}@media screen and (min-width:992px){.positioning__register--mobile-row--pad{padding-left:0}}.positioning__register--idfpr-img{width:330px;margin-top:60px}@media screen and (max-width:992px){.positioning__register--idfpr-img{margin-bottom:15px}}.positioning__register--iccb-img{width:250px}@media screen and (max-width:992px){.positioning__register--iccb-img{margin-top:15px}}.positioning__heading--row{margin-top:16%}.positioning__check-svg{margin-top:-60px;width:80px}.positioning__blue-section{background-color:#ccdde1;padding-bottom:25px;padding-top:25px}.positioning__col--offset{margin-right:-25px}@media screen and (min-width:768px){.positioning__col--offset{margin-right:-45px}}.positioning__offset-global-nav{margin-top:60px}.margins__col--top{margin-top:40px}.margins__heading--btm{margin-bottom:40px}.margins__heading-tan--btm{margin-bottom:21px}.tables td,.tables th{border:thin solid gray;padding-left:5px;padding-right:5px}.section__heading-underline{background-image:url(/assets/img/heading-bg-underline.png);background-repeat:no-repeat;background-position:0 50px}.section__heading-underline-tan{background-image:url(/assets/img/heading-bg-underline-tan.png);background-repeat:no-repeat;background-position:0 50px}.section__margin-bottom{margin-bottom:3rem}.home__col--heading-underline{background-image:url(/assets/img/heading-bg-underline.png);background-repeat:no-repeat;background-position:0 50px}.home__col--heading-underline-tan{background-image:url(/assets/img/heading-bg-underline-tan.png);background-repeat:no-repeat;background-position:0 50px}
|
Binary file
|
@@ -0,0 +1,46 @@
|
|
1
|
+
// TARGETX STYLES
|
2
|
+
// ========================================
|
3
|
+
|
4
|
+
.targetx__wrapper {
|
5
|
+
margin-top: -35px;
|
6
|
+
z-index: -1;
|
7
|
+
}
|
8
|
+
|
9
|
+
// STYLE OVERRIDES TO TARGETX's STYLESHEET:
|
10
|
+
// ========================================
|
11
|
+
|
12
|
+
p.supportInfo {
|
13
|
+
display: none; // Hides an empty paragraph that just makes the form longer
|
14
|
+
}
|
15
|
+
|
16
|
+
@media screen and (min-width: 1200px) {
|
17
|
+
.wForm form > div.oneField {
|
18
|
+
margin-top: 0 !important; // Makes the spacing between form questions tighter/closer-together
|
19
|
+
}
|
20
|
+
}
|
21
|
+
|
22
|
+
@media screen and (min-width: 1800px) {
|
23
|
+
.wForm form > div.oneField {
|
24
|
+
margin-top: 10px !important; // Makes the spacing between form questions tighter/closer-together
|
25
|
+
}
|
26
|
+
}
|
27
|
+
|
28
|
+
.wFormContainer {
|
29
|
+
padding-left: 5px !important;
|
30
|
+
padding-right: 5px !important;
|
31
|
+
}
|
32
|
+
|
33
|
+
@media screen and (min-width: 1600px) {
|
34
|
+
.wFormContainer {
|
35
|
+
padding: 1rem 2rem !important;
|
36
|
+
}
|
37
|
+
}
|
38
|
+
|
39
|
+
#tfa_11::before {
|
40
|
+
display: block;
|
41
|
+
content: " ";
|
42
|
+
margin-top: -60px;
|
43
|
+
height: 60px;
|
44
|
+
visibility: hidden;
|
45
|
+
pointer-events: none;
|
46
|
+
}
|
@@ -236,6 +236,31 @@ body {
|
|
236
236
|
line-height: 1.2;
|
237
237
|
}
|
238
238
|
|
239
|
+
.typography__stories--quote {
|
240
|
+
color: $primary-blue;
|
241
|
+
font-family: 'Oswald', sans-serif;
|
242
|
+
font-size: 1.1em;
|
243
|
+
font-weight: 300;
|
244
|
+
}
|
245
|
+
|
246
|
+
@media screen and (min-width: 488px) {
|
247
|
+
.typography__stories--quote {
|
248
|
+
font-size: 1.3rem;
|
249
|
+
}
|
250
|
+
}
|
251
|
+
|
252
|
+
@media screen and (min-width: 768px) {
|
253
|
+
.typography__stories--quote {
|
254
|
+
font-size: 1.2rem;
|
255
|
+
}
|
256
|
+
}
|
257
|
+
|
258
|
+
@media screen and (min-width: 992px) {
|
259
|
+
.typography__stories--quote {
|
260
|
+
font-size: 1.4rem;
|
261
|
+
}
|
262
|
+
}
|
263
|
+
|
239
264
|
.typography__larger-p {
|
240
265
|
font-size: 1.3rem;
|
241
266
|
}
|
@@ -279,3 +304,249 @@ h1 sup, h2 sup, h3 sup, h4 sup, h5 sup, h6 sup { // Make superscripts within hea
|
|
279
304
|
top: -1em;
|
280
305
|
font-weight: normal;
|
281
306
|
}
|
307
|
+
.typography__register--h2 {
|
308
|
+
color: $white;
|
309
|
+
font-family: eurostile, sans-serif;
|
310
|
+
font-size: 2.4rem;
|
311
|
+
font-weight: $font-weight-boldish;
|
312
|
+
letter-spacing: .03rem;
|
313
|
+
position: relative;
|
314
|
+
top: 30%;
|
315
|
+
margin-bottom: -10px;
|
316
|
+
}
|
317
|
+
|
318
|
+
@media screen and (min-width: 400px) {
|
319
|
+
.typography__register--h2 {
|
320
|
+
font-size: 3rem;
|
321
|
+
}
|
322
|
+
}
|
323
|
+
|
324
|
+
@media screen and (min-width: 768px) {
|
325
|
+
.typography__register--h2 {
|
326
|
+
font-size: 5.2rem;
|
327
|
+
}
|
328
|
+
}
|
329
|
+
|
330
|
+
@media screen and (min-width: 1200px) {
|
331
|
+
.typography__register--h2 {
|
332
|
+
font-size: 6rem;
|
333
|
+
}
|
334
|
+
}
|
335
|
+
|
336
|
+
@media screen and (min-width: 1800px) {
|
337
|
+
.typography__register--h2 {
|
338
|
+
font-size: 6.6rem;
|
339
|
+
}
|
340
|
+
}
|
341
|
+
|
342
|
+
.typography__register--h3 {
|
343
|
+
color: $white;
|
344
|
+
font-family: eurostile, sans-serif;
|
345
|
+
font-size: 1.2rem;
|
346
|
+
font-weight: $font-weight-boldish;
|
347
|
+
letter-spacing: .03rem;
|
348
|
+
position: relative;
|
349
|
+
top: 31%;
|
350
|
+
}
|
351
|
+
|
352
|
+
@media screen and (min-width: 400px) {
|
353
|
+
.typography__register--h3 {
|
354
|
+
font-size: 1.45rem;
|
355
|
+
top: 30.5%;
|
356
|
+
}
|
357
|
+
}
|
358
|
+
|
359
|
+
@media screen and (min-width: 768px) {
|
360
|
+
.typography__register--h3 {
|
361
|
+
font-size: 2.5rem;
|
362
|
+
top: 30%;
|
363
|
+
}
|
364
|
+
}
|
365
|
+
|
366
|
+
@media screen and (min-width: 1200px) {
|
367
|
+
.typography__register--h3 {
|
368
|
+
font-size: 2.6rem;
|
369
|
+
top: 30%;
|
370
|
+
}
|
371
|
+
}
|
372
|
+
|
373
|
+
@media screen and (min-width: 1800px) {
|
374
|
+
.typography__register--h3 {
|
375
|
+
font-size: 2.7rem;
|
376
|
+
top: 30%;
|
377
|
+
}
|
378
|
+
}
|
379
|
+
|
380
|
+
.typography__register--caption {
|
381
|
+
color: $white;
|
382
|
+
font-family: $font-family-oswald;
|
383
|
+
font-size: 1rem;
|
384
|
+
font-weight: $font-weight-boldish;
|
385
|
+
letter-spacing: .07rem;
|
386
|
+
position: absolute;
|
387
|
+
bottom: 15px;
|
388
|
+
}
|
389
|
+
|
390
|
+
@media screen and (min-width: 1200px) {
|
391
|
+
.typography__register--caption {
|
392
|
+
font-size: 1.2rem;
|
393
|
+
}
|
394
|
+
}
|
395
|
+
|
396
|
+
.typography__register-h4 {
|
397
|
+
font-family: $font-family-oswald;
|
398
|
+
font-size: 1.6rem;
|
399
|
+
}
|
400
|
+
|
401
|
+
@media screen and (min-width: 768px) {
|
402
|
+
.typography__register-h4 {
|
403
|
+
font-size: 2rem;
|
404
|
+
}
|
405
|
+
}
|
406
|
+
|
407
|
+
@media screen and (min-width: 1200px) {
|
408
|
+
.typography__register-h4 {
|
409
|
+
font-size: 2rem;
|
410
|
+
}
|
411
|
+
}
|
412
|
+
|
413
|
+
@media screen and (min-width: 1800px) {
|
414
|
+
.typography__register-h4 {
|
415
|
+
font-size: 2.3rem;
|
416
|
+
}
|
417
|
+
}
|
418
|
+
|
419
|
+
.typography__phone--span {
|
420
|
+
color: $white;
|
421
|
+
font-family: $font-family-oswald;
|
422
|
+
font-size: 1.3rem;
|
423
|
+
font-weight: $font-weight-boldish;
|
424
|
+
letter-spacing: .07rem;
|
425
|
+
white-space: nowrap;
|
426
|
+
}
|
427
|
+
|
428
|
+
@media screen and (min-width: 768px) {
|
429
|
+
.typography__phone--span {
|
430
|
+
font-size: 1.45rem;
|
431
|
+
}
|
432
|
+
}
|
433
|
+
|
434
|
+
@media screen and (min-width: 1024px) {
|
435
|
+
.typography__phone--span {
|
436
|
+
font-size: 1.5rem;
|
437
|
+
}
|
438
|
+
}
|
439
|
+
|
440
|
+
.typography__register--h5 {
|
441
|
+
color: $primary-red;
|
442
|
+
font-family: $font-family-oswald;
|
443
|
+
font-size: 2rem;
|
444
|
+
font-weight: $font-weight-bold;
|
445
|
+
letter-spacing: .03rem;
|
446
|
+
margin-bottom: 50px;
|
447
|
+
}
|
448
|
+
|
449
|
+
@media screen and (min-width: 768px) {
|
450
|
+
.typography__register--h5 {
|
451
|
+
font-size: 2.8rem;
|
452
|
+
}
|
453
|
+
}
|
454
|
+
|
455
|
+
@media screen and (min-width: 992px) {
|
456
|
+
.typography__register--h5 {
|
457
|
+
margin-bottom: 60px;
|
458
|
+
}
|
459
|
+
}
|
460
|
+
|
461
|
+
@media screen and (min-width: 1200px) {
|
462
|
+
.typography__register-h5 {
|
463
|
+
font-size: 3rem;
|
464
|
+
}
|
465
|
+
}
|
466
|
+
|
467
|
+
.typography__register--student-p {
|
468
|
+
color: $black;
|
469
|
+
font-weight: 600;
|
470
|
+
font-size: 1.2em;
|
471
|
+
margin-top: 15px;
|
472
|
+
}
|
473
|
+
|
474
|
+
.typography__register--img-cap {
|
475
|
+
font-weight: 600;
|
476
|
+
display: block;
|
477
|
+
}
|
478
|
+
|
479
|
+
.typography__register-itransfer {
|
480
|
+
font-size: 1.7rem;
|
481
|
+
font-weight: 600;
|
482
|
+
line-height: 1;
|
483
|
+
position: absolute;
|
484
|
+
top: 4rem;
|
485
|
+
margin-left: -20px;
|
486
|
+
}
|
487
|
+
|
488
|
+
@media screen and (min-width: 400px) {
|
489
|
+
.typography__register-itransfer {
|
490
|
+
font-size: 1.8rem;
|
491
|
+
}
|
492
|
+
}
|
493
|
+
|
494
|
+
@media screen and (min-width: 768px) {
|
495
|
+
.typography__register-itransfer {
|
496
|
+
font-size: 1.9rem;
|
497
|
+
}
|
498
|
+
}
|
499
|
+
|
500
|
+
.typography__register--h6 {
|
501
|
+
color: $primary-red;
|
502
|
+
font-family: $font-family-saira;
|
503
|
+
font-weight: 700;
|
504
|
+
font-size: 2rem;
|
505
|
+
letter-spacing: .03rem;
|
506
|
+
}
|
507
|
+
|
508
|
+
#page-top::before {
|
509
|
+
display: block;
|
510
|
+
content: " ";
|
511
|
+
margin-top: -60px;
|
512
|
+
height: 60px;
|
513
|
+
visibility: hidden;
|
514
|
+
pointer-events: none;
|
515
|
+
}
|
516
|
+
|
517
|
+
.typography__larger-p {
|
518
|
+
font-size: 1.2rem;
|
519
|
+
}
|
520
|
+
|
521
|
+
.typography__register--thank-you {
|
522
|
+
color: $primary-blue;
|
523
|
+
font-family: $font-family-kcc;
|
524
|
+
font-size: 2rem;
|
525
|
+
&--message {
|
526
|
+
color: $primary-red;
|
527
|
+
font-family: $font-family-saira;
|
528
|
+
font-weight: $font-weight-bold;
|
529
|
+
font-size: 1.4rem;
|
530
|
+
}
|
531
|
+
}
|
532
|
+
|
533
|
+
@media screen and (min-width: 768px) {
|
534
|
+
.typography__register--thank-you {
|
535
|
+
font-size: 2.4rem;
|
536
|
+
&--message {
|
537
|
+
font-size: 1.6rem;
|
538
|
+
}
|
539
|
+
}
|
540
|
+
}
|
541
|
+
|
542
|
+
@media screen and (min-width: 1200px) {
|
543
|
+
.typography__register--thank-you {
|
544
|
+
font-size: 2.6rem;
|
545
|
+
}
|
546
|
+
}
|
547
|
+
|
548
|
+
@media screen and (min-width: 1800px) {
|
549
|
+
.typography__register--thank-you {
|
550
|
+
font-size: 3rem;
|
551
|
+
}
|
552
|
+
}
|
@@ -1,2 +1,17 @@
|
|
1
1
|
// Header styles
|
2
2
|
// ==========================================
|
3
|
+
|
4
|
+
.header__bg {
|
5
|
+
background-image: url('/assets/img/DSC_8724_4x3.jpg');
|
6
|
+
background-size: cover;
|
7
|
+
background-position: center;
|
8
|
+
background-repeat: no-repeat;
|
9
|
+
height: 55%;
|
10
|
+
height: 55vh;
|
11
|
+
}
|
12
|
+
|
13
|
+
@media screen and (min-width: 1200px) {
|
14
|
+
.header__bg {
|
15
|
+
height: auto;
|
16
|
+
}
|
17
|
+
}
|
@@ -72,3 +72,143 @@
|
|
72
72
|
width: 100%;
|
73
73
|
height: 100%;
|
74
74
|
}
|
75
|
+
|
76
|
+
.positioning__offset-global-nav {
|
77
|
+
margin-top: 60px;
|
78
|
+
}
|
79
|
+
|
80
|
+
.positioning__accordian--padding {
|
81
|
+
margin-top: 15px;
|
82
|
+
padding-left: 5px;
|
83
|
+
padding-right: 5px;
|
84
|
+
}
|
85
|
+
|
86
|
+
@media screen and (min-width: 992px) {
|
87
|
+
.positioning__accordian--padding {
|
88
|
+
margin-top: 60px;
|
89
|
+
}
|
90
|
+
}
|
91
|
+
|
92
|
+
.positioning__accordian-marg {
|
93
|
+
margin-top: 75px;
|
94
|
+
}
|
95
|
+
|
96
|
+
.positioning__card--spacing {
|
97
|
+
margin-bottom: 40px;
|
98
|
+
}
|
99
|
+
|
100
|
+
.positioning__first-section--marg {
|
101
|
+
margin-top: 15px;
|
102
|
+
background-color: $color-blue-light;
|
103
|
+
padding-bottom: 25px;
|
104
|
+
padding-top: 25px;
|
105
|
+
}
|
106
|
+
|
107
|
+
@media screen and (min-width: 1200px) {
|
108
|
+
.positioning__first-section--marg {
|
109
|
+
margin-top: 15px;
|
110
|
+
}
|
111
|
+
}
|
112
|
+
|
113
|
+
.positioning__section--marg {
|
114
|
+
margin-top: 35px;
|
115
|
+
}
|
116
|
+
|
117
|
+
@media screen and (min-width: 1200px) {
|
118
|
+
.positioning__section--marg {
|
119
|
+
margin-top: 65px;
|
120
|
+
}
|
121
|
+
}
|
122
|
+
|
123
|
+
.positioning__row--pad {
|
124
|
+
margin-top: 25px;
|
125
|
+
}
|
126
|
+
|
127
|
+
.positioning__register--itransfer-img {
|
128
|
+
width: 120px;
|
129
|
+
margin-top: 40px;
|
130
|
+
}
|
131
|
+
|
132
|
+
@media screen and (min-width: 400px) {
|
133
|
+
.positioning__register--itransfer-img {
|
134
|
+
width: 140px;
|
135
|
+
}
|
136
|
+
}
|
137
|
+
|
138
|
+
@media screen and (min-width: 768px) {
|
139
|
+
.positioning__register--itransfer-img {
|
140
|
+
width: 150px;
|
141
|
+
}
|
142
|
+
}
|
143
|
+
|
144
|
+
@media screen and (min-width: 992px) {
|
145
|
+
.positioning__register--itransfer-img {
|
146
|
+
padding-left: 25px;
|
147
|
+
}
|
148
|
+
}
|
149
|
+
|
150
|
+
.positioning__register--mobile-row--pad {
|
151
|
+
padding-left: 0;
|
152
|
+
}
|
153
|
+
|
154
|
+
@media screen and (min-width: 576px) {
|
155
|
+
.positioning__register--mobile-row--pad {
|
156
|
+
padding-left: 20%;
|
157
|
+
}
|
158
|
+
}
|
159
|
+
|
160
|
+
@media screen and (min-width: 992px) {
|
161
|
+
.positioning__register--mobile-row--pad {
|
162
|
+
padding-left: 0;
|
163
|
+
}
|
164
|
+
}
|
165
|
+
|
166
|
+
.positioning__register--idfpr-img {
|
167
|
+
width: 330px;
|
168
|
+
margin-top: 60px;
|
169
|
+
}
|
170
|
+
|
171
|
+
@media screen and (max-width: 992px) {
|
172
|
+
.positioning__register--idfpr-img {
|
173
|
+
margin-bottom: 15px;
|
174
|
+
}
|
175
|
+
}
|
176
|
+
|
177
|
+
.positioning__register--iccb-img {
|
178
|
+
width: 250px;
|
179
|
+
}
|
180
|
+
|
181
|
+
@media screen and (max-width: 992px) {
|
182
|
+
.positioning__register--iccb-img {
|
183
|
+
margin-top: 15px;
|
184
|
+
}
|
185
|
+
}
|
186
|
+
|
187
|
+
.positioning__heading--row {
|
188
|
+
margin-top: 16%;
|
189
|
+
}
|
190
|
+
|
191
|
+
.positioning__check-svg {
|
192
|
+
margin-top: -60px;
|
193
|
+
width: 80px;
|
194
|
+
}
|
195
|
+
|
196
|
+
.positioning__blue-section {
|
197
|
+
background-color: $color-blue-light;
|
198
|
+
padding-bottom: 25px;
|
199
|
+
padding-top: 25px;
|
200
|
+
}
|
201
|
+
|
202
|
+
.positioning__col--offset {
|
203
|
+
margin-right: -25px;
|
204
|
+
}
|
205
|
+
|
206
|
+
@media screen and (min-width: 768px) {
|
207
|
+
.positioning__col--offset {
|
208
|
+
margin-right: -45px;
|
209
|
+
}
|
210
|
+
}
|
211
|
+
|
212
|
+
.positioning__offset-global-nav {
|
213
|
+
margin-top: 60px;
|
214
|
+
}
|
data/assets/scss/kcc-theme.scss
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kcc-gem-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.62
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- wdzajicek
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-08-
|
11
|
+
date: 2019-08-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -71,6 +71,7 @@ files:
|
|
71
71
|
- _includes/document-head.html
|
72
72
|
- _includes/foot.html
|
73
73
|
- _includes/footer.html
|
74
|
+
- _includes/header.html
|
74
75
|
- _includes/image-slider.html
|
75
76
|
- _includes/nav-global.html
|
76
77
|
- _includes/nav-landing.html
|
@@ -90,6 +91,8 @@ files:
|
|
90
91
|
- _includes/svg/goals.html
|
91
92
|
- _includes/svg/love.html
|
92
93
|
- _includes/svg/save-money.html
|
94
|
+
- _includes/targetx-form.html
|
95
|
+
- _includes/targetx-head.html
|
93
96
|
- _layouts/default-landing.html
|
94
97
|
- _layouts/default.html
|
95
98
|
- _layouts/landing-page.html
|
@@ -98,6 +101,7 @@ files:
|
|
98
101
|
- assets/css/content.css
|
99
102
|
- assets/css/kcc-theme.css
|
100
103
|
- assets/css/main.css
|
104
|
+
- assets/img/DSC_8724_4x3.jpg
|
101
105
|
- assets/img/alert.svg
|
102
106
|
- assets/img/baseball.svg
|
103
107
|
- assets/img/basketball.svg
|
@@ -154,6 +158,7 @@ files:
|
|
154
158
|
- assets/scss/0-tools/_bootstrap-overrides.scss
|
155
159
|
- assets/scss/0-tools/_cloudcannon.scss
|
156
160
|
- assets/scss/0-tools/_gsc-overrides.scss
|
161
|
+
- assets/scss/0-tools/_targetx-overrides.scss
|
157
162
|
- assets/scss/0-tools/_vars.scss
|
158
163
|
- assets/scss/1-base/_buttons.scss
|
159
164
|
- assets/scss/1-base/_img.scss
|